python3Packages.keystoneauth1: 5.11.1 -> 5.12.0

This commit is contained in:
R. Ryantm
2025-08-28 19:44:33 +00:00
parent 559268ace9
commit add6f25855
@@ -27,12 +27,12 @@
buildPythonPackage rec {
pname = "keystoneauth1";
version = "5.11.1";
version = "5.12.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-gG8SxJt/SyytP1pGD3vdgeQkfIG2BCWWp/6oV19lkfM=";
hash = "sha256-3RE8Lz3LQY2fdhxzuM1DqW3fqKYStRxXaCI4HznKSug=";
};
build-system = [ setuptools ];