summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:29:48 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:17 -0500
commitc69f98bafdd2b352de84b187cfcfc0cc08c44221 (patch)
treeb79621800a8e525c394e2b7b5d493488dfb09fcb /gnu/packages/haskell-check.scm
parent920f44a1baff859566b41f7e7ff288882a6c7eb1 (diff)
downloadguix-patches-c69f98bafdd2b352de84b187cfcfc0cc08c44221.tar
guix-patches-c69f98bafdd2b352de84b187cfcfc0cc08c44221.tar.gz
gnu: ghc-tasty-ant-xml: Update to 1.1.6.
* gnu/packages/haskell-check.scm (ghc-tasty-ant-xml): Update to 1.1.6.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 4e619b3b0e..3787b4defe 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -39,7 +39,7 @@
(define-public ghc-tasty-ant-xml
(package
(name "ghc-tasty-ant-xml")
- (version "1.1.4")
+ (version "1.1.6")
(source
(origin
(method url-fetch)
@@ -49,7 +49,7 @@
".tar.gz"))
(sha256
(base32
- "0v0gsb90kh6hwlgxbclzawsskywc6yf7n8xhiifia97l4y0yx2m8"))))
+ "13qqpl1prr9dda87dp45mqybay24n8rhxxgvpc9j34kh72g8j5qw"))))
(build-system haskell-build-system)
(inputs
`(("ghc-generic-deriving" ,ghc-generic-deriving)