python310Packages.python-keystoneclient: 4.5.0 -> 5.0.0

This commit is contained in:
R. Ryantm 2022-07-16 11:47:03 +00:00
parent d7b863c911
commit 8d7b235ce6

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "python-keystoneclient";
version = "4.5.0";
version = "5.0.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-bX8FxpLn2yaSd4KEx3mubOqLIVmRS0QXpfoL/qHinNw=";
hash = "sha256-D1DaM78gtVrPxZ1PlGD6Lvwb4V/QXsPyNnTQPror6j8=";
};
propagatedBuildInputs = [