python310Packages.scmrepo: 0.1.9 -> 0.1.12

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/0.1.9...0.1.12

Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.12
This commit is contained in:
Fabian Affolter
2023-02-21 08:41:44 +01:00
parent c0bb8d41bb
commit 5a3fd97482
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.1.9";
version = "0.1.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WXePQMHCAmcGUHNNHBaqNQisewMUR87iJC0K2ltYVBE=";
hash = "sha256-2FUSIDueEleGj7BvIlyMB1ma7TW9kA5RUDBuDCvKLN0=";
};
postPatch = ''