https://git.notmuchmail.org/git/notmuch@bd243b65a970 -> https://git.notmuchmail.org/git/notmuch@09f2ad8e8533 jao/consult-notmuch@4138855cdd -> jao/consult-notmuch@d0d4129d45 jeremy-compostella/org-msg@60e22e4463 -> jeremy-compostella/org-msg@7b1dfb96d5 org-mime/org-mime@cf96f585c6 -> org-mime/org-mime@cc00afcf02 tarsius/ol-notmuch@1a53d6c707 -> tarsius/ol-notmuch@ee3646627e wanderlust/apel@6947dc4605 -> wanderlust/apel@82eb2325bd wanderlust/flim@289e5bbd66 -> wanderlust/flim@2cf5a78910 wanderlust/semi@b1c245b817 -> wanderlust/semi@7d8df0ef2f wanderlust/wanderlust@e3cd5e3945 -> wanderlust/wanderlust@77662986fd xzz53/mu4e-alert@b34d0ea7b7 -> xzz53/mu4e-alert@3c9af8c799
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 "82eb2325bd149dc57b43a9ce9402c6c6183e4052")
|
|
(package! flim :recipe (:branch "flim-1_14-wl") :pin "2cf5a7891090faca8de725b1d3743dcedf233ea2")
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "7d8df0ef2f483e2dc063a72099295f467e6bc2c8")
|
|
|
|
(package! wanderlust :pin "77662986fd91cff991f502b19262227227740d52")
|