mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ghc-cmark: Update to 0.6.
* gnu/packages/haskell-xyz.scm (ghc-cmark): Update to 0.6.
This commit is contained in:
parent
027beb5572
commit
6bdd36c0e3
1 changed files with 3 additions and 3 deletions
|
@ -1695,16 +1695,16 @@ (define-public ghc-clock-bootstrap
|
||||||
(define-public ghc-cmark
|
(define-public ghc-cmark
|
||||||
(package
|
(package
|
||||||
(name "ghc-cmark")
|
(name "ghc-cmark")
|
||||||
(version "0.5.6")
|
(version "0.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; XXX As of version 0.5.6, this package bundles libcmark 0.28.0.
|
;; XXX As of version 0.6, this package bundles libcmark 0.28.0.
|
||||||
;; See cbits/cmark_version.h.
|
;; See cbits/cmark_version.h.
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
"cmark/cmark-" version ".tar.gz"))
|
"cmark/cmark-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c1j3a8b9qx5zk9myqm3gap8ymz7fipwrdmyfsq9wkkdr9x4np45"))))
|
"1p41z6z8dqxk62287lvhhg4ayy9laai9ljh4azsnzb029v6mbv0d"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)))
|
`(("ghc-hunit" ,ghc-hunit)))
|
||||||
|
|
Loading…
Reference in a new issue