Merge pull request #245457 from r-ryantm/auto-update/python310Packages.scmrepo

python310Packages.scmrepo: 1.0.4 -> 1.1.0
This commit is contained in:
Nick Cao 2023-07-25 19:21:06 -06:00 committed by GitHub
commit 45a8833e4d
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.0.4";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vsNuTwxxKyWwFPxMCQkSyQDnMLUYMLJ28AUnVrh3ksE=";
hash = "sha256-ggqSS5SWJvKxYzCz4Q9LkA0hXmj/3iGhMKeNb/UQVXg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;