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 11 12 12 buildPythonPackage rec { 13 13 pname = "cloudsmith-api"; 14 - version = "2.0.17"; 14 + version = "2.0.18"; 15 15 format = "wheel"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 19 19 src = fetchPypi { 20 20 pname = "cloudsmith_api"; 21 21 inherit format version; 22 - hash = "sha256-XxstBavFdr3kLAlmrgs4ZrfSkY/W2ymClLbqIxb1wD0="; 22 + hash = "sha256-5Mnf1VaEhfhTdmIaSCW5vUDcKc4zWF3IELP1y+1oi48="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [