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
|
(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)))
|
||||||
|
|
Loading…
Reference in New Issue