cloudsmith-cli: 0.35.2 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-01-18 12:52:46 +00:00
parent cefcf19e1c
commit 14cf28ccec

View File

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