gnu: ghc-pandoc: Update to 1.17.2.

* gnu/packages/haskell.scm (ghc-pandoc): Update to 1.17.2.
This commit is contained in:
Ricardo Wurmus 2016-09-26 14:28:50 +02:00
parent 5a502d9abd
commit bc600b80a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6280,7 +6280,7 @@ libraries, such as http-conduit.")
(define-public ghc-pandoc
(package
(name "ghc-pandoc")
(version "1.15.2.1")
(version "1.17.2")
(source
(origin
(method url-fetch)
@ -6288,7 +6288,7 @@ libraries, such as http-conduit.")
version ".tar.gz"))
(sha256
(base32
"0nfzwsdvrvg9zypgyqk0246p10yzlpqsqnkds8yraqybbvkb1g30"))))
"1v78zq12p71gq0pc24h08inxcq5gxd0xb7m5ds0xw9pv9l2pswl1"))))
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-syb" ,ghc-syb)