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
|
@ -6280,7 +6280,7 @@ libraries, such as http-conduit.")
|
||||||
(define-public ghc-pandoc
|
(define-public ghc-pandoc
|
||||||
(package
|
(package
|
||||||
(name "ghc-pandoc")
|
(name "ghc-pandoc")
|
||||||
(version "1.15.2.1")
|
(version "1.17.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6288,7 +6288,7 @@ libraries, such as http-conduit.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nfzwsdvrvg9zypgyqk0246p10yzlpqsqnkds8yraqybbvkb1g30"))))
|
"1v78zq12p71gq0pc24h08inxcq5gxd0xb7m5ds0xw9pv9l2pswl1"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ghc-syb" ,ghc-syb)
|
`(("ghc-syb" ,ghc-syb)
|
||||||
|
|
Loading…
Reference in New Issue