rekado pushed a commit to branch master
in repository guix.
commit 48f8ba91ca948154f3b75a50aa014c72aff3ffff
Author: Timothy Sample <[email protected]>
Date: Tue Aug 28 23:22:09 2018 -0400
gnu: ghc-chunked-data: Update to 0.3.1.
* gnu/packages/haskell.scm (ghc-chunked-data): Update to 0.3.1.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 762df9b..ad27832 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8776,7 +8776,7 @@ and regression and autocorrelation analysis.
(define-public ghc-chunked-data
(package
(name "ghc-chunked-data")
- (version "0.3.0")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
@@ -8785,7 +8785,7 @@ and regression and autocorrelation analysis.
"chunked-data-" version ".tar.gz"))
(sha256
(base32
- "0bszq6fijnr4pmadzz89smj7kfmzx0ca3wd9ga8gv0in9jk9vgp1"))))
+ "16m7y7fwrirbjbqqcsfmr4yxa9qvfax6r7pw0zl9ky71ms0wa47p"))))
(build-system haskell-build-system)
(inputs `(("ghc-vector" ,ghc-vector)
("ghc-semigroups" ,ghc-semigroups)