Merge pull request #248352 from fabaff/scmrepo-bump

python310Packages.scmrepo: 1.1.0 -> 1.2.1
This commit is contained in:
Nick Cao 2023-08-10 19:34:28 -06:00 committed by GitHub
commit 369bc847ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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