gnu: ghc-tasty-expected-failure: Update to 0.11.1.2.

* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure): Update to
0.11.1.2.
This commit is contained in:
Timothy Sample 2019-10-31 10:16:21 -04:00
parent e9b359f51d
commit 13e9d13c0c
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -288,7 +288,7 @@ been added since previous test run.")
(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.1.1") (version "0.11.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -297,7 +297,7 @@ been added since previous test run.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1i2s809m644b7hgiblqay9j364r3fjj1rwbrahsn1pgr5q6mr6ji")))) "175gdk1mkslcwjxajkbl4zmaigzf8h4svzd7va5qb519y0dxk28n"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-tagged" ,ghc-tagged) `(("ghc-tagged" ,ghc-tagged)