gnu: ghc-hmatrix: Update to 0.18.1.0.

* gnu/packages/haskell.scm (ghc-hmatrix): Update to 0.18.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-15 07:29:30 +01:00
parent 7a1bc3b9e7
commit 621fe476ec
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6456,7 +6456,7 @@ and Fortran complex data types.")
(define-public ghc-hmatrix (define-public ghc-hmatrix
(package (package
(name "ghc-hmatrix") (name "ghc-hmatrix")
(version "0.17.0.2") (version "0.18.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6464,7 +6464,7 @@ and Fortran complex data types.")
"http://hackage.haskell.org/package/hmatrix/hmatrix-" "http://hackage.haskell.org/package/hmatrix/hmatrix-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1fgsrh2y9y971pzrd3767rg97bjr1ghpdvwmn1nn65s90rc9bv98")))) (base32 "07zkwvg872hfk6jyn4s54ws8mvclynazaxf7fsbqi16dmf9dn61c"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-random" ,ghc-random) `(("ghc-random" ,ghc-random)