guix-commits
[Top][All Lists]
Advanced

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

126/249: gnu: ghc-gnuplot: Update to 0.5.6.


From: guix-commits
Subject: 126/249: gnu: ghc-gnuplot: Update to 0.5.6.
Date: Thu, 31 Oct 2019 23:49:45 -0400 (EDT)

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

commit 9488ad5d7928beab594b959dc52504a93f170572
Author: Timothy Sample <address@hidden>
Date:   Thu Oct 31 14:30:56 2019 -0400

    gnu: ghc-gnuplot: Update to 0.5.6.
    
    * gnu/packages/haskell-xyz.scm (ghc-gnuplot): Update to 0.5.6.
---
 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 5545f2b..6eed829 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3976,7 +3976,7 @@ programs.")
 (define-public ghc-gnuplot
   (package
     (name "ghc-gnuplot")
-    (version "0.5.5.2")
+    (version "0.5.6")
     (source
      (origin
        (method url-fetch)
@@ -3984,7 +3984,7 @@ programs.")
              "mirror://hackage/package/gnuplot/gnuplot-"
              version ".tar.gz"))
        (sha256
-        (base32 "1mlppnc13ygjzmf6ldydys4wvy35yb3xjwwfgf9rbi7nfcqjr6mn"))))
+        (base32 "1g6xgnlkh17avivn1rlq7l2nvs26dvrbx4rkfld0bf6kyqaqwrgp"))))
     (build-system haskell-build-system)
     (inputs
      `(("ghc-temporary" ,ghc-temporary)



reply via email to

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