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

python310Packages.python-manilaclient: 4.3.0 -> 4.4.0
This commit is contained in:
Sandro 2023-04-18 17:11:08 +02:00 committed by GitHub
commit e1409cf78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [