python311Packages.oslo-context: 5.1.1 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-01-15 00:50:49 +00:00
parent 6c08fe3ccf
commit dba2ca516c
@@ -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 = ''