Merge pull request #143409 from r-ryantm/auto-update/python3.8-oslo.context

This commit is contained in:
Sandro
2021-10-28 18:28:27 +02:00
committed by GitHub
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "oslo.context";
version = "3.3.1";
version = "3.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "f578ea38569cf0a677e2167178196b21a54175471358c4320ddfd5c97c52f4d1";
sha256 = "970f96361c5de9a5dc86d48a648289d77118180ca13ba5eeb307137736ffa953";
};
postPatch = ''