Merge pull request #249887 from r-ryantm/auto-update/python310Packages.python-manilaclient

python310Packages.python-manilaclient: 4.5.0 -> 4.5.1
This commit is contained in:
OTABI Tomoya
2023-08-23 17:17:46 +09:00
committed by GitHub
@@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.5.0";
version = "4.5.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-voeJkwe/7nta2B19+Y5d27XTkhQ/nbWt6MXOicYQZnU=";
hash = "sha256-jtcY0yPD6eBcTFNVgANY4brQkrAscADeY8hbfw6M/tI=";
};
nativeBuildInputs = [