https://codeberg.org/jao/consult-notmuch.git@a5133b9e1f19 -> https://codeberg.org/jao/consult-notmuch.git@4138855cddee https://git.notmuchmail.org/git/notmuch@63413a556345 -> https://git.notmuchmail.org/git/notmuch@bd243b65a970 https://git.sr.ht/~tarsius/ol-notmuch@126fb446d8fa -> https://git.sr.ht/~tarsius/ol-notmuch@1a53d6c70751 jeremy-compostella/org-msg@599e8b056c -> jeremy-compostella/org-msg@60e22e4463 org-mime/org-mime@eb21c02ba8 -> org-mime/org-mime@cf96f585c6 wanderlust/apel@4e3269b6e7 -> wanderlust/apel@6947dc4605 wanderlust/wanderlust@6e189fc944 -> wanderlust/wanderlust@e3cd5e3945 xzz53/mu4e-alert@91f0657c5b -> xzz53/mu4e-alert@b34d0ea7b7 Fix: #6360 Close: #6377
11 lines
641 B
EmacsLisp
11 lines
641 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; app/wanderlust/packages.el
|
|
|
|
;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi
|
|
;; depends on flim, flim on apel), but they all have non-standard default
|
|
;; branches which straight cannot detect without our help.
|
|
(package! apel :recipe (:branch "apel-wl") :pin "6947dc4605ebbb87762edf7051a78a3f7b5f17c5")
|
|
(package! flim :recipe (:branch "flim-1_14-wl") :pin "289e5bbd66f6f14306a6e0b922ee8f26267e2470")
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "b1c245b81715b0430f7593cee2339e6264104f3d")
|
|
|
|
(package! wanderlust :pin "e3cd5e39454737c0b641e114ddcc550122288a2a")
|