mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: ghc-dlist: Update to 0.8.0.7.
* gnu/packages/haskell-xyz.scm (ghc-dlist): Update to 0.8.0.7.
This commit is contained in:
parent
142415b0c7
commit
197ddf33ac
1 changed files with 2 additions and 2 deletions
|
@ -2654,7 +2654,7 @@ (define-public ghc-distributive
|
|||
(define-public ghc-dlist
|
||||
(package
|
||||
(name "ghc-dlist")
|
||||
(version "0.8.0.4")
|
||||
(version "0.8.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2663,7 +2663,7 @@ (define-public ghc-dlist
|
|||
version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yirrh0s6acjy9hhvf5fqg2d6q5y6gm9xs04v6w1imndh1xqdwdc"))))
|
||||
(base32 "0b5spkzvj2kx8pk86xz0djkxs13j7dryf5fl16dk4mlp1wh6mh53"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||
|
|
Loading…
Reference in a new issue