manilaclient: 5.4.0 -> 5.5.0 (#409243)

authored by Sandro and committed by GitHub 6750d003 c4007b0c

+2 -2
+2 -2
pkgs/development/python-modules/python-manilaclient/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "python-manilaclient"; 25 - version = "5.4.0"; 25 + version = "5.5.0"; 26 26 pyproject = true; 27 27 28 28 src = fetchPypi { 29 29 pname = "python_manilaclient"; 30 30 inherit version; 31 - hash = "sha256-58AYZzpFwG4Vd2AXW1WYxzbKRtMri7cyY7kboqv9EN8="; 31 + hash = "sha256-wPYVZ0+a9g+IP3l3eH9gMWXfe5VGUzem7qWEOWZ+vlo="; 32 32 }; 33 33 34 34 build-system = [