Merge pull request #288785 from r-ryantm/auto-update/python311Packages.cloudsmith-api

python311Packages.cloudsmith-api: 2.0.9 -> 2.0.10
This commit is contained in:
Mario Rodas 2024-02-27 08:34:19 -05:00 committed by GitHub
commit 3621100d07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "2.0.9";
version = "2.0.10";
format = "wheel";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
hash = "sha256-i/1Z4W/cwrrgo3h85OWfz2X3Y7Odz9mJdRuXokuky/Q=";
hash = "sha256-h193MX8W12dYQnUVG20iWiSnnIFMdUc4amhJ7rGqb/4=";
};
propagatedBuildInputs = [