python3Packages.cloudsmith-api: 2.0.20 -> 2.0.21

R. Ryantm e36435a0 558243f9

Changed files
+2 -2
pkgs
development
python-modules
cloudsmith-api
+2 -2
pkgs/development/python-modules/cloudsmith-api/default.nix
···
buildPythonPackage rec {
pname = "cloudsmith-api";
-
version = "2.0.20";
+
version = "2.0.21";
format = "wheel";
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
-
hash = "sha256-ZZeXXWcefJK8iSdSs8+48UBaytoaVy89Aue9QQYQNKs=";
+
hash = "sha256-tReoNsSg90wReH/SVa2LAdy5q7DCnWJwnamisPkIuXs=";
};
propagatedBuildInputs = [