rekado pushed a commit to branch master
in repository guix.

commit 0ceaff6f2fb463cf96b461fc78062128cda20be0
Author: Timothy Sample <samp...@ngyro.com>
Date:   Tue Aug 28 22:12:56 2018 -0400

    gnu: ghc-cmark-gfm: Update to 0.1.5.
    
    * gnu/packages/haskell.scm (ghc-cmark-gfm): Update to 0.1.5.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8ef95a4..be26a14 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5488,7 +5488,7 @@ sources, and does not require prior installation of the C 
library.")
 (define-public ghc-cmark-gfm
   (package
     (name "ghc-cmark-gfm")
-    (version "0.1.3")
+    (version "0.1.5")
     (source
      (origin
        (method url-fetch)
@@ -5497,7 +5497,7 @@ sources, and does not require prior installation of the C 
library.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1fkisbrydmdx5h8yad09fzk8h1b1j53r02g7vb81izgdwj9b673k"))))
+         "13b0mqks5c1q989slgsa3ixr5vvkfyic4ynzgv00kgl5qrs7hqk7"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-text" ,ghc-text)))

Reply via email to