alot: pin to python311, gpg-me still uses the imp module

This commit is contained in:
Martin Weinelt 2024-06-22 21:44:31 +02:00
parent 7055bec3eb
commit 8c18f3ee05

View File

@ -1,5 +1,5 @@
{ lib
, python3
, python311
, fetchFromGitHub
, file
, gnupg
@ -9,7 +9,7 @@
, withManpage ? false
}:
with python3.pkgs; buildPythonApplication rec {
with python311.pkgs; buildPythonApplication rec {
pname = "alot";
version = "0.10";