summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 19:26:28 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:32 +0100
commit86ad4ee373742b2229e134ec09794ea8def7f0e2 (patch)
tree3fb045174aefe35f23176f34644ced14b0196eaa /gnu/packages/haskell-check.scm
parent7fa02bc7aba851357151e00f8982a6a3524c08c7 (diff)
downloadgnu-guix-86ad4ee373742b2229e134ec09794ea8def7f0e2.tar
gnu-guix-86ad4ee373742b2229e134ec09794ea8def7f0e2.tar.gz
gnu: hspec-discover: Update to 2.2.4.
* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4.
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 a48a4d5c64..16353ec1d4 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -587,7 +587,7 @@ JUnit tool for Java.")
(define-public hspec-discover
(package
(name "hspec-discover")
- (version "2.2.0")
+ (version "2.2.4")
(source
(origin
(method url-fetch)
@@ -597,7 +597,7 @@ JUnit tool for Java.")
".tar.gz"))
(sha256
(base32
- "0w3awzbljf4hqhxrjrxqa1lfcclg92bhmq641gz2q80vycspapzx"))))
+ "1bz7wb8v0bx1amiz4bpj34xq97d1ia29n3f654wcrh6lacydp3dv"))))
(build-system haskell-build-system)
(arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
; documentation files.