python310Packages.oslo-context: 4.1.0 -> 5.0.0

This commit is contained in:
R. Ryantm 2022-07-13 21:41:54 +00:00
parent bee8b6b389
commit e2105ec0e0

View file

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