gnu: ghc-chunked-data: Update to 0.3.1.

* gnu/packages/haskell.scm (ghc-chunked-data): Update to 0.3.1.
This commit is contained in:
Timothy Sample 2018-08-28 23:22:09 -04:00 committed by Ricardo Wurmus
parent 42c000dcf5
commit 48f8ba91ca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8776,7 +8776,7 @@ and regression and autocorrelation analysis.
(define-public ghc-chunked-data (define-public ghc-chunked-data
(package (package
(name "ghc-chunked-data") (name "ghc-chunked-data")
(version "0.3.0") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8785,7 +8785,7 @@ and regression and autocorrelation analysis.
"chunked-data-" version ".tar.gz")) "chunked-data-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0bszq6fijnr4pmadzz89smj7kfmzx0ca3wd9ga8gv0in9jk9vgp1")))) "16m7y7fwrirbjbqqcsfmr4yxa9qvfax6r7pw0zl9ky71ms0wa47p"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs `(("ghc-vector" ,ghc-vector) (inputs `(("ghc-vector" ,ghc-vector)
("ghc-semigroups" ,ghc-semigroups) ("ghc-semigroups" ,ghc-semigroups)