This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 971e874f4e gnu: gnuplot: Update to 6.0.1
971e874f4e is described below

commit 971e874f4e7081d816bfbd2616e5bd84b3dfe5e1
Author: Karl Hallsby <[email protected]>
AuthorDate: Thu Jul 18 12:51:07 2024 -0500

    gnu: gnuplot: Update to 6.0.1
    
    * gnu/packages/maths.scm (gnuplot): Update to 6.0.1.
    
    Change-Id: Ifd03a68eec47375f5af6bacfca616ff02bd23d7b
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 391c11891e..1265ae13e9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1400,19 +1400,19 @@ in the terminal or with an external viewer.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.4.9")
+    (version "6.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
                                   version "/gnuplot-"
                                   version ".tar.gz"))
        (sha256
-        (base32 "15vabi30s4ln4vi82csx4nvfms3ik8704rk0prcm9h1xylhs0a53"))))
+        (base32 "16ipf7m2c2v1cldp3kwxbjj6db6bzy0rkrpp4kzhh61a3866cnp8"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config (texlive-updmap.cfg)))
     (inputs
-     (list cairo gd lua pango readline))
+     (list cairo gd libcerf lua pango readline))
     (arguments
      (list #:configure-flags
            #~(list "--with-qt=no"

Reply via email to