python310Packages.oslo-serialization: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2023-02-23 20:13:31 +00:00
parent 7ce8e7c4cf
commit 1fd48dffcf

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "oslo-serialization";
version = "5.1.0";
version = "5.1.1";
src = fetchPypi {
pname = "oslo.serialization";
inherit version;
sha256 = "sha256-pIR98yaBwahL0TotunpuydW0SITeYyUhGS9tx1DOCYQ=";
sha256 = "sha256-irvaixdjoGBx/CjF2Km+VHuihfSDDminD/iP4R8Wv0M=";
};
postPatch = ''