guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/290: gnu: ghc-cmark-gfm: Update to 0.2.0.


From: guix-commits
Subject: 43/290: gnu: ghc-cmark-gfm: Update to 0.2.0.
Date: Wed, 6 Nov 2019 08:22:25 -0500 (EST)

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

commit 7f2d7cf1118587da6bcc39b869192c4b16155204
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:48:45 2019 -0400

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

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index fb4fc72..1867a37 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1719,7 +1719,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.5")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
@@ -1728,7 +1728,7 @@ sources, and does not require prior installation of the C 
library.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "13b0mqks5c1q989slgsa3ixr5vvkfyic4ynzgv00kgl5qrs7hqk7"))))
+         "03xflrkyw84qv3yjly5iks9311bqv5cmrmsylr763v4ph0fn7rjq"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-hunit" ,ghc-hunit)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]