gnu: ghc-word8: Update to 0.1.3.

* gnu/packages/haskell.scm (ghc-word8): Update to 0.1.3.
This commit is contained in:
Ricardo Wurmus 2018-02-12 22:10:26 +01:00
parent 4fe3ce822f
commit bc819cdf4c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4521,7 +4521,7 @@ (define-public ghc-lifted-base
(define-public ghc-word8
(package
(name "ghc-word8")
(version "0.1.2")
(version "0.1.3")
(source
(origin
(method url-fetch)
@ -4531,7 +4531,7 @@ (define-public ghc-word8
".tar.gz"))
(sha256
(base32
"1pbn8ra3qhwvw07p375cdmp7jzlg07hgdcr4cpscz3h7b9sy7fiw"))))
"12jx7f13d2h1djq4fh4dyrab61sm49mj1w61j3rzp2vjfm696c16"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)