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

python311Packages.cloudsmith-api: 2.0.10 -> 2.0.11
This commit is contained in:
Mario Rodas 2024-03-09 06:16:55 -05:00 committed by GitHub
commit 57cf2e0b24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cloudsmith-api"; pname = "cloudsmith-api";
version = "2.0.10"; version = "2.0.11";
format = "wheel"; format = "wheel";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "cloudsmith_api"; pname = "cloudsmith_api";
inherit format version; inherit format version;
hash = "sha256-h193MX8W12dYQnUVG20iWiSnnIFMdUc4amhJ7rGqb/4="; hash = "sha256-GwRN3nVMf/OusgJICf/GCCcZ4szEIGl8AZQ7J7LBzro=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [