summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-29 00:59:18 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:20 +0200
commitf752336c80fb221800d719001ea268039b5fcb29 (patch)
tree09d2bfe6fd118f990a70fb2997f6482d902e3f0e /gnu/packages/haskell-check.scm
parentb587518960e560309ec69d480eef7fc6aa8abcd2 (diff)
downloadguix-patches-f752336c80fb221800d719001ea268039b5fcb29.tar
guix-patches-f752336c80fb221800d719001ea268039b5fcb29.tar.gz
gnu: ghc-tasty-rerun: Update to 1.1.12.
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.12.
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 ce1030eef1..42b7fd167b 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -287,7 +287,7 @@ test-framework.")
(define-public ghc-tasty-rerun
(package
(name "ghc-tasty-rerun")
- (version "1.1.8")
+ (version "1.1.12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -295,7 +295,7 @@ test-framework.")
"tasty-rerun-" version ".tar.gz"))
(sha256
(base32
- "0yg8cicfn3qaazvp4rbanzy3dyk95k3y1kkd4bykvkl9v4076788"))))
+ "05lp4zy6lwd916snq6hs43848n62j9vdfl3s8sfivqydrax0vvd8"))))
(build-system haskell-build-system)
(inputs
`(("ghc-optparse-applicative" ,ghc-optparse-applicative)