python3Packages.keystoneauth1: 5.13.1 -> 5.14.0

(cherry picked from commit aaae6a5e0a)
This commit is contained in:
R. Ryantm
2026-05-15 20:39:19 +00:00
committed by github-actions[bot]
parent 157a942887
commit 014a311fef

View File

@@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "keystoneauth1";
version = "5.13.1";
version = "5.14.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4BHkesPzxnH/rjNQXAlVSGUMwZ2rf2rzsupb0YyY8Mk=";
hash = "sha256-e5QghNPbJ90oXBMlPN/uELBb4ENtscAeFdx0SQIZen8=";
};
build-system = [ setuptools ];