python311Packages.cloudsmith-api: 2.0.2 -> 2.0.7

+2 -2
+2 -2
pkgs/development/python-modules/cloudsmith-api/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "cloudsmith-api"; 13 - version = "2.0.2"; 14 format = "wheel"; 15 16 disabled = pythonOlder "3.7"; ··· 18 src = fetchPypi { 19 pname = "cloudsmith_api"; 20 inherit format version; 21 - hash = "sha256-6y63xo3ftZPT7GX/oN8bHZIEJRdKnUFar3eThjyKN6w="; 22 }; 23 24 propagatedBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "cloudsmith-api"; 13 + version = "2.0.7"; 14 format = "wheel"; 15 16 disabled = pythonOlder "3.7"; ··· 18 src = fetchPypi { 19 pname = "cloudsmith_api"; 20 inherit format version; 21 + hash = "sha256-Vw5ifMJ+gwXecYjSe8QKkq+RtrBWxx3B/LdA80ZxuxU="; 22 }; 23 24 propagatedBuildInputs = [