python3Packages.oslo-config: 9.0.0 -> 9.1.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:34 +01:00
parent 19f748c226
commit 90ff65d4c3

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "9.0.0";
version = "9.1.1";
src = fetchPypi {
pname = "oslo.config";
inherit version;
sha256 = "sha256-O2tjxDzx4JNEuoULyxHW8rkgEIb76wqXqJUOfqw/JkU=";
sha256 = "sha256-sHZUtT2HeSro5zmWKtcpxSnJk4oRjYkezp7jHVlxa8k=";
};
postPatch = ''