python3Packages.python-manilaclient: 5.5.0 -> 5.6.0

R. Ryantm 8c48fa14 d581d019

Changed files
+2 -2
pkgs
development
python-modules
python-manilaclient
+2 -2
pkgs/development/python-modules/python-manilaclient/default.nix
···
buildPythonPackage rec {
pname = "python-manilaclient";
-
version = "5.5.0";
+
version = "5.6.0";
pyproject = true;
src = fetchPypi {
pname = "python_manilaclient";
inherit version;
-
hash = "sha256-wPYVZ0+a9g+IP3l3eH9gMWXfe5VGUzem7qWEOWZ+vlo=";
+
hash = "sha256-Vw8ei22MEmXOygtwOtKLDIMcb3nBjqONgRrhfSGFuJc=";
};
build-system = [