1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 00:20:35 +02:00

gnu: pan: Update to 0.147.

* gnu/packages/mail.scm (pan): Update to 0.147.
This commit is contained in:
Tobias Geerinckx-Rice
2021-09-24 17:48:17 +02:00
parent f25304236a
commit 5f60c6dc85

View File

@@ -3878,14 +3878,14 @@ killed threads.")
(define-public pan
(package
(name "pan")
(version "0.146")
(version "0.147")
(source
(origin
(method url-fetch)
(uri (string-append "http://pan.rebelbase.com/download/releases/"
version "/source/" name "-" version ".tar.bz2"))
(sha256
(base32 "17agd27sn4a7nahvkpg0w39kv74njgdrrygs74bbvpaj8rk2hb55"))))
(base32 "0960siaf0r6m18kv0d8aqpf36x2xbsfcvk07kswlany7jbxrhylr"))))
(arguments
`(#:configure-flags '("--with-gtk3" "--with-gtkspell" "--with-gnutls"
"--enable-libnotify" "--enable-manual"