python3Packages.keystoneauth1: 5.11.1 -> 5.12.0 (#438008)

This commit is contained in:
Sandro
2025-08-30 03:49:46 +02:00
committed by GitHub
@@ -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 ];