python311Packages.scmrepo: 1.2.1 -> 1.3.1

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/1.2.1...1.3.1

Changelog: https://github.com/iterative/scmrepo/releases/tag/1.3.1
This commit is contained in:
Fabian Affolter 2023-08-22 11:02:54 +02:00
parent 199b89700d
commit 41d1f44b9d

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "1.2.1";
version = "1.3.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9xSuBh3y6vYvbwn7uslM+R7yhZKP/+Sjbae1a+QMoOA=";
hash = "sha256-/ZELaJrGgNKzAXi1SXAMgxi84R0UvZBD9AUVO7PTEbA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;