mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: ghc-tasty-expected-failure: Update to 0.11.1.1.
* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): Update to 0.11.1.1.
This commit is contained in:
parent
722d3bd80b
commit
665615e93b
1 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ (define-public ghc-tasty-rerun
|
||||||
(define-public ghc-tasty-expected-failure
|
(define-public ghc-tasty-expected-failure
|
||||||
(package
|
(package
|
||||||
(name "ghc-tasty-expected-failure")
|
(name "ghc-tasty-expected-failure")
|
||||||
(version "0.11.0.4")
|
(version "0.11.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -321,7 +321,7 @@ (define-public ghc-tasty-expected-failure
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r555f18d2gj96pjyc13chn1nxaxl81am4xgip3mvvjhw8s5mva1"))))
|
"1i2s809m644b7hgiblqay9j364r3fjj1rwbrahsn1pgr5q6mr6ji"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-tagged" ,ghc-tagged)
|
`(("ghc-tagged" ,ghc-tagged)
|
||||||
|
|
Loading…
Reference in a new issue