guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 81/290: gnu: ghc-hmatrix: Update to 0.20.0.0.
Date: Wed, 6 Nov 2019 08:22:34 -0500 (EST)

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

commit e595c72dfd6531b2a719cc0b9d2392313c197c8e
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 359380b..dbead0f 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4725,7 +4725,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)
@@ -4733,7 +4733,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]