aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 19:32:17 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:32 +0100
commited03ac41cf4b195a24c46414eeccd8d449d73933 (patch)
tree115cd265e25a199a7b4f9461a72dfa653c00b423 /gnu/packages/haskell-check.scm
parent669692eb5592c6cb5c0dc8728fb0803d3ec1a4d9 (diff)
downloadguix-ed03ac41cf4b195a24c46414eeccd8d449d73933.tar
guix-ed03ac41cf4b195a24c46414eeccd8d449d73933.tar.gz
gnu: ghc-hspec: Update to 2.2.4.
* gnu/packages/haskell-check.scm (ghc-hspec): 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 18bba0aa5f..401339ae54 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -666,7 +666,7 @@ used to test the in-development version of Hspec.")
(define-public ghc-hspec
(package
(name "ghc-hspec")
- (version "2.2.0")
+ (version "2.2.4")
(source
(origin
(method url-fetch)
@@ -676,7 +676,7 @@ used to test the in-development version of Hspec.")
".tar.gz"))
(sha256
(base32
- "0zqisxznlbszivsgy3irvf566zhcr6ipqqj3x9i7pj5hy913jwqf"))))
+ "1cf90gqvg1iknja6ymxqxyabpahcxni3blqllh81ywbir3whljvj"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)