1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #291562 from r-ryantm/auto-update/python311Packages.oslo-serialization

This commit is contained in:
Sandro 2024-02-26 13:46:52 +01:00 committed by GitHub
commit 39f5b03232
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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