samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit aa6c92433b8530937ea3335e5560e9d4cd39fcfd
Author: Timothy Sample <[email protected]>
Date:   Thu Oct 31 13:11:39 2019 -0400

    gnu: ghc-snap-core: Update to 1.0.4.0.
    
    * gnu/packages/haskell-web.scm (ghc-snap-core): Update to 1.0.4.0.
---
 gnu/packages/haskell-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index a1b3378..ac409c1 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1364,7 +1364,7 @@ deal with the result.")
 (define-public ghc-snap-core
   (package
     (name "ghc-snap-core")
-    (version "1.0.3.2")
+    (version "1.0.4.0")
     (source
      (origin
        (method url-fetch)
@@ -1372,7 +1372,7 @@ deal with the result.")
                            "snap-core/snap-core-" version ".tar.gz"))
        (sha256
         (base32
-         "136q7l4hd5yn5hb507q1ziqx124ma1lkzh5dx0n150p8dx3rhhsc"))))
+         "0dklxgrbqhnb6bc4ic358g4fyj11ywmjrkxxhqcjmci2hhpn00mr"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-old-locale" ,ghc-old-locale)

Reply via email to