mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-tasty: Update to 1.2.3.
* gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.2.3.
This commit is contained in:
parent
86a704dbc5
commit
28049c2ac8
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ contains the correct result for the test.")
|
||||||
(define-public ghc-tasty
|
(define-public ghc-tasty
|
||||||
(package
|
(package
|
||||||
(name "ghc-tasty")
|
(name "ghc-tasty")
|
||||||
(version "1.1.0.3")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -166,7 +166,7 @@ contains the correct result for the test.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14riid753hjqr6lca1kgxpnvq0wykf0k3qc5jpag42hh8bszav22"))))
|
"0qpn0avpw4w1qq5r2gwh2piipj0llqq6ylagr3xnqiraq6mhg8cc"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-tagged" ,ghc-tagged)
|
`(("ghc-tagged" ,ghc-tagged)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue