mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: ghc-pandoc-citeproc: Update to 0.16.2.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-citeproc): Update to 0.16.2.
This commit is contained in:
parent
b38a7838be
commit
2da02d09c2
1 changed files with 2 additions and 2 deletions
|
@ -7715,7 +7715,7 @@ (define-public ghc-pandoc
|
|||
(define-public ghc-pandoc-citeproc
|
||||
(package
|
||||
(name "ghc-pandoc-citeproc")
|
||||
(version "0.14.3.1")
|
||||
(version "0.16.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7724,7 +7724,7 @@ (define-public ghc-pandoc-citeproc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yj6rckwsc9vig40cm15ry0j3d01xpk04qma9n4byhal6v4b5h22"))))
|
||||
"15mm17awgi1b5yazwhr5nh8b59qml1qk6pz6gpyijks70fq2arsv"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue