diff --git a/pkgs/development/python-modules/python-manilaclient/default.nix b/pkgs/development/python-modules/python-manilaclient/default.nix index bb444dd15ab2..41b9912463bd 100644 --- a/pkgs/development/python-modules/python-manilaclient/default.nix +++ b/pkgs/development/python-modules/python-manilaclient/default.nix @@ -10,7 +10,6 @@ oslo-utils, prettytable, requests, - simplejson, setuptools, sphinxHook, sphinxcontrib-programoutput, @@ -23,12 +22,12 @@ buildPythonPackage rec { pname = "python-manilaclient"; - version = "4.9.1"; + version = "5.0.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-TebykdG0fkeC+5Vs9eiwuJpXam41gg8gR4F2poYKDhI="; + hash = "sha256-Mk/MSEYj/poibXl+h318gN3rTuNC/ebhKYO3/ACA4II="; }; build-system = [ @@ -48,7 +47,6 @@ buildPythonPackage rec { oslo-utils prettytable requests - simplejson babel osc-lib python-keystoneclient