python312Packages.verlib2: 0.2.1 -> 0.3.1 (#384845)

This commit is contained in:
Doron Behar
2025-02-25 11:12:46 +02:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "verlib2";
version = "0.2.1";
version = "0.3.1";
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-0+JmanzxCUK/E0dNdQkuuNdavUGqZ6p5UAQ/WUGdnT8=";
hash = "sha256-KGLxlSjbQA0TAlOitxx8NhbuFOHVS/aDO8CSnSzd0UE=";
};
nativeBuildInputs = [