From a5f5cc39a19cb5d3bcbbeddef5121ce3e5f1c677 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 4 Sep 2024 15:55:09 +0000 Subject: [PATCH] manilaclient: 4.9.1 -> 5.0.0 --- .../python-modules/python-manilaclient/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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