python310Packages.python-manilaclient: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2023-04-17 09:17:48 +00:00
parent bf8dc7ed76
commit 1ab15c4859

View File

@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.3.0";
version = "4.4.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ek/RW7ZAZJhkgR6IJRvKGjtUKeHic8l5v1BuNECPiEQ=";
hash = "sha256-iKBbR4h9J9OiQMHjUHxUVk+NbCRUYmIPtWxRwVVGQtY=";
};
nativeBuildInputs = [