python310Packages.python-keystoneclient: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2022-09-03 23:45:07 +00:00
parent 73ff5d3db3
commit 62523d7e0e

View File

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