gnu: ghc-doctemplates: Update to 0.2.2.1.

* gnu/packages/haskell.scm (ghc-doctemplates): Update to 0.2.2.1.
This commit is contained in:
Timothy Sample 2018-08-29 00:48:34 -04:00 committed by Ricardo Wurmus
parent f4585fd1fd
commit dfe5f60f2d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6540,7 +6540,7 @@ provided. Skylighting is intended to be the successor to highlighting-kate.")
(define-public ghc-doctemplates
(package
(name "ghc-doctemplates")
(version "0.2.1")
(version "0.2.2.1")
(source
(origin
(method url-fetch)
@ -6549,7 +6549,7 @@ provided. Skylighting is intended to be the successor to highlighting-kate.")
version ".tar.gz"))
(sha256
(base32
"1bfs2kl5j5al2w2y4qpbn68p0xsnb65r7h51l356kpkzc326646p"))))
"1gyckfg3kgvzhxw14i7iwrw0crygvsp86sy53bbr1yn7bxbgn33b"))))
(build-system haskell-build-system)
(inputs
`(("ghc-aeson" ,ghc-aeson)