mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a47ef464ce
commit
abbe5a2a47
1 changed files with 2 additions and 2 deletions
|
@ -665,7 +665,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.5.5")
|
(version "2.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -673,7 +673,7 @@ used to test the in-development version of Hspec.")
|
||||||
"hspec-" version ".tar.gz"))
|
"hspec-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yv4k5b5kkig2q3waj28587sq28wms7wfav5a3lq4dra6jybimfm"))))
|
"1x8rcr7j1azcaw0fg1xzp8j0gr4ias36z09aj24i4xp8pnyfp341"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue