guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: pan: Update to 0.149.


From: guix-commits
Subject: 08/15: gnu: pan: Update to 0.149.
Date: Wed, 5 Jan 2022 23:23:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0d78ac083a9095ae82e3c27f19e67691bcad41d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 5 05:05:28 2022 +0100

    gnu: pan: Update to 0.149.
    
    * gnu/packages/mail.scm (pan): Update to 0.149.
    [arguments]: Don't explicitly return #t from phases.
    [inputs]: Upgrade gmime-2.6 to gmime.
---
 gnu/packages/mail.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d5894e4d6e..8383a677f7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3780,14 +3780,14 @@ killed threads.")
 (define-public pan
   (package
     (name "pan")
-    (version "0.147")
+    (version "0.149")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://pan.rebelbase.com/download/releases/";
                            version "/source/" name "-" version ".tar.bz2"))
        (sha256
-        (base32 "0960siaf0r6m18kv0d8aqpf36x2xbsfcvk07kswlany7jbxrhylr"))))
+        (base32 "1sl5rdgalswxya61vhkf28r0fb4b3pq77qgzhhsfagmpvgbx0d2x"))))
     (arguments
      `(#:configure-flags '("--with-gtk3" "--with-gtkspell" "--with-gnutls"
                            "--enable-libnotify" "--enable-manual"
@@ -3799,10 +3799,9 @@ killed threads.")
              (substitute* "pan/usenet-utils/gpg.cc"
                (("\"gpg2\"") (string-append "\""
                                             (assoc-ref inputs "gnupg")
-                                            "/bin/gpg\"")))
-             #t)))))
+                                            "/bin/gpg\""))))))))
     (inputs
-     (list gmime-2.6
+     (list gmime
            gnupg
            gnutls
            gtk+



reply via email to

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