python313Packages.scmrepo: 3.3.9 -> 3.3.10

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/3.3.9...3.3.10

Changelog: https://github.com/iterative/scmrepo/releases/tag/3.3.10
This commit is contained in:
Fabian Affolter
2025-01-31 20:25:35 +01:00
parent f50164a758
commit c37ed4ec59
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "3.3.9";
version = "3.3.10";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "scmrepo";
tag = version;
hash = "sha256-HrJraiETYC7U2IB9ykjGUOg3khA4lBIH18r7btvXRH8=";
hash = "sha256-BiLxILHbq5Q8iIE2yMBNlnqqFMoRe9z+Bn/FMaA7gtI=";
};
build-system = [