lfam pushed a commit to branch master
in repository guix.

commit 18b1589b8296f362a9e845f35d3c23a4996813b7
Author: ng0 <[email protected]>
Date:   Sat Dec 9 12:08:59 2017 +0000

    gnu: blists: Update to 2.0.
    
    * gnu/packages/mail.scm (blists): Update to 2.0.
    
    Signed-off-by: Leo Famulari <[email protected]>
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 114b1a2..7f5786b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Lukas Gradl <[email protected]>
 ;;; Copyright © 2016 Alex Kost <[email protected]>
 ;;; Copyright © 2016, 2017 Troy Sankey <[email protected]>
-;;; Copyright © 2016, 2017 ng0 <[email protected]>
+;;; Copyright © 2016, 2017 ng0 <[email protected]>
 ;;; Copyright © 2016 Clément Lassieur <[email protected]>
 ;;; Copyright © 2016, 2017 Arun Isaac <[email protected]>
 ;;; Copyright © 2016 John Darrington <[email protected]>
@@ -2181,7 +2181,7 @@ to access GNU Mailman.")
 (define-public blists
   (package
     (name "blists")
-    (version "1.0")
+    (version "2.0")
     (source
      (origin
        (method url-fetch)
@@ -2189,7 +2189,7 @@ to access GNU Mailman.")
                            "blists/blists-" version ".tar.gz"))
        (sha256
         (base32
-         "1gp51kmb8yv8d693wcpdslmwlbw5w2kgz4kxhrcaf7y89w8wy4qd"))))
+         "1xll5wn7py3bbncbwrj172f56nz75c9gwfsa80rwd96ss9gfmp3c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests

Reply via email to