gnu: ghc-hmatrix-gsl: Update to 0.18.0.1.

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

View File

@ -6486,7 +6486,7 @@ numerical computations based on BLAS and LAPACK.")
(define-public ghc-hmatrix-gsl (define-public ghc-hmatrix-gsl
(package (package
(name "ghc-hmatrix-gsl") (name "ghc-hmatrix-gsl")
(version "0.17.0.0") (version "0.18.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -6494,7 +6494,7 @@ numerical computations based on BLAS and LAPACK.")
"http://hackage.haskell.org/package/hmatrix-gsl/hmatrix-gsl-" "http://hackage.haskell.org/package/hmatrix-gsl/hmatrix-gsl-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1jbqwn9d2nldc4klhy0n8gcxr889h0daw2mjfhwgksfy1bwfjl7w")))) (base32 "0mflm7zg6c6a5vy092pa429rzpyv5drc1589r3x4fbmvcyqc79gx"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-hmatrix" ,ghc-hmatrix) `(("ghc-hmatrix" ,ghc-hmatrix)