Merge pull request #158123 from r-ryantm/auto-update/python3.10-oslo.context

python310Packages.oslo-context: 3.4.0 -> 4.0.0
This commit is contained in:
Ben Siraphob 2022-02-06 21:40:16 +00:00 committed by GitHub
commit 1a2902ef61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "oslo.context";
version = "3.4.0";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "970f96361c5de9a5dc86d48a648289d77118180ca13ba5eeb307137736ffa953";
sha256 = "sha256-VarKqPrvz10M9mVJPVtqLCCKVl3Ft1y/CaBIypmagsw=";
};
postPatch = ''