aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-15 07:29:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-15 07:29:44 +0100
commit15eef66e5d7e82a467dd7fbf2e72f7d1fcd6c26f (patch)
tree88f0d951fc089e7a5c86a97529876e46ca1c5738
parent26d6539bc0dd35e2bd1d0f852b45b5091b1b7c9f (diff)
downloadguix-15eef66e5d7e82a467dd7fbf2e72f7d1fcd6c26f.tar
guix-15eef66e5d7e82a467dd7fbf2e72f7d1fcd6c26f.tar.gz
gnu: ghc-hmatrix-special: Update to 0.4.0.1.
* gnu/packages/haskell.scm (ghc-hmatrix-special): Update to 0.4.0.1.
-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 3bbca8412b..e7ea2d8de1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6512,7 +6512,7 @@ using GSL.")
(define-public ghc-hmatrix-special
(package
(name "ghc-hmatrix-special")
- (version "0.4.0.0")
+ (version "0.4.0.1")
(source
(origin
(method url-fetch)
@@ -6521,7 +6521,7 @@ using GSL.")
"http://hackage.haskell.org/package/hmatrix-special/hmatrix-special-"
version ".tar.gz"))
(sha256
- (base32 "0cr9y3swzj7slrd84g1nhdkp1kpq4q5ihwapmiaidpr2bv3hrfhz"))))
+ (base32 "0kpcqdchi7ikzhqacy4rh4dxz3v37paxyb84wqa66sysb72wkabj"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hmatrix" ,ghc-hmatrix)