mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghc-pandoc: Update to 1.17.2.
* gnu/packages/haskell.scm (ghc-pandoc): Update to 1.17.2.
This commit is contained in:
parent
5a502d9abd
commit
bc600b80a2
1 changed files with 2 additions and 2 deletions
|
@ -6280,7 +6280,7 @@ (define-public ghc-http-client-tls
|
|||
(define-public ghc-pandoc
|
||||
(package
|
||||
(name "ghc-pandoc")
|
||||
(version "1.15.2.1")
|
||||
(version "1.17.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6288,7 +6288,7 @@ (define-public ghc-pandoc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nfzwsdvrvg9zypgyqk0246p10yzlpqsqnkds8yraqybbvkb1g30"))))
|
||||
"1v78zq12p71gq0pc24h08inxcq5gxd0xb7m5ds0xw9pv9l2pswl1"))))
|
||||
(build-system haskell-build-system)
|
||||
(propagated-inputs
|
||||
`(("ghc-syb" ,ghc-syb)
|
||||
|
|
Loading…
Reference in a new issue