guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

150/285: gnu: pan: Update to 0.146.


From: guix-commits
Subject: 150/285: gnu: pan: Update to 0.146.
Date: Sun, 29 Dec 2019 20:44:19 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 8faf3ff38d308bbc01a7075772720b370905bd93
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 16:43:00 2019 +0100

    gnu: pan: Update to 0.146.
    
    * gnu/packages/mail.scm (pan): Update to 0.146.
---
 gnu/packages/mail.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ae8849b..bc4ef80 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]