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

This commit is contained in:
Sandro 2024-01-17 16:14:59 +01:00 committed by GitHub
commit 47934b8b31
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.1.1";
version = "5.3.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ly55FxBE79GAfFVxPtLH9AaLGNc9AngZFlxIGbKHz68=";
hash = "sha256-xRBxQcYotq5W1P62MiucSnAJL9ahgekfq+relKCeTjg=";
};
postPatch = ''