python3Packages.verlib2: 0.3.2 -> 26.2 (#542233)

This commit is contained in:
Doron Behar
2026-07-15 13:36:19 +00:00
committed by GitHub

View File

@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "verlib2";
version = "0.3.2";
version = "26.2";
pyproject = true;
# This tarball doesn't include tests unfortunately, and the GitHub tarball
@@ -19,7 +19,7 @@ buildPythonPackage rec {
# should work for us as well.
src = fetchPypi {
inherit pname version;
hash = "sha256-oKavmDjY0mwYIlowyNV/twcURi480p8kUeeYLVpR4h4=";
hash = "sha256-B0Cjs1dVqdjruTP/zpifN3YRP+MZq2LfX6IPfBQ0PVg=";
};
nativeBuildInputs = [