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