diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 10:16:07 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:10 -0500 |
commit | e9b359f51dec6a7e8a76ed0db42b0e7b731db608 (patch) | |
tree | c26637605dec01e333d9f03af0916a20fe8a88be /gnu/packages | |
parent | e7b35ff07d852a36315bfed2effe6e48ae30d6a1 (diff) | |
download | patches-e9b359f51dec6a7e8a76ed0db42b0e7b731db608.tar patches-e9b359f51dec6a7e8a76ed0db42b0e7b731db608.tar.gz |
gnu: ghc-hmatrix-gsl-stats: Update to 0.4.1.8.
* gnu/packages/haskell-xyz.scm (ghc-hmatrix-gsl-stats): Update to 0.4.1.8.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index db1fa829d4..277f7d8305 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -4783,7 +4783,7 @@ using GSL.") (define-public ghc-hmatrix-gsl-stats (package (name "ghc-hmatrix-gsl-stats") - (version "0.4.1.7") + (version "0.4.1.8") (source (origin (method url-fetch) @@ -4792,7 +4792,7 @@ using GSL.") "https://hackage.haskell.org/package/hmatrix-gsl-stats/hmatrix-gsl-stats-" version ".tar.gz")) (sha256 - (base32 "1gslgk58lzin43cvbpivhw7nrn9qyaa6qwhy1z9ypvyal5p8n3sa")))) + (base32 "1cq049sj3q5r06x7i35hqrkf2jc4p4kfi9zv0jmi2vp7w4644i5q")))) (build-system haskell-build-system) (inputs `(("ghc-vector" ,ghc-vector) |