gnu: ghc-hspec: Update to 2.7.1.

* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.7.1.
This commit is contained in:
Timothy Sample 2019-10-31 10:23:09 -04:00
parent a47ef464ce
commit abbe5a2a47
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -665,7 +665,7 @@ (define-public ghc-hspec-meta
(define-public ghc-hspec
(package
(name "ghc-hspec")
(version "2.5.5")
(version "2.7.1")
(source
(origin
(method url-fetch)
@ -673,7 +673,7 @@ (define-public ghc-hspec
"hspec-" version ".tar.gz"))
(sha256
(base32
"1yv4k5b5kkig2q3waj28587sq28wms7wfav5a3lq4dra6jybimfm"))))
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hspec-core" ,ghc-hspec-core)