python310Packages.python-manilaclient: 4.5.1 -> 4.6.0

This commit is contained in:
R. Ryantm
2023-09-02 15:26:59 +00:00
parent e7f35e03ab
commit 08749678c0
@@ -22,12 +22,12 @@
buildPythonPackage rec {
pname = "python-manilaclient";
version = "4.5.1";
version = "4.6.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-jtcY0yPD6eBcTFNVgANY4brQkrAscADeY8hbfw6M/tI=";
hash = "sha256-JFdpPX2lVSGN/jVsKMOOKrPm51fwpD476TnQo/0AYWQ=";
};
nativeBuildInputs = [