aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-25 16:43:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-25 17:10:50 +0100
commitde22745907f4ef46fc5f22768d53d8f38d9784a7 (patch)
treee939fb1bd379112047b109df08106eeef6190f4d
parent48947e6b518de30433b8e95470c29369f451834e (diff)
downloadguix-de22745907f4ef46fc5f22768d53d8f38d9784a7.tar
guix-de22745907f4ef46fc5f22768d53d8f38d9784a7.tar.gz
gnu: pan: Update to 0.146.
* gnu/packages/mail.scm (pan): Update to 0.146.
-rw-r--r--gnu/packages/mail.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ae8849b38a..bc4ef80313 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2860,15 +2860,14 @@ killed threads.")
(define-public pan
(package
(name "pan")
- (version "0.145")
+ (version "0.146")
(source
(origin
(method url-fetch)
(uri (string-append "http://pan.rebelbase.com/download/releases/"
version "/source/" name "-" version ".tar.bz2"))
(sha256
- (base32
- "1b4wamv33hprghcjk903bpvnd233yxyrm18qnh13alc8h1553nk8"))))
+ (base32 "17agd27sn4a7nahvkpg0w39kv74njgdrrygs74bbvpaj8rk2hb55"))))
(arguments
`(#:configure-flags '("--with-gtk3" "--with-gtkspell" "--with-gnutls"
"--enable-libnotify" "--enable-manual"