diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 09:59:47 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:04 -0500 |
commit | e71f316f7580d49a4f699934bc93c514ffd3ef2b (patch) | |
tree | 305a0d9056bbcc4c5c91d51f9796e6344a0f891c | |
parent | d3db399e3ec504202b5297f8181c8572a063b921 (diff) | |
download | guix-e71f316f7580d49a4f699934bc93c514ffd3ef2b.tar.gz |
gnu: ghc-vector-algorithms: Update to 0.8.0.1.
* gnu/packages/haskell-xyz.scm (ghc-vector-algorithms): Update to 0.8.0.1.
-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 2f74043aed..1dd25f2e5f 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -11334,7 +11334,7 @@ optimisation framework.") (define-public ghc-vector-algorithms (package (name "ghc-vector-algorithms") - (version "0.7.0.4") + (version "0.8.0.1") (source (origin (method url-fetch) @@ -11343,7 +11343,7 @@ optimisation framework.") "vector-algorithms-" version ".tar.gz")) (sha256 (base32 - "0mfa8ig9v69l41p2vb5jl4qmaln5y1rlzarr2mlgm8g1nvq8qqdg")))) + "1zip8r7hh5g12xrjvhbg38z6hfxy7l6h6pl88qcqc0ygdmwdxg0m")))) (build-system haskell-build-system) (inputs `(("ghc-vector" ,ghc-vector))) |