python3Packages.cloudsmith-api: 2.0.17 -> 2.0.18

R. Ryantm ca4ec8f6 cc4eb12f

+2 -2
+2 -2
pkgs/development/python-modules/cloudsmith-api/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "cloudsmith-api"; 14 - version = "2.0.17"; 15 format = "wheel"; 16 17 disabled = pythonOlder "3.7"; ··· 19 src = fetchPypi { 20 pname = "cloudsmith_api"; 21 inherit format version; 22 - hash = "sha256-XxstBavFdr3kLAlmrgs4ZrfSkY/W2ymClLbqIxb1wD0="; 23 }; 24 25 propagatedBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "cloudsmith-api"; 14 + version = "2.0.18"; 15 format = "wheel"; 16 17 disabled = pythonOlder "3.7"; ··· 19 src = fetchPypi { 20 pname = "cloudsmith_api"; 21 inherit format version; 22 + hash = "sha256-5Mnf1VaEhfhTdmIaSCW5vUDcKc4zWF3IELP1y+1oi48="; 23 }; 24 25 propagatedBuildInputs = [