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

This commit is contained in:
Sandro
2022-09-04 01:54:36 +02:00
committed by GitHub
@@ -23,12 +23,12 @@
buildPythonApplication rec {
pname = "python-manilaclient";
version = "4.0.0";
version = "4.1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-TEGzUNgYTkb2VrvW2E3lurD6N1XcIhH2tjmPlsJ/5MI=";
hash = "sha256-yoyQyhyqRQZ8yyn3sv94JqkVZQMybwxLGFForZowr3o=";
};
nativeBuildInputs = [