guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: ghc-chart-cairo: Update to 1.9.1.


From: guix-commits
Subject: 07/08: gnu: ghc-chart-cairo: Update to 1.9.1.
Date: Sat, 9 Nov 2019 00:03:14 -0500 (EST)

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

commit ca88beac512ba2e4115f8e455d926c0ba946458c
Author: Timothy Sample <address@hidden>
Date:   Fri Nov 8 23:16:32 2019 -0500

    gnu: ghc-chart-cairo: Update to 1.9.1.
    
    * gnu/packages/haskell-xyz.scm (ghc-chart-cairo): 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 650c25f..f471ee4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -1551,7 +1551,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} 
libraries.")
 (define-public ghc-chart-cairo
   (package
     (name "ghc-chart-cairo")
-    (version "1.9")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
@@ -1559,7 +1559,7 @@ backends provided by the @code{Cairo} and @code{Diagrams} 
libraries.")
                            "Chart-cairo-" version ".tar.gz"))
        (sha256
         (base32
-         "0iany6lfyfb1cw0pxfs5aw5k0a6x41m6ql9ad9w59biwdckbsyqr"))))
+         "0hknj4rsjf2m8p5pyq5zff8ai7v80yvmxb5c6n0bkgxs4317nbl9"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-old-locale" ,ghc-old-locale)



reply via email to

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