python310Packages.python-manilaclient: 4.1.0 -> 4.2.0

This commit is contained in:
Sandro Jäckel 2022-12-06 00:02:06 +01:00
parent 32df8276ec
commit 6729236d1e

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