Merge pull request #268246 from r-ryantm/auto-update/python311Packages.oslo-log

python311Packages.oslo-log: 5.3.0 -> 5.4.0
This commit is contained in:
Fabian Affolter 2023-11-18 09:34:44 +01:00 committed by GitHub
commit e7fbed40e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "oslo-log";
version = "5.3.0";
version = "5.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "oslo.log";
inherit version;
hash = "sha256-zJSqvbUOHiVxxsvEs5lpSgVBV2c1kIqYSgIjqeH72z4=";
hash = "sha256-LrNVtYVw8lgR2nb6gUU7h1x8lEoZoj0sMFtKTf670iM=";
};
propagatedBuildInputs = [