diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:29:30 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-15 07:29:30 +0100 |
commit | 621fe476eca5bdf6c59ce5400defd4ba5fe719f0 (patch) | |
tree | 675b9da221c5dcc11421c2722e23df6779277aae | |
parent | 7a1bc3b9e700b7975b19eed3b7507d415481f75e (diff) | |
download | guix-621fe476eca5bdf6c59ce5400defd4ba5fe719f0.tar.gz |
gnu: ghc-hmatrix: Update to 0.18.1.0.
* gnu/packages/haskell.scm (ghc-hmatrix): Update to 0.18.1.0.
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 990ff8b22e..025a89c9c0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6456,7 +6456,7 @@ and Fortran complex data types.") (define-public ghc-hmatrix (package (name "ghc-hmatrix") - (version "0.17.0.2") + (version "0.18.1.0") (source (origin (method url-fetch) @@ -6464,7 +6464,7 @@ and Fortran complex data types.") "http://hackage.haskell.org/package/hmatrix/hmatrix-" version ".tar.gz")) (sha256 - (base32 "1fgsrh2y9y971pzrd3767rg97bjr1ghpdvwmn1nn65s90rc9bv98")))) + (base32 "07zkwvg872hfk6jyn4s54ws8mvclynazaxf7fsbqi16dmf9dn61c")))) (build-system haskell-build-system) (inputs `(("ghc-random" ,ghc-random) |