Merge pull request #252085 from r-ryantm/auto-update/python310Packages.oslo-serialization

python310Packages.oslo-serialization: 5.1.1 -> 5.2.0
This commit is contained in:
Fabian Affolter 2023-08-29 13:43:52 +02:00 committed by GitHub
commit e8e0b7dc73
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 = "5.1.1";
version = "5.2.0";
src = fetchPypi {
pname = "oslo.serialization";
inherit version;
hash = "sha256-irvaixdjoGBx/CjF2Km+VHuihfSDDminD/iP4R8Wv0M=";
hash = "sha256-nPAw1hpszh9Hpi1AUPXoPhvRoQGKxnG7GTruB9Fb28I=";
};
postPatch = ''