diff options
author | Timothy Sample <samplet@ngyro.com> | 2018-08-28 22:58:48 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-01 12:12:14 +0200 |
commit | 3c00bc13a5b78f0cfb240d60b4e283b1873b7ed9 (patch) | |
tree | 9fc8b092616f82708a58ebabc2e4288c98b4eb79 /gnu | |
parent | 0b0e45d829df59ee8cb4973f674e44ebf7c60843 (diff) | |
download | patches-3c00bc13a5b78f0cfb240d60b4e283b1873b7ed9.tar patches-3c00bc13a5b78f0cfb240d60b4e283b1873b7ed9.tar.gz |
gnu: ghc-hmatrix-gsl: Update to 0.19.0.1.
* gnu/packages/haskell.scm (ghc-hmatrix-gsl): Update to 0.19.0.1.
Diffstat (limited to 'gnu')
-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 d826f5d8a7..5ea7ed8831 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -7706,7 +7706,7 @@ numerical computations based on BLAS and LAPACK.") (define-public ghc-hmatrix-gsl (package (name "ghc-hmatrix-gsl") - (version "0.18.0.1") + (version "0.19.0.1") (source (origin (method url-fetch) @@ -7714,7 +7714,7 @@ numerical computations based on BLAS and LAPACK.") "https://hackage.haskell.org/package/hmatrix-gsl/hmatrix-gsl-" version ".tar.gz")) (sha256 - (base32 "0mflm7zg6c6a5vy092pa429rzpyv5drc1589r3x4fbmvcyqc79gx")))) + (base32 "0v6dla426x4ywaq59jm89ql1i42n39iw6z0j378xwb676v9kfxhm")))) (build-system haskell-build-system) (inputs `(("ghc-hmatrix" ,ghc-hmatrix) |