unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72179] [PATCH] gnu: gnuplot: Update to 6.0.1
@ 2024-07-18 17:51 Karl Hallsby via Guix-patches via
  2024-07-21 14:55 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Hallsby via Guix-patches via @ 2024-07-18 17:51 UTC (permalink / raw)
  To: 72179; +Cc: Karl Hallsby, Andreas Enge, Eric Bavier, Sharlatan Hellseher

* gnu/packages/maths.scm (gnuplot): Update to 6.0.1.

Change-Id: Ifd03a68eec47375f5af6bacfca616ff02bd23d7b
---
 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..5595829762 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1400,19 +1400,19 @@ (define-public giza
 (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 lua pango readline libcerf))
     (arguments
      (list #:configure-flags
            #~(list "--with-qt=no"

base-commit: e3dfed59d39ac60dd2e2b9ef9f4ef63a2a081f41
-- 
2.45.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#72179] [PATCH] gnu: gnuplot: Update to 6.0.1
  2024-07-18 17:51 [bug#72179] [PATCH] gnu: gnuplot: Update to 6.0.1 Karl Hallsby via Guix-patches via
@ 2024-07-21 14:55 ` Nicolas Goaziou via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-07-21 14:55 UTC (permalink / raw)
  To: 72179
  Cc: 72179-done, Andreas Enge, Karl Hallsby, Sharlatan Hellseher,
	Eric Bavier

Hello,

Karl Hallsby via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/maths.scm (gnuplot): Update to 6.0.1.

Applied. Thank you.

> -     (list cairo gd lua pango readline))
> +     (list cairo gd lua pango readline libcerf))

I ordered inputs alphabetically.

Regards,
-- 
Nicolas Goaziou






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-21 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 17:51 [bug#72179] [PATCH] gnu: gnuplot: Update to 6.0.1 Karl Hallsby via Guix-patches via
2024-07-21 14:55 ` Nicolas Goaziou via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).