mailman: pin to python312 for django 4.2 support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user