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

python310Packages.cloudsmith-api: 1.33.7 -> 1.42.3
This commit is contained in:
Fabian Affolter 2022-03-19 20:42:00 +01:00 committed by GitHub
commit 996fd3e7f0
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.33.7";
version = "1.42.3";
format = "wheel";
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
sha256 = "sha256-KNm2O2kZg+YzjtebsBoL7BOHCuffDELXm2k8vIFtKdk=";
sha256 = "sha256-P0QuKkyFk3jvYJwtul0/eUTrDyj2QKAjU/Ac+4VCYYk=";
};
propagatedBuildInputs = [