Revert "python310Packages.oslo-context: 3.4.0 -> 4.0.0"

This commit is contained in:
Sandro 2022-02-07 00:03:40 +01:00 committed by GitHub
parent 85c69cb188
commit 2cddc19d39
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 = "4.0.0";
version = "3.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-VarKqPrvz10M9mVJPVtqLCCKVl3Ft1y/CaBIypmagsw=";
sha256 = "970f96361c5de9a5dc86d48a648289d77118180ca13ba5eeb307137736ffa953";
};
postPatch = ''