guix-commits
[Top][All Lists]
Advanced

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

73/328: gnu: ghc-chasingbottoms: Update to 1.3.1.7.


From: guix-commits
Subject: 73/328: gnu: ghc-chasingbottoms: Update to 1.3.1.7.
Date: Sat, 16 Nov 2019 19:32:26 -0500 (EST)

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

commit 91003da21fcca79d53c62a24cb3d3d8ed8b8c8be
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 22:51:38 2019 -0400

    gnu: ghc-chasingbottoms: Update to 1.3.1.7.
    
    * gnu/packages/haskell-xyz.scm (ghc-chasingbottoms): Update to 1.3.1.7.
---
 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 53107a2..458254a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1487,7 +1487,7 @@ backend for the Charts library.")
 (define-public ghc-chasingbottoms
   (package
     (name "ghc-chasingbottoms")
-    (version "1.3.1.4")
+    (version "1.3.1.7")
     (source
      (origin
        (method url-fetch)
@@ -1495,7 +1495,7 @@ backend for the Charts library.")
                            "ChasingBottoms-" version ".tar.gz"))
        (sha256
         (base32
-         "06cynx6hcbfpky7qq3b3mjjgwbnaxkwin3znbwq4b9ikiw0ng633"))))
+         "0ziiqfsvv1ypdra6kd0bhbsl852i0wqn43jkfii38yl879cdacan"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-quickcheck" ,ghc-quickcheck)



reply via email to

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