summary refs log tree commit diff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:13:20 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:09 -0500
commita5a870d86354f9582cb53382f087cef6b91f7f76 (patch)
tree49910666174fbd0c2be53a9936bf64347abdc7c4 /gnu/packages/haskell-check.scm
parentad128630cb91f763f6f4c8003297e6bb3cf696c6 (diff)
downloadguix-a5a870d86354f9582cb53382f087cef6b91f7f76.tar.gz
gnu: hspec-discover: Update to 2.7.1.
* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.7.1.
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 e734290c41..cdfa119050 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -584,7 +584,7 @@ JUnit tool for Java.")
 (define-public hspec-discover
   (package
     (name "hspec-discover")
-    (version "2.5.5")
+    (version "2.7.1")
     (source
      (origin
        (method url-fetch)
@@ -593,7 +593,7 @@ JUnit tool for Java.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "04aidzi91ccr9bygmfkjzshz34z9vh8wvqj4zinx2clxq6r7gqfz"))))
+         "0r47fm94wa6qrhp8cc1zzkjrxc32rnagfn9m9ga4dm6p6ydw4c8b"))))
     (build-system haskell-build-system)
     (native-inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)