gnu: ghc-pandoc-types: Update to 1.16.1.1.

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

View File

@ -5116,7 +5116,7 @@ providing an 'rnf' implementation.")
(define-public ghc-pandoc-types
(package
(name "ghc-pandoc-types")
(version "1.12.4.7")
(version "1.16.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -5124,7 +5124,7 @@ providing an 'rnf' implementation.")
version ".tar.gz"))
(sha256
(base32
"108n11kbdaj2ii3cyf0xczhsx90p1gjbxwqp1f0wyn2m3cls632n"))))
"094mzgdxva84kcpjf9m8b5n3chm1wm44bzflh5x6xhddz6pb7zpq"))))
(build-system haskell-build-system)
(propagated-inputs
`(("ghc-syb" ,ghc-syb)