summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:14:13 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:09 -0500
commit28049c2ac89bfd70410b593d5bb8ca121fa699e5 (patch)
tree82ae5fec124365ba34e08f0ad7192991bf3715f0 /gnu/packages/haskell-check.scm
parent86a704dbc5eb80750e348ef59252dbee3a87f08e (diff)
downloadguix-patches-28049c2ac89bfd70410b593d5bb8ca121fa699e5.tar
guix-patches-28049c2ac89bfd70410b593d5bb8ca121fa699e5.tar.gz
gnu: ghc-tasty: Update to 1.2.3.
* gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.2.3.
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 c7f1afdbc4..2ae02cda61 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -156,7 +156,7 @@ contains the correct result for the test.")
(define-public ghc-tasty
(package
(name "ghc-tasty")
- (version "1.1.0.3")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
@@ -166,7 +166,7 @@ contains the correct result for the test.")
".tar.gz"))
(sha256
(base32
- "14riid753hjqr6lca1kgxpnvq0wykf0k3qc5jpag42hh8bszav22"))))
+ "0qpn0avpw4w1qq5r2gwh2piipj0llqq6ylagr3xnqiraq6mhg8cc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-tagged" ,ghc-tagged)