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

* gnu/packages/haskell.scm (ghc-cmark-gfm): Update to 0.1.5.
This commit is contained in:
Timothy Sample 2018-08-28 22:12:56 -04:00 committed by Ricardo Wurmus
parent 6a9730a0c4
commit 0ceaff6f2f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5488,7 +5488,7 @@ sources, and does not require prior installation of the C library.")
(define-public ghc-cmark-gfm (define-public ghc-cmark-gfm
(package (package
(name "ghc-cmark-gfm") (name "ghc-cmark-gfm")
(version "0.1.3") (version "0.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5497,7 +5497,7 @@ sources, and does not require prior installation of the C library.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1fkisbrydmdx5h8yad09fzk8h1b1j53r02g7vb81izgdwj9b673k")))) "13b0mqks5c1q989slgsa3ixr5vvkfyic4ynzgv00kgl5qrs7hqk7"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-text" ,ghc-text))) `(("ghc-text" ,ghc-text)))