Merge pull request #302382 from r-ryantm/auto-update/cloudsmith-cli

cloudsmith-cli: 1.1.1 -> 1.2.2
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:33:52 +02:00 committed by GitHub
commit a6f0780853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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