summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 10:13:01 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:08 -0500
commit65e29ed181bbafb2725a242d5ab533bb7129d244 (patch)
tree2f823665429c407e753585dc4ac5e39f0ccc898e /gnu/packages
parent9bbc21a7601cccc36c394a2c7df62472c01e3869 (diff)
downloadguix-patches-65e29ed181bbafb2725a242d5ab533bb7129d244.tar
guix-patches-65e29ed181bbafb2725a242d5ab533bb7129d244.tar.gz
gnu: ghc-hmatrix: Update to 0.20.0.0.
* gnu/packages/haskell-xyz.scm (ghc-hmatrix): Update to 0.20.0.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d43ab28813..3c51f4c245 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4726,7 +4726,7 @@ accessed or modified.")
(define-public ghc-hmatrix
(package
(name "ghc-hmatrix")
- (version "0.19.0.0")
+ (version "0.20.0.0")
(source
(origin
(method url-fetch)
@@ -4734,7 +4734,7 @@ accessed or modified.")
"https://hackage.haskell.org/package/hmatrix/hmatrix-"
version ".tar.gz"))
(sha256
- (base32 "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj"))))
+ (base32 "1sqy1aci5zfagkb34mz3xdil7cl96z4b4cx28cha54vc5sx1lhpg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-random" ,ghc-random)