_: prev: {
python3 = prev.python3.override {
packageOverrides = _: python-prev: {
django = python-prev.django_5;
};
}