guix-commits
[Top][All Lists]
Advanced

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

63/249: gnu: ghc-vector-algorithms: Update to 0.8.0.1.


From: guix-commits
Subject: 63/249: gnu: ghc-vector-algorithms: Update to 0.8.0.1.
Date: Thu, 31 Oct 2019 23:49:29 -0400 (EDT)

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

commit e474ee4d2a08ce3cf82f9cb320ab13bb6026cd16
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 97219d9..f4d342b 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -11229,7 +11229,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)
@@ -11238,7 +11238,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]