python311Packages.oslo-log: 6.1.1 -> 6.1.2

https://github.com/openstack/oslo.log/compare/6.1.1...6.1.2
This commit is contained in:
Anthony ROUSSEL
2024-08-26 19:41:00 +02:00
parent 2d93badd41
commit 76ae52e53e
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "oslo-log";
version = "6.1.1";
version = "6.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "oslo.log";
inherit version;
hash = "sha256-41oSz+TK0T/7Cu2pn8yiCnBdD2lKhMLvewe0WWD4j7Q=";
hash = "sha256-92gEffnXBsSE3WZl3LvqKJAh1Iy3zlq/eh9poJSR9f4=";
};
build-system = [ setuptools ];