gnu: pan: Update to 0.146.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 25 Dec 2019 15:43:00 +0000 (16:43 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 25 Dec 2019 16:10:50 +0000 (17:10 +0100)
* gnu/packages/mail.scm (pan): Update to 0.146.

gnu/packages/mail.scm

index ae8849b..bc4ef80 100644 (file)
@@ -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"