guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/290: gnu: ghc-vector-algorithms: Update to 0.8.0.1.


From: guix-commits
Subject: 61/290: gnu: ghc-vector-algorithms: Update to 0.8.0.1.
Date: Wed, 6 Nov 2019 08:22:29 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 3d044d1f80adf6e98d501634dcef868640db20ab
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 09:59:47 2019 -0400

    gnu: ghc-vector-algorithms: Update to 0.8.0.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-vector-algorithms): Update to 0.8.0.1.
---
 gnu/packages/haskell-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 775b65f..1f85839 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11296,7 +11296,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)
@@ -11305,7 +11305,7 @@ optimisation framework.")
                            "vector-algorithms-" version ".tar.gz"))
        (sha256
         (base32
-         "0mfa8ig9v69l41p2vb5jl4qmaln5y1rlzarr2mlgm8g1nvq8qqdg"))))
+         "1zip8r7hh5g12xrjvhbg38z6hfxy7l6h6pl88qcqc0ygdmwdxg0m"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-vector" ,ghc-vector)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]