guix-commits
[Top][All Lists]
Advanced

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

264/328: gnu: ghc-chart: Update to 1.9.1.


From: guix-commits
Subject: 264/328: gnu: ghc-chart: Update to 1.9.1.
Date: Sat, 16 Nov 2019 19:33:22 -0500 (EST)

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

commit 4fa0d7a43a5d7eb02d77c921564d72fb77560de0
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 13:30:22 2019 -0400

    gnu: ghc-chart: Update to 1.9.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-chart): Update to 1.9.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 bce7556..4c592ff 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1464,7 +1464,7 @@ Haskell, based on complemented PATRICIA tries.")
 (define-public ghc-chart
   (package
     (name "ghc-chart")
-    (version "1.9")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
@@ -1472,7 +1472,7 @@ Haskell, based on complemented PATRICIA tries.")
                            "Chart-" version ".tar.gz"))
        (sha256
         (base32
-         "1f5azj17y8xsb3gjhf7gg1gnnlq12rxkmfjmgcly314d7vghs05z"))))
+         "1pn735k9ifxlb9mdh8xy7wi22cxni8xyr28n8zx9w0j6vprcg89l"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-old-locale" ,ghc-old-locale)



reply via email to

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