mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ghc-tasty-smallcheck: Update to 0.8.1.
* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck): Update to 0.8.1
This commit is contained in:
parent
08bb5bbbca
commit
f3ec98660d
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ (define-public ghc-tasty-ant-xml
|
||||||
(define-public ghc-tasty-smallcheck
|
(define-public ghc-tasty-smallcheck
|
||||||
(package
|
(package
|
||||||
(name "ghc-tasty-smallcheck")
|
(name "ghc-tasty-smallcheck")
|
||||||
(version "0.8.0.1")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -78,7 +78,7 @@ (define-public ghc-tasty-smallcheck
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yckfbz8na8ccyw2911i3a4hd3fdncclk3ng5343hs5cylw6y4sm"))))
|
"1n66ngzllf3xrlqykwszlkwsi96n5nkm7xbpfq7774vpvfnafjri"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-tasty" ,ghc-tasty)
|
`(("ghc-tasty" ,ghc-tasty)
|
||||||
|
|
Loading…
Reference in a new issue