python310Packages.cloudsmith-api: 1.8.2 -> 1.30.0

This commit is contained in:
R. Ryantm 2022-02-22 08:53:26 +00:00
parent 93883402a4
commit ff916c7e60

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "1.8.2";
version = "1.30.0";
format = "wheel";
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
sha256 = "f00410210f0efa1af7a2d344deafc12b946e3efc7d5c8374b27dc67ed8580183";
sha256 = "sha256-IKxeNAMJTMCpP/jz7lHuetHCpddypgYdCKQcI/9pIj8=";
};
propagatedBuildInputs = [