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

python310Packages.python-manilaclient: 4.2.0 -> 4.3.0
This commit is contained in:
Sandro 2023-02-23 15:14:09 +01:00 committed by GitHub
commit e3040b367c
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.2.0";
version = "4.3.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Hf/U3LFcIsT00lIzvvZaowfMth/zj5WY6UAxYWjC1JA=";
hash = "sha256-Ek/RW7ZAZJhkgR6IJRvKGjtUKeHic8l5v1BuNECPiEQ=";
};
nativeBuildInputs = [