me
/
guix
Archived
1
0
Fork 0

gnu: ghc-pandoc-citeproc: Update to 0.14.3.1.

* gnu/packages/haskell.scm (ghc-pandoc-citeproc): Update to 0.14.3.1.
master
Ricardo Wurmus 2018-09-20 16:03:06 +02:00 committed by Ricardo Wurmus
parent e30397dddb
commit a235ea4f30
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6763,7 +6763,7 @@ the @code{conduit} package.")
(define-public ghc-pandoc-citeproc
(package
(name "ghc-pandoc-citeproc")
(version "0.12.2.5")
(version "0.14.3.1")
(source
(origin
(method url-fetch)
@ -6772,7 +6772,7 @@ the @code{conduit} package.")
version ".tar.gz"))
(sha256
(base32
"1l58nbflcnlznc93qimkk7ghk2gv8kipf45zf88piqa2zys41yyx"))))
"0yj6rckwsc9vig40cm15ry0j3d01xpk04qma9n4byhal6v4b5h22"))))
(build-system haskell-build-system)
(arguments
`(#:phases