Merge pull request #241643 from fabaff/cloudsmith-api-bump

python311Packages.cloudsmith-api: 2.0.2 -> 2.0.7
This commit is contained in:
Fabian Affolter 2023-07-05 22:38:04 +02:00 committed by GitHub
commit 8b8b8e9385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "2.0.2";
version = "2.0.7";
format = "wheel";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
hash = "sha256-6y63xo3ftZPT7GX/oN8bHZIEJRdKnUFar3eThjyKN6w=";
hash = "sha256-Vw5ifMJ+gwXecYjSe8QKkq+RtrBWxx3B/LdA80ZxuxU=";
};
propagatedBuildInputs = [