rekado pushed a commit to branch master
in repository guix.

commit 2d5598c1d7b963a00828c3533cd97eaee62ff312
Author: Ricardo Wurmus <[email protected]>
Date:   Wed Jan 23 12:25:26 2019 +0100

    gnu: guile-wisp: Update to 0.9.9.
    
    * gnu/packages/guile.scm (guile-wisp): Update to 0.9.9.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index b1447a1..6004840 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <[email protected]>
 ;;; Copyright © 2015, 2017 Christopher Allan Webber <[email protected]>
 ;;; Copyright © 2016 Alex Sassmannshausen <[email protected]>
-;;; Copyright © 2016, 2017, 2018 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2016 Erik Edrosa <[email protected]>
 ;;; Copyright © 2016 Eraim Flashner <[email protected]>
 ;;; Copyright © 2016, 2017 Alex Kost <[email protected]>
@@ -1288,7 +1288,7 @@ key-value cache and store.")
 (define-public guile-wisp
   (package
     (name "guile-wisp")
-    (version "0.9.8")
+    (version "0.9.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://bitbucket.org/ArneBab/";
@@ -1296,7 +1296,7 @@ key-value cache and store.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1f2bbicq1rxnwmiplrm4r75wj06w385mjkyvi7g4k740bgwcrzxr"))))
+                "1xa0f0fvcrimqap50azv5872bfx8jbhc6baxa1prpbwcksbh8gdz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((guix build gnu-build-system)

Reply via email to