python3Packages.python-manilaclient: 5.2.0 -> 5.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:59 +02:00
parent 2264a26e4f
commit afae532e32
@@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "5.2.0";
version = "5.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bknD1MTDSS7e4SkUqf+yaj57PdSfzGDy3Nv+piQILlg=";
hash = "sha256-58AYZzpFwG4Vd2AXW1WYxzbKRtMri7cyY7kboqv9EN8=";
};
build-system = [