diff --git a/pkgs/development/python-modules/cloudsmith-api/default.nix b/pkgs/development/python-modules/cloudsmith-api/default.nix index 05eb2348cc7a..285e90c22526 100644 --- a/pkgs/development/python-modules/cloudsmith-api/default.nix +++ b/pkgs/development/python-modules/cloudsmith-api/default.nix @@ -9,7 +9,7 @@ }: buildPythonPackage rec { - pname = "0"; + pname = "cloudsmith-api"; version = "2.0.1"; format = "wheel";