python310Packages.cloudsmith-api: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2023-05-11 06:57:32 +00:00
parent c1052699c0
commit 474775b07b

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "2.0.1";
version = "2.0.2";
format = "wheel";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
hash = "sha256-wFSHlUdZTARsAV3igVXThrXoGsPUaZyzXBJCSJFZYYQ=";
hash = "sha256-6y63xo3ftZPT7GX/oN8bHZIEJRdKnUFar3eThjyKN6w=";
};
propagatedBuildInputs = [