python311Packages.scmrepo: 1.4.0 -> 1.4.1

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

Changelog: https://github.com/iterative/scmrepo/releases/tag/1.4.1
This commit is contained in:
Fabian Affolter
2023-10-30 15:01:28 +01:00
parent 3e8293e893
commit eae9ff7dc6
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "1.4.0";
version = "1.4.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-3fU4BT0AwyFTg15Oca95JgDrHxIqKJOpJolDRvo7hxc=";
hash = "sha256-ZK3M689vv3Kr2OoNdxaCs9Spo6h6xJmhTsPajKHYtkA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;