gnu: ghc-hspec: Update to 2.2.4.
* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.2.4.
This commit is contained in:
parent
669692eb55
commit
ed03ac41cf
|
@ -666,7 +666,7 @@ used to test the in-development version of Hspec.")
|
||||||
(define-public ghc-hspec
|
(define-public ghc-hspec
|
||||||
(package
|
(package
|
||||||
(name "ghc-hspec")
|
(name "ghc-hspec")
|
||||||
(version "2.2.0")
|
(version "2.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -676,7 +676,7 @@ used to test the in-development version of Hspec.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zqisxznlbszivsgy3irvf566zhcr6ipqqj3x9i7pj5hy913jwqf"))))
|
"1cf90gqvg1iknja6ymxqxyabpahcxni3blqllh81ywbir3whljvj"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hspec-core" ,ghc-hspec-core)
|
`(("ghc-hspec-core" ,ghc-hspec-core)
|
||||||
|
|
Loading…
Reference in New Issue