python3Packages.keystoneauth1: 5.1.2 -> 5.3.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:42 +02:00
parent 18309a8c41
commit e70d977311
@@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "keystoneauth1";
version = "5.1.2";
version = "5.3.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-2fdIStX8mwu7fsw8vzeVoXBpT72EglEzHlS6SLvuzHI=";
hash = "sha256-AXwrm1mUU8kpQHUO27IPF2hxIbKJARS/nTbfFKBicRc=";
};
postPatch = ''