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

authored by Sandro and committed by GitHub b54bc293 3cb673b9

+2 -2
+2 -2
pkgs/development/python-modules/keystoneauth1/default.nix
··· 27 28 buildPythonPackage rec { 29 pname = "keystoneauth1"; 30 - version = "5.11.1"; 31 pyproject = true; 32 33 src = fetchPypi { 34 inherit pname version; 35 - hash = "sha256-gG8SxJt/SyytP1pGD3vdgeQkfIG2BCWWp/6oV19lkfM="; 36 }; 37 38 build-system = [ setuptools ];
··· 27 28 buildPythonPackage rec { 29 pname = "keystoneauth1"; 30 + version = "5.12.0"; 31 pyproject = true; 32 33 src = fetchPypi { 34 inherit pname version; 35 + hash = "sha256-3RE8Lz3LQY2fdhxzuM1DqW3fqKYStRxXaCI4HznKSug="; 36 }; 37 38 build-system = [ setuptools ];