cloudsmith-cli: 1.1.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2024-04-07 16:07:44 +00:00
parent f6eb921406
commit fc2679ecff
1 changed files with 2 additions and 2 deletions

View File

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