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

python310Packages.cloudsmith-api: 1.120.3 -> 1.142.3
This commit is contained in:
Jonas Heinrich 2022-09-30 08:36:01 +02:00 committed by GitHub
commit b3b5bf948c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "1.120.3";
version = "1.142.3";
format = "wheel";
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
sha256 = "sha256-rtOpA0yTEiSvzUgG1IuaIXlLrdqVT85vnR5yOdi44c0=";
sha256 = "sha256-Cdnsath9p+LPKKzV4cmoOtl4doahi86l1NIgUwliZRU=";
};
propagatedBuildInputs = [