me
/
guix
Archived
1
0
Fork 0

gnu: ghc-cmark-gfm: Update to 0.2.0.

* gnu/packages/haskell-xyz.scm (ghc-cmark-gfm): Update to 0.2.0.
master
Timothy Sample 2019-10-31 09:48:45 -04:00
parent fad9cff23f
commit 24fc8daea3
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -1720,7 +1720,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)
@ -1729,7 +1729,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)))