Merge pull request #280419 from r-ryantm/auto-update/python311Packages.oslo-serialization

python311Packages.oslo-serialization: 5.2.0 -> 5.3.0
This commit is contained in:
Nick Cao 2024-01-14 12:19:37 -05:00 committed by GitHub
commit 3527a20967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "oslo-serialization";
version = "5.2.0";
version = "5.3.0";
format = "setuptools";
src = fetchPypi {
pname = "oslo.serialization";
inherit version;
hash = "sha256-nPAw1hpszh9Hpi1AUPXoPhvRoQGKxnG7GTruB9Fb28I=";
hash = "sha256-IoiY9PM7feq8dCibMrvTAqZZw5z23akEhRD5MPxPdu0=";
};
postPatch = ''