mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
alot: pin to python311, gpg-me still uses the imp module
This commit is contained in:
parent
7055bec3eb
commit
8c18f3ee05
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user