lol

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

python311Packages.cloudsmith-api: 2.0.10 -> 2.0.11

authored by

Mario Rodas and committed by
GitHub
57cf2e0b 23b990f1

+2 -2
+2 -2
pkgs/development/python-modules/cloudsmith-api/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "cloudsmith-api"; 13 - version = "2.0.10"; 13 + version = "2.0.11"; 14 14 format = "wheel"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 pname = "cloudsmith_api"; 20 20 inherit format version; 21 - hash = "sha256-h193MX8W12dYQnUVG20iWiSnnIFMdUc4amhJ7rGqb/4="; 21 + hash = "sha256-GwRN3nVMf/OusgJICf/GCCcZ4szEIGl8AZQ7J7LBzro="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [