Merge pull request #324167 from jtbx-prs/aerc-0.18.0

aerc: 0.17.0 -> 0.18.0
This commit is contained in:
Aleksana 2024-07-06 21:50:57 +08:00 committed by GitHub
commit cb32df2e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 9 deletions

View File

@ -4,7 +4,7 @@
, ncurses
, notmuch
, scdoc
, python3
, python3Packages
, w3m
, dante
, gawk
@ -12,21 +12,21 @@
buildGoModule rec {
pname = "aerc";
version = "0.17.0";
version = "0.18.0";
src = fetchFromSourcehut {
owner = "~rjarry";
repo = "aerc";
rev = version;
hash = "sha256-XpVUUAtm6o4DXIouTKRX/8mLERb/4nA+VUGeB21mfjE=";
hash = "sha256-azIgf9kv4Pg8BW1j56D2Ta1DIQNHC9Mql3tebp+MLSY=";
};
proxyVendor = true;
vendorHash = "sha256-AHEhIWa6PP8f+hhIdY+0brLF2HYhvTal7qXfCwG9iyo=";
vendorHash = "sha256-BQ36LJFo9bQNQdwb/vygksk3ih/tVaMwfWT1f31bsbY=";
nativeBuildInputs = [
scdoc
python3.pkgs.wrapPython
python3Packages.wrapPython
];
patches = [
@ -45,10 +45,10 @@ buildGoModule rec {
makeFlags = [ "PREFIX=${placeholder "out"}" ];
pythonPath = [
python3.pkgs.vobject
python3Packages.vobject
];
buildInputs = [ python3 notmuch gawk ];
buildInputs = [ python3Packages.python notmuch gawk ];
installPhase = ''
runHook preInstall

View File

@ -1547,8 +1547,6 @@ with pkgs;
wxGTK = wxGTK32;
} // (config.aegisub or {}));
aerc = callPackage ../applications/networking/mailreaders/aerc { };
aerospike = callPackage ../servers/nosql/aerospike { };
aespipe = callPackage ../tools/security/aespipe { };