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 23 buildPythonPackage rec { 24 pname = "python-manilaclient"; 25 - version = "5.4.0"; 26 pyproject = true; 27 28 src = fetchPypi { 29 pname = "python_manilaclient"; 30 inherit version; 31 - hash = "sha256-58AYZzpFwG4Vd2AXW1WYxzbKRtMri7cyY7kboqv9EN8="; 32 }; 33 34 build-system = [
··· 22 23 buildPythonPackage rec { 24 pname = "python-manilaclient"; 25 + version = "5.5.0"; 26 pyproject = true; 27 28 src = fetchPypi { 29 pname = "python_manilaclient"; 30 inherit version; 31 + hash = "sha256-wPYVZ0+a9g+IP3l3eH9gMWXfe5VGUzem7qWEOWZ+vlo="; 32 }; 33 34 build-system = [