Unverified Commit a0f2f70a authored by Alyssa Ross's avatar Alyssa Ross
Browse files

Revert "mailman: pin to python312 for django 4.2 support"

This reverts commit bc05bb58.

We're now using Django 5.2.
parent 1c4fb7aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  newScope,
  lib,
  python312,
  python3,
}:

let
@@ -13,7 +13,7 @@ let
    {
      callPackage = newScope self;

      python3 = callPackage ./python.nix { python3 = python312; };
      python3 = callPackage ./python.nix { inherit python3; };

      hyperkitty = callPackage ./hyperkitty.nix { };