gnu: ghc-hspec: Update to 2.5.5.
* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5.
This commit is contained in:
parent
15fb81e587
commit
c2c8d998fb
|
@ -707,17 +707,15 @@ 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.4")
|
(version "2.5.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/hspec/"
|
||||||
"https://hackage.haskell.org/package/hspec/hspec-"
|
"hspec-" version ".tar.gz"))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cf90gqvg1iknja6ymxqxyabpahcxni3blqllh81ywbir3whljvj"))))
|
"1yv4k5b5kkig2q3waj28587sq28wms7wfav5a3lq4dra6jybimfm"))))
|
||||||
(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