From 777ce154a684c341572a8308e27440fb6ff780f1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 16 Jul 2022 02:31:32 +0000 Subject: [PATCH] python310Packages.python-cinderclient: 8.3.0 -> 9.0.0 --- .../python-modules/python-cinderclient/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-cinderclient/default.nix b/pkgs/development/python-modules/python-cinderclient/default.nix index 2f08341a2c4f..4b33fbfec831 100644 --- a/pkgs/development/python-modules/python-cinderclient/default.nix +++ b/pkgs/development/python-modules/python-cinderclient/default.nix @@ -17,11 +17,11 @@ buildPythonPackage rec { pname = "python-cinderclient"; - version = "8.3.0"; + version = "9.0.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-4AEDh1Ap3IXLtZEx0AzMhTT2kpVqzeMrWjzFr0wkWAs="; + sha256 = "sha256-oiV6si2kRyRJ3cdSVRNBIm2iv8FrZ9mGnN6vRbqGv6o="; }; propagatedBuildInputs = [