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

cloudsmith-cli: 1.2.2 -> 1.2.3
This commit is contained in:
Nick Cao 2024-04-18 10:42:45 -04:00 committed by GitHub
commit f0225a994b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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