mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: ghc-pandoc: Update to 2.2.1.
* gnu/packages/haskell.scm (ghc-pandoc): Update to 2.2.1.
This commit is contained in:
parent
178bd68116
commit
970481f1f7
1 changed files with 2 additions and 2 deletions
|
@ -6234,7 +6234,7 @@ (define-public ghc-doctemplates-for-pandoc-1
|
|||
(define-public ghc-pandoc
|
||||
(package
|
||||
(name "ghc-pandoc")
|
||||
(version "2.0.6")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6242,7 +6242,7 @@ (define-public ghc-pandoc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vhj6splykksb1mkxv5cs0361nj12qn23a3y1i8j5dc637lkdwpj"))))
|
||||
"1dqin92w513l7whg5wdgrngnxsj5mb8gppfvn7kjgyv2pdgpy0zy"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-aeson" ,ghc-aeson)
|
||||
|
|
Loading…
Reference in a new issue