Unverified Commit bc05bb58 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

mailman: pin to python312 for django 4.2 support

parent 4cae5fd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  newScope,
  lib,
  python3,
  python312,
}:

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

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

      hyperkitty = callPackage ./hyperkitty.nix { };