summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:03:10 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:15 +0200
commit722d3bd80b3c740e4b3244b61ced62dc33eb1e81 (patch)
tree2b04c02d793f1d0a257a7292eb5e356b1081c9c4 /gnu
parentc1cf4c70f2828c86febb3c5eb2efd5e2e4173afa (diff)
downloadpatches-722d3bd80b3c740e4b3244b61ced62dc33eb1e81.tar
patches-722d3bd80b3c740e4b3244b61ced62dc33eb1e81.tar.gz
gnu: ghc-hmatrix-special: Update to 0.19.0.0.
* gnu/packages/haskell.scm (ghc-hmatrix-special): Update to 0.19.0.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a8a90f919d..d621c00840 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7764,7 +7764,7 @@ using GSL.")
(define-public ghc-hmatrix-special
(package
(name "ghc-hmatrix-special")
- (version "0.4.0.1")
+ (version "0.19.0.0")
(source
(origin
(method url-fetch)
@@ -7773,7 +7773,7 @@ using GSL.")
"https://hackage.haskell.org/package/hmatrix-special/hmatrix-special-"
version ".tar.gz"))
(sha256
- (base32 "0kpcqdchi7ikzhqacy4rh4dxz3v37paxyb84wqa66sysb72wkabj"))))
+ (base32 "1mywr61kr852sbff26n9x95kswx9l4ycbv6s68qsbkh02xzqq7qz"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hmatrix" ,ghc-hmatrix)