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

Doron Behar 10aab9f3 46f37357

Changed files
+2 -2
pkgs
development
python-modules
verlib2
+2 -2
pkgs/development/python-modules/verlib2/default.nix
···
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
···
# should work for us as well.
src = fetchPypi {
inherit pname version;
-
hash = "sha256-0+JmanzxCUK/E0dNdQkuuNdavUGqZ6p5UAQ/WUGdnT8=";
+
hash = "sha256-KGLxlSjbQA0TAlOitxx8NhbuFOHVS/aDO8CSnSzd0UE=";
};
nativeBuildInputs = [