mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: ghc-pandoc-citeproc: Update to 0.14.3.1.
* gnu/packages/haskell.scm (ghc-pandoc-citeproc): Update to 0.14.3.1.
This commit is contained in:
parent
e30397dddb
commit
a235ea4f30
1 changed files with 2 additions and 2 deletions
|
@ -6763,7 +6763,7 @@ (define-public ghc-xml-conduit
|
|||
(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 @@ (define-public ghc-pandoc-citeproc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1l58nbflcnlznc93qimkk7ghk2gv8kipf45zf88piqa2zys41yyx"))))
|
||||
"0yj6rckwsc9vig40cm15ry0j3d01xpk04qma9n4byhal6v4b5h22"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue