Merge pull request #231237 from r-ryantm/auto-update/python310Packages.cloudsmith-api

python310Packages.cloudsmith-api: 2.0.1 -> 2.0.2
This commit is contained in:
Weijia Wang
2023-05-16 11:16:16 +03:00
committed by GitHub
@@ -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 = [