python311Packages.cloudsmith-api: 2.0.2 -> 2.0.7

This commit is contained in:
Fabian Affolter 2023-07-05 11:26:44 +02:00
parent 0c4918b056
commit 1663d7d028

View file

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