gnu: ghc-hspec-contrib: Update to 0.5.1.
* gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.1.
This commit is contained in:
parent
3f1ba75dcd
commit
bb148db899
1 changed files with 2 additions and 2 deletions
|
@ -692,7 +692,7 @@ Haskell, inspired by the Ruby library RSpec.")
|
||||||
(define-public ghc-hspec-contrib
|
(define-public ghc-hspec-contrib
|
||||||
(package
|
(package
|
||||||
(name "ghc-hspec-contrib")
|
(name "ghc-hspec-contrib")
|
||||||
(version "0.5.0")
|
(version "0.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -700,7 +700,7 @@ Haskell, inspired by the Ruby library RSpec.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13579xdqwbsy8k0vxdcvgy932d4p76mij1rzkzbpqbspfn7399yv"))))
|
"0hhzxaa3fxz5mk5qcsrnfr98a7bn3szx2ydgr0x9mbqmm1jg06rc"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-hspec-core" ,ghc-hspec-core)
|
`(("ghc-hspec-core" ,ghc-hspec-core)
|
||||||
|
|
Reference in a new issue