guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnuplot: Update to 5.0.1.


From: Eric Bavier
Subject: 01/01: gnu: gnuplot: Update to 5.0.1.
Date: Tue, 24 Nov 2015 17:43:24 +0000

bavier pushed a commit to branch master
in repository guix.

commit 97003b5ccc765d481287bdb0d2a02a5db3efcb15
Author: Eric Bavier <address@hidden>
Date:   Mon Nov 23 14:58:00 2015 -0600

    gnu: gnuplot: Update to 5.0.1.
    
    * gnu/packages/maths.scm (gnuplot): Update to 5.0.1.
      (native-inputs): 'texlive' -> 'texlive-bin'.
---
 gnu/packages/maths.scm |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5af784c..0c0f013 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -337,22 +337,24 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "4.6.3")
+    (version "5.0.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
-                                version "/gnuplot-" version ".tar.gz"))
+                          version "/gnuplot-" version ".tar.gz"))
       (sha256
        (base32
-        "1xd7gqdhlk7k1p9yyqf9vkk811nadc7m4si0q3nb6cpv4pxglpyz"))))
+        "0irwig94w3f8bn4a444hrjnp7w55vqwv8gqj42jiwn6zf5z5bg3w"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)
               ("pango" ,pango)
               ("gd" ,gd)))
-    (native-inputs `(("texlive" ,texlive)
-                     ("pkg-config" ,pkg-config)))
+    (native-inputs `(("pkg-config" ,pkg-config)
+                     ;; Need 'tex', 'latex', 'pdflatex', 'kpsexand', and
+                     ;; 'texhash' binaries.
+                     ("texlive" ,texlive-bin)))
     (home-page "http://www.gnuplot.info";)
     (synopsis "Command-line driven graphing utility")
     (description "Gnuplot is a portable command-line driven graphing



reply via email to

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