Merge pull request #291247 from r-ryantm/auto-update/python311Packages.oslo-context

This commit is contained in:
Sandro 2024-02-25 04:05:10 +01:00 committed by GitHub
commit c453cb662c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "oslo.context";
version = "5.3.0";
version = "5.4.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-xRBxQcYotq5W1P62MiucSnAJL9ahgekfq+relKCeTjg=";
hash = "sha256-6WSRu91rUecqOoxUahKbhNI56OngtSEMi6fAoKVimRk=";
};
postPatch = ''