diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-07-05 11:26:44 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-07-05 11:26:44 +0200 |
| commit | 1663d7d028cc4dae9a4d979a24b3cf403be046dc (patch) | |
| tree | a3412720e0f7163894ddce5ccc2d89dd4f11c4bb /pkgs/development/python-modules | |
| parent | 0c4918b0569980821e39f0cade48ecbc3e9905f8 (diff) | |
python311Packages.cloudsmith-api: 2.0.2 -> 2.0.7
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/cloudsmith-api/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cloudsmith-api/default.nix b/pkgs/development/python-modules/cloudsmith-api/default.nix index 42282fc17838..5e6aac6ff13b 100644 --- a/pkgs/development/python-modules/cloudsmith-api/default.nix +++ b/pkgs/development/python-modules/cloudsmith-api/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "cloudsmith-api"; - version = "2.0.2"; + version = "2.0.7"; format = "wheel"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "cloudsmith_api"; inherit format version; - hash = "sha256-6y63xo3ftZPT7GX/oN8bHZIEJRdKnUFar3eThjyKN6w="; + hash = "sha256-Vw5ifMJ+gwXecYjSe8QKkq+RtrBWxx3B/LdA80ZxuxU="; }; propagatedBuildInputs = [ |
