gnu: ghc-tasty-rerun: Update to 1.1.12.
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.12.
This commit is contained in:
parent
b587518960
commit
f752336c80
|
@ -287,7 +287,7 @@ test-framework.")
|
||||||
(define-public ghc-tasty-rerun
|
(define-public ghc-tasty-rerun
|
||||||
(package
|
(package
|
||||||
(name "ghc-tasty-rerun")
|
(name "ghc-tasty-rerun")
|
||||||
(version "1.1.8")
|
(version "1.1.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -295,7 +295,7 @@ test-framework.")
|
||||||
"tasty-rerun-" version ".tar.gz"))
|
"tasty-rerun-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yg8cicfn3qaazvp4rbanzy3dyk95k3y1kkd4bykvkl9v4076788"))))
|
"05lp4zy6lwd916snq6hs43848n62j9vdfl3s8sfivqydrax0vvd8"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-optparse-applicative" ,ghc-optparse-applicative)
|
`(("ghc-optparse-applicative" ,ghc-optparse-applicative)
|
||||||
|
|
Loading…
Reference in New Issue