python311Packages.python-manilaclient: 4.7.0 -> 4.8.0

This commit is contained in:
R. Ryantm 2024-03-02 04:10:52 +00:00
parent dbc93a1216
commit 52a1de86aa

View File

@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.7.0";
version = "4.8.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-blkE+pLzZQ8BCHAmk6yNjzqbBAlK2ab1FySGFB/kN2c=";
hash = "sha256-TwvDtbYGkDZFIsr0GgwD2R0Il7pV2GCuDw3OZXxDXso=";
};
nativeBuildInputs = [