https://git.notmuchmail.org/git/notmuch@09f2ad8e8533 -> https://git.notmuchmail.org/git/notmuch@b6f144abe1f5 jeremy-compostella/org-msg@7b1dfb96d5 -> jeremy-compostella/org-msg@055de4abf6 org-mime/org-mime@cc00afcf02 -> org-mime/org-mime@d368bd4119 tarsius/ol-notmuch@ee3646627e -> tarsius/ol-notmuch@781c3518a5 wanderlust/flim@2cf5a78910 -> wanderlust/flim@80b8121f05 wanderlust/semi@7d8df0ef2f -> wanderlust/semi@9370961ddc wanderlust/wanderlust@77662986fd -> wanderlust/wanderlust@8369b2d517 xzz53/mu4e-alert@3c9af8c799 -> xzz53/mu4e-alert@6beda20fc6
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 "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
|
|
(package! semi :recipe (:branch "semi-1_14-wl") :pin "9370961ddcee78e389e44b36d38c3d93f8351619")
|
|
|
|
(package! wanderlust :pin "8369b2d5170a174652294835dd9a18ed21a38cb2")
|