summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-29 00:48:34 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:19 +0200
commitdfe5f60f2d1790bf931d5519814225570d37f755 (patch)
tree69aeb36686d607c25a6b9ce8bc98ca836fb69816 /gnu/packages/haskell.scm
parentf4585fd1fda9912801b02490aaa02e7eac1ba00a (diff)
downloadguix-patches-dfe5f60f2d1790bf931d5519814225570d37f755.tar
guix-patches-dfe5f60f2d1790bf931d5519814225570d37f755.tar.gz
gnu: ghc-doctemplates: Update to 0.2.2.1.
* gnu/packages/haskell.scm (ghc-doctemplates): Update to 0.2.2.1.
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c158a1be59..b72fa27423 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -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)