[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: pan: Update to 0.146.
From: |
guix-commits |
Subject: |
03/09: gnu: pan: Update to 0.146. |
Date: |
Wed, 25 Dec 2019 11:54:42 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit de22745907f4ef46fc5f22768d53d8f38d9784a7
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"
- branch master updated (32dfde9 -> 957fe1c), guix-commits, 2019/12/25
- 01/09: gnu: msgpack: Update to 3.2.1., guix-commits, 2019/12/25
- 03/09: gnu: pan: Update to 0.146.,
guix-commits <=
- 06/09: gnu: lxtask: Don't use NAME in source URI., guix-commits, 2019/12/25
- 07/09: gnu: btrfs-progs: Update to 5.4., guix-commits, 2019/12/25
- 02/09: gnu: dovecot: Update to 2.3.9.2 [fixes CVE-2019-19722]., guix-commits, 2019/12/25
- 04/09: gnu: perl-email-sender: Update to 1.300034., guix-commits, 2019/12/25
- 05/09: gnu: lxtask: Update to 0.1.9., guix-commits, 2019/12/25
- 08/09: gnu: nethack: Update to 3.6.4., guix-commits, 2019/12/25
- 09/09: gnu: squashfs-tools: Update to 4.4., guix-commits, 2019/12/25