python311Packages.oslo-serialization: 5.3.0 -> 5.4.0

This commit is contained in:
R. Ryantm 2024-02-26 12:31:23 +00:00
parent 8c826e35a9
commit 46f6edbd79

View File

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