guix-commits
[Top][All Lists]
Advanced

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

135/329: gnu: ghc-gnuplot: Update to 0.5.6.


From: guix-commits
Subject: 135/329: gnu: ghc-gnuplot: Update to 0.5.6.
Date: Wed, 20 Nov 2019 21:17:42 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit d34860c797ab6a1359ab33f7f60477adfab627d9
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 3654683..a987600 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4011,7 +4011,7 @@ programs.")
 (define-public ghc-gnuplot
   (package
     (name "ghc-gnuplot")
-    (version "0.5.5.2")
+    (version "0.5.6")
     (source
      (origin
        (method url-fetch)
@@ -4019,7 +4019,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]