[PATCH] gnu: gnuplot: Update to 6.0.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Karl Hallsby
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Karl Hallsby
Severity
normal
K
K
Karl Hallsby wrote on 18 Jul 19:51 +0200
(address . guix-patches@gnu.org)(name . Karl Hallsby)(address . karl@hallsby.com)
e4e0829421ac8b7b828ee984dd2a4b6be696e318.1721325048.git.karl@hallsby.com
* 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(-)

Toggle diff (31 lines)
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
N
N
Nicolas Goaziou wrote on 21 Jul 16:55 +0200
(name . Karl Hallsby via Guix-patches via)(address . guix-patches@gnu.org)
87wmleiyli.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (2 lines)
> * gnu/packages/maths.scm (gnuplot): Update to 6.0.1.

Applied. Thank you.

Toggle quote (3 lines)
> - (list cairo gd lua pango readline))
> + (list cairo gd lua pango readline libcerf))

I ordered inputs alphabetically.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72179@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72179
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch