[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/15: gnu: bogofilter: Update to 1.2.5.
From: |
guix-commits |
Subject: |
05/15: gnu: bogofilter: Update to 1.2.5. |
Date: |
Wed, 11 Dec 2019 21:03:03 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2665ff41e9875b13258827c43e971e099102b607
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Dec 4 05:10:53 2019 +0100
gnu: bogofilter: Update to 1.2.5.
* gnu/packages/mail.scm (bogofilter): Update to 1.2.5.
[license]: Upgrade to GPL3+.
---
gnu/packages/mail.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 555fe70..4450e96 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -555,15 +555,14 @@ Extension (MIME).")
(define-public bogofilter
(package
(name "bogofilter")
- (version "1.2.4")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/bogofilter/bogofilter-"
- version "/bogofilter-"
- version ".tar.bz2"))
- (sha256
- (base32
- "1d56n2m9inm8gnzm88aa27xl2a7sp7aff3484vmflpqkinjqf0p1"))))
+ (version "1.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/bogofilter/bogofilter-stable/"
+ "bogofilter-" version ".tar.xz"))
+ (sha256
+ (base32 "1sl9xrnnlk2sn8gmibhn8li09vnansjbxb9l1182qmgz7cvs2j1j"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -583,7 +582,7 @@ Extension (MIME).")
(non-spam) by a statistical analysis of the message's header and
content (body). The program is able to learn from the user's classifications
and corrections. It is based on a Bayesian filter.")
- (license gpl2)))
+ (license gpl3+)))
(define-public offlineimap
(package
- branch master updated (dcb7ce5 -> 968dd99), guix-commits, 2019/12/11
- 04/15: gnu: graphicsmagick: Update to 1.3.33., guix-commits, 2019/12/11
- 08/15: gnu: muse-sequencer: Don't use NAME in source URI., guix-commits, 2019/12/11
- 02/15: gnu: libcdio-paranoia: Update to 10.2+2.0.1., guix-commits, 2019/12/11
- 06/15: gnu: bogofilter: Use HTTPS home page., guix-commits, 2019/12/11
- 10/15: gnu: fio: Download over HTTPS., guix-commits, 2019/12/11
- 09/15: gnu: fio: Update to 3.16., guix-commits, 2019/12/11
- 03/15: gnu: gx: Update to 0.14.2., guix-commits, 2019/12/11
- 07/15: gnu: libwpd: Update to 0.10.3., guix-commits, 2019/12/11
- 05/15: gnu: bogofilter: Update to 1.2.5.,
guix-commits <=
- 14/15: gnu: nftables: Update to 0.9.3., guix-commits, 2019/12/11
- 13/15: gnu: nftables: Prefer mirror://netfilter sources., guix-commits, 2019/12/11
- 15/15: gnu: iptables: Update to 1.8.4., guix-commits, 2019/12/11
- 01/15: gnu: remind: Update to 3.1.17., guix-commits, 2019/12/11
- 11/15: gnu: nftables: Use HTTPS for www.nftables.org., guix-commits, 2019/12/11
- 12/15: gnu: libnftnl: Update to 1.1.5., guix-commits, 2019/12/11