cloudsmith-cli: 0.32.0 -> 0.35.2

Changelog: https://github.com/cloudsmith-io/cloudsmith-cli/blob/v0.35.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-24 17:54:27 +01:00
parent ff1a3cb51c
commit 2735bf4b12

View File

@ -4,13 +4,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloudsmith-cli";
version = "0.32.0";
version = "0.35.2";
format = "wheel";
src = python3.pkgs.fetchPypi {
pname = "cloudsmith_cli";
inherit format version;
hash = "sha256-ZETVtRlzd9KUOeDyAH0MnnIy1WtGLVBm+bActUM4zBw=";
hash = "sha256-+M4CPveS9dltMI291Atm84T/cf4dPOO3wPvPI15E73Y=";
};
propagatedBuildInputs = with python3.pkgs; [