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:
parent
6a9730a0c4
commit
0ceaff6f2f
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue