gnu: ghc-pandoc: Update to 2.2.1.

* gnu/packages/haskell.scm (ghc-pandoc): Update to 2.2.1.
This commit is contained in:
Ricardo Wurmus 2018-08-15 11:47:34 +02:00 committed by Ricardo Wurmus
parent 178bd68116
commit 970481f1f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6234,7 +6234,7 @@ provided. Skylighting is intended to be the successor to highlighting-kate.")
(define-public ghc-pandoc (define-public ghc-pandoc
(package (package
(name "ghc-pandoc") (name "ghc-pandoc")
(version "2.0.6") (version "2.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6242,7 +6242,7 @@ provided. Skylighting is intended to be the successor to highlighting-kate.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vhj6splykksb1mkxv5cs0361nj12qn23a3y1i8j5dc637lkdwpj")))) "1dqin92w513l7whg5wdgrngnxsj5mb8gppfvn7kjgyv2pdgpy0zy"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-aeson" ,ghc-aeson) `(("ghc-aeson" ,ghc-aeson)