cloudsmith-cli: 0.31.1 → 0.32.0

Fix compatibility with latest cloudsmith-api.
This commit is contained in:
Jan Tojnar 2022-05-11 18:18:56 +02:00
parent aefcb8f476
commit 542eff225d

View file

@ -4,14 +4,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloudsmith-cli";
version = "0.31.1";
version = "0.32.0";
format = "wheel";
src = python3.pkgs.fetchPypi {
pname = "cloudsmith_cli";
inherit format version;
sha256 = "sha256-r8h0fHePZoqy/oFOedkwAke0b+Huasuv+sWcL92EZ+k=";
sha256 = "ZETVtRlzd9KUOeDyAH0MnnIy1WtGLVBm+bActUM4zBw=";
};
propagatedBuildInputs = with python3.pkgs; [