python310Packages.scmrepo: 0.1.13 -> 0.1.15

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/0.1.13...0.1.15

Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.15
This commit is contained in:
Fabian Affolter
2023-03-09 09:09:20 +01:00
parent 6a231a6eb7
commit 3da4f828a0
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "0.1.13";
version = "0.1.15";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/KUPePiy3ROZY+orJYZQLiAaQ5kY5eAe4v1hOS5Zmck=";
hash = "sha256-Z/W49P1T8XgCmKWLTO/eI7ArAB9QKWUbJWRTlRnjJ7E=";
};
postPatch = ''