me
/
guix
Archived
1
0
Fork 0

gnu: bogofilter: Update to 1.2.5.

* gnu/packages/mail.scm (bogofilter): Update to 1.2.5.
[license]: Upgrade to GPL3+.
master
Tobias Geerinckx-Rice 2019-12-04 05:10:53 +01:00
parent 8d73e6a244
commit 2665ff41e9
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 9 additions and 10 deletions

View File

@ -555,15 +555,14 @@ Extension (MIME).")
(define-public bogofilter (define-public bogofilter
(package (package
(name "bogofilter") (name "bogofilter")
(version "1.2.4") (version "1.2.5")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "mirror://sourceforge/bogofilter/bogofilter-" (method url-fetch)
version "/bogofilter-" (uri (string-append "mirror://sourceforge/bogofilter/bogofilter-stable/"
version ".tar.bz2")) "bogofilter-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "1sl9xrnnlk2sn8gmibhn8li09vnansjbxb9l1182qmgz7cvs2j1j"))))
"1d56n2m9inm8gnzm88aa27xl2a7sp7aff3484vmflpqkinjqf0p1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -583,7 +582,7 @@ Extension (MIME).")
(non-spam) by a statistical analysis of the message's header and (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 content (body). The program is able to learn from the user's classifications
and corrections. It is based on a Bayesian filter.") and corrections. It is based on a Bayesian filter.")
(license gpl2))) (license gpl3+)))
(define-public offlineimap (define-public offlineimap
(package (package