diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-11-03 10:39:55 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:47 -0500 |
commit | 7c4ac0ad0da55269b3a15ad4e6fe96bb07554211 (patch) | |
tree | 34a6faf6da4d32d94f797dc13a575aabd1fd04b8 | |
parent | b79b43d4ceddfbbcf4e33bd79aa735ac621b18c9 (diff) | |
download | guix-7c4ac0ad0da55269b3a15ad4e6fe96bb07554211.tar.gz |
gnu: ghc-tasty-rerun: Update to 1.1.14.
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.14.
-rw-r--r-- | gnu/packages/haskell-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index 456ef3089e..4942278f7b 100644 --- a/gnu/packages/haskell-check.scm +++ b/gnu/packages/haskell-check.scm @@ -316,7 +316,7 @@ test-framework.") (define-public ghc-tasty-rerun (package (name "ghc-tasty-rerun") - (version "1.1.12") + (version "1.1.14") (source (origin (method url-fetch) (uri (string-append @@ -324,7 +324,7 @@ test-framework.") "tasty-rerun-" version ".tar.gz")) (sha256 (base32 - "05lp4zy6lwd916snq6hs43848n62j9vdfl3s8sfivqydrax0vvd8")))) + "0s0zj8ds4g1w2cjzm2lh25ivg962jigqdrbj08v3dbz64lx4mlzr")))) (build-system haskell-build-system) (inputs `(("ghc-optparse-applicative" ,ghc-optparse-applicative) |