python3Packages.oslo.context: 3.4.0 -> 4.1.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:10 +01:00
parent 64af180db0
commit 378934298f

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "oslo.context";
version = "3.4.0";
version = "4.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "970f96361c5de9a5dc86d48a648289d77118180ca13ba5eeb307137736ffa953";
sha256 = "sha256-damnIqVS+6ionooBAo+oKmGQqzF6lZG7gzA6IhCnkUQ=";
};
postPatch = ''