Merge pull request #181721 from r-ryantm/auto-update/python3.10-python-keystoneclient

python310Packages.python-keystoneclient: 4.5.0 -> 5.0.0
This commit is contained in:
Sandro 2022-07-16 23:39:50 +02:00 committed by GitHub
commit 52272c9f03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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