nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.python-cinderclient: 9.7.0 -> 9.8.0

R. Ryantm dded874e 8abf3959

+2 -2
+2 -2
pkgs/development/python-modules/python-cinderclient/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "python-cinderclient"; 26 - version = "9.7.0"; 26 + version = "9.8.0"; 27 27 pyproject = true; 28 28 29 29 disabled = pythonOlder "3.9"; ··· 31 31 src = fetchPypi { 32 32 pname = "python_cinderclient"; 33 33 inherit version; 34 - hash = "sha256-GMRQHlSWd5hNhbCxD9B0770mXjCt0qeW0oF2BVqNfc8="; 34 + hash = "sha256-vT7p+Uh8XnmVfwGKaz8t7OcFna2PYVXYPdS265RHoR0="; 35 35 }; 36 36 37 37 nativeBuildInputs = [