Merge pull request #160789 from SuperSandro2000/python39Packages.oslo-serialization

This commit is contained in:
Sandro 2022-02-19 00:37:01 +01:00 committed by GitHub
commit 4f1bdae751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "oslo-serialization";
version = "4.2.0";
version = "4.3.0";
src = fetchPypi {
pname = "oslo.serialization";
inherit version;
sha256 = "3007e1b017ad3754cce54def894054cbcd05887e85928556657434b0fc7e4d83";
sha256 = "sha256-OqRy9DSu6LvMByUxK39AmqH6VLvBNJBBJM9JsOhrkRU=";
};
postPatch = ''