gnu: ghc-hspec-contrib: Update to 0.5.0.
* gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.0.master
parent
31caca659b
commit
33a0785998
|
@ -736,7 +736,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.3.0")
|
(version "0.5.0")
|
||||||
(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/"
|
||||||
|
@ -744,7 +744,7 @@ Haskell, inspired by the Ruby library RSpec.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006syw8xagfhsx06ws9ywig1qx5lk4cgl7sq6pbid1s64c72mxn4"))))
|
"13579xdqwbsy8k0vxdcvgy932d4p76mij1rzkzbpqbspfn7399yv"))))
|
||||||
(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 New Issue