python312Packages.scmrepo: 3.3.8 -> 3.3.9

This commit is contained in:
R. Ryantm 2024-11-26 04:20:16 +00:00
parent 504e3ecdd9
commit 521ad721e9

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "3.3.8";
version = "3.3.9";
pyproject = true;
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "scmrepo";
rev = "refs/tags/${version}";
hash = "sha256-8fx4yZcdOb32x5eo04ixpMe3Mh21LwqzNKVRVEnjfQo=";
hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
};
build-system = [