gnu: hspec-discover: Update to 2.2.4.
* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4.
This commit is contained in:
parent
7fa02bc7ab
commit
86ad4ee373
|
@ -587,7 +587,7 @@ JUnit tool for Java.")
|
||||||
(define-public hspec-discover
|
(define-public hspec-discover
|
||||||
(package
|
(package
|
||||||
(name "hspec-discover")
|
(name "hspec-discover")
|
||||||
(version "2.2.0")
|
(version "2.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -597,7 +597,7 @@ JUnit tool for Java.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w3awzbljf4hqhxrjrxqa1lfcclg92bhmq641gz2q80vycspapzx"))))
|
"1bz7wb8v0bx1amiz4bpj34xq97d1ia29n3f654wcrh6lacydp3dv"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
|
(arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
|
||||||
; documentation files.
|
; documentation files.
|
||||||
|
|
Loading…
Reference in New Issue