guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: ghc-hmatrix-gsl: Update to 0.18.0.1.


From: Tobias Geerinckx-Rice
Subject: 12/14: gnu: ghc-hmatrix-gsl: Update to 0.18.0.1.
Date: Mon, 15 Jan 2018 02:28:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e72a77e1a47a803270b8e152999a65c113188436
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 15 07:29:34 2018 +0100

    gnu: ghc-hmatrix-gsl: Update to 0.18.0.1.
    
    * gnu/packages/haskell.scm (ghc-hmatrix-gsl): Update to 0.18.0.1.
---
 gnu/packages/haskell.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 025a89c..3765a17 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6486,7 +6486,7 @@ numerical computations based on BLAS and LAPACK.")
 (define-public ghc-hmatrix-gsl
   (package
     (name "ghc-hmatrix-gsl")
-    (version "0.17.0.0")
+    (version "0.18.0.1")
     (source
      (origin
        (method url-fetch)
@@ -6494,7 +6494,7 @@ numerical computations based on BLAS and LAPACK.")
              "http://hackage.haskell.org/package/hmatrix-gsl/hmatrix-gsl-";
              version ".tar.gz"))
        (sha256
-        (base32 "1jbqwn9d2nldc4klhy0n8gcxr889h0daw2mjfhwgksfy1bwfjl7w"))))
+        (base32 "0mflm7zg6c6a5vy092pa429rzpyv5drc1589r3x4fbmvcyqc79gx"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-hmatrix" ,ghc-hmatrix)



reply via email to

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