python3Packages.python-manilaclient: 5.7.0 -> 5.7.1

This commit is contained in:
R. Ryantm
2026-01-09 00:59:50 +00:00
parent 08008e2e9c
commit 01c9a282bb
@@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "5.7.0";
version = "5.7.1";
pyproject = true;
src = fetchPypi {
pname = "python_manilaclient";
inherit version;
hash = "sha256-ozpvEpIR1DdfG8+7RD0NisDfqa109GtMDEVB+H91uAQ=";
hash = "sha256-BdFUVnvSX7yitHSlP/GzD2jzvF8vh9B4QVVQrqYwW9Q=";
};
build-system = [