python312Packages.verlib2: 0.2.0 -> 0.2.1 (#381001)

This commit is contained in:
Doron Behar
2025-02-11 10:46:40 +02:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "verlib2";
version = "0.2.0";
version = "0.2.1";
pyproject = true;
# This tarball doesn't include tests unfortuneatly, and the GitHub tarball
@@ -19,7 +19,7 @@ buildPythonPackage rec {
# should work for us as well.
src = fetchPypi {
inherit pname version;
hash = "sha256-CrlAh8CU4nFjlI36gXyY1itr3QEibM5RiPjMPNaDRbk=";
hash = "sha256-0+JmanzxCUK/E0dNdQkuuNdavUGqZ6p5UAQ/WUGdnT8=";
};
nativeBuildInputs = [