diff --git a/modules/email/wanderlust/packages.el b/modules/email/wanderlust/packages.el index 21a52d463..6f7eaccba 100644 --- a/modules/email/wanderlust/packages.el +++ b/modules/email/wanderlust/packages.el @@ -4,9 +4,7 @@ ;; HACK These are wanderlust's dependencies (wanderlust depends on semi, semi ;; depends on flim, flim on apel), but both flim and apel have non-standard ;; default branches, which straight cannot detect without our help. -(package! flim :recipe (:branch "flim-1_14-wl") - :pin "e4bd54fd7d335215b54f7ef27ed974c8cd68d472") -(package! apel :recipe (:branch "semi-1_14-wl") - :pin "d146ddbf8818e81d3577d5eee7825d377bec0c73") +(package! flim :recipe (:branch "flim-1_14-wl")) +(package! apel :recipe (:branch "apel-wl")) -(package! wanderlust :pin "7a919e422a48f5021576e68282703de430558879") +(package! wanderlust)