guix-commits
[Top][All Lists]
Advanced

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

81/329: gnu: ghc-hmatrix: Update to 0.20.0.0.


From: guix-commits
Subject: 81/329: gnu: ghc-hmatrix: Update to 0.20.0.0.
Date: Wed, 20 Nov 2019 21:17:14 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 65e29ed181bbafb2725a242d5ab533bb7129d244
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 10:13:01 2019 -0400

    gnu: ghc-hmatrix: Update to 0.20.0.0.
    
    * gnu/packages/haskell-xyz.scm (ghc-hmatrix): Update to 0.20.0.0.
---
 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 d43ab28..3c51f4c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4726,7 +4726,7 @@ accessed or modified.")
 (define-public ghc-hmatrix
   (package
     (name "ghc-hmatrix")
-    (version "0.19.0.0")
+    (version "0.20.0.0")
     (source
      (origin
        (method url-fetch)
@@ -4734,7 +4734,7 @@ accessed or modified.")
              "https://hackage.haskell.org/package/hmatrix/hmatrix-";
              version ".tar.gz"))
        (sha256
-        (base32 "10jd69nby29dggghcyjk6ykyr5wrn97nrv1dkpyrp0y5xm12xssj"))))
+        (base32 "1sqy1aci5zfagkb34mz3xdil7cl96z4b4cx28cha54vc5sx1lhpg"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-random" ,ghc-random)



reply via email to

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