me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2022-01-05 05:05:28 +01:00
parent f9fe99b4cd
commit 0d78ac083a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 5 deletions

View File

@ -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+