GNU bug report logs - #72179
[PATCH] gnu: gnuplot: Update to 6.0.1

Previous Next

Package: guix-patches;

Reported by: Karl Hallsby <karl <at> hallsby.com>

Date: Thu, 18 Jul 2024 17:52:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Karl Hallsby <karl <at> hallsby.com>
Subject: bug#72179: closed (Re: [bug#72179] [PATCH] gnu: gnuplot: Update
 to 6.0.1)
Date: Sun, 21 Jul 2024 14:56:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#72179: [PATCH] gnu: gnuplot: Update to 6.0.1

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 72179 <at> debbugs.gnu.org.

-- 
72179: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72179
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Karl Hallsby via Guix-patches via <guix-patches <at> gnu.org>
Cc: 72179-done <at> debbugs.gnu.org, Andreas Enge <andreas <at> enge.fr>,
 Karl Hallsby <karl <at> hallsby.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Eric Bavier <bavier <at> posteo.net>
Subject: Re: [bug#72179] [PATCH] gnu: gnuplot: Update to 6.0.1
Date: Sun, 21 Jul 2024 16:55:21 +0200
Hello,

Karl Hallsby via Guix-patches via <guix-patches <at> 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



[Message part 3 (message/rfc822, inline)]
From: Karl Hallsby <karl <at> hallsby.com>
To: guix-patches <at> gnu.org
Cc: Karl Hallsby <karl <at> hallsby.com>
Subject: [PATCH] gnu: gnuplot: Update to 6.0.1
Date: Thu, 18 Jul 2024 12:51:07 -0500
* 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




This bug report was last modified 305 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.