gnu: ghc-cmark: Update to 0.5.3.1.

* gnu/packages/haskell.scm (ghc-cmark): Update to 0.5.3.1.
master
Ricardo Wurmus 2016-09-26 14:27:53 +02:00
parent 8f1e2dca55
commit 2e9b1276b7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5248,14 +5248,14 @@ descriptions.")
(define-public ghc-cmark
(package
(name "ghc-cmark")
(version "0.4.1")
(version "0.5.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"cmark/cmark-" version ".tar.gz"))
(sha256
(base32
"0c134qh65viaq4q6pv7bnnr5wchzivg94nv0dj8pc1326sx0dw12"))))
"09515h9b26az9c2mbl6l7azimaixa6yff8w359k0ml8jwykjvqaa"))))
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-text" ,ghc-text)))