guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: pan: Update to 0.147.


From: guix-commits
Subject: 04/06: gnu: pan: Update to 0.147.
Date: Fri, 24 Sep 2021 11:49:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5f60c6dc85efd347bb79f4606c4a73fab99eaadd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 24 17:48:17 2021 +0200

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

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 1e36b17..3fc48e1 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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"



reply via email to

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