python311Packages.scmrepo: 1.0.2 -> 1.0.3

Changelog: https://github.com/iterative/scmrepo/releases/tag/1.0.3
This commit is contained in:
Fabian Affolter 2023-05-04 23:36:18 +02:00
parent dc868ebd8e
commit b29a94f757

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "scmrepo";
version = "1.0.2";
version = "1.0.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MREY8i6FIeRyjcCKvS8gthsVql81x4Ab7gA7yFgwNoQ=";
hash = "sha256-Ne0iN1rVbdxyoN8XiM9Xj8uyzlEL6WHPUZbFWt/qH40=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;