Merge pull request #252808 from r-ryantm/auto-update/python310Packages.oslo-log

python310Packages.oslo-log: 5.2.0 -> 5.3.0
This commit is contained in:
OTABI Tomoya 2023-09-02 11:45:53 +09:00 committed by GitHub
commit 90aed2409d
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.2.0";
version = "5.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "oslo.log";
inherit version;
hash = "sha256-YiYzbVtu4YhfBXtl2+3oTEqcXk5K51oOjn84PBY+xIA=";
hash = "sha256-zJSqvbUOHiVxxsvEs5lpSgVBV2c1kIqYSgIjqeH72z4=";
};
propagatedBuildInputs = [