python311Packages.scmrepo: 1.3.1 -> 1.4.0

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

Changelog: https://github.com/iterative/scmrepo/releases/tag/1.4.0
This commit is contained in:
Fabian Affolter 2023-10-17 22:47:13 +02:00
parent 0c6f367b5e
commit 6efd1893d9

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "1.3.1";
version = "1.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/ZELaJrGgNKzAXi1SXAMgxi84R0UvZBD9AUVO7PTEbA=";
hash = "sha256-3fU4BT0AwyFTg15Oca95JgDrHxIqKJOpJolDRvo7hxc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;