python39Packages.oslo-serialization: 4.2.0 -> 4.3.0

This commit is contained in:
Sandro Jäckel 2022-02-19 00:12:12 +01:00
parent 4150bf02b5
commit b8c5289bd8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

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 = ''