3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204705 from SuperSandro2000/python310Packages.python-manilaclient

python310Packages.python-manilaclient: 4.1.0 -> 4.2.0
This commit is contained in:
Fabian Affolter 2022-12-06 09:11:09 +01:00 committed by GitHub
commit 02e3ffb2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,17 +18,16 @@
, python-keystoneclient
, debtcollector
, callPackage
, pythonOlder
}:
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.1.0";
version = "4.2.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-yoyQyhyqRQZ8yyn3sv94JqkVZQMybwxLGFForZowr3o=";
hash = "sha256-Hf/U3LFcIsT00lIzvvZaowfMth/zj5WY6UAxYWjC1JA=";
};
nativeBuildInputs = [