GNU bug report logs -
#72179
[PATCH] gnu: gnuplot: Update to 6.0.1
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72179 in the body.
You can then email your comments to 72179 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
:
bug#72179
; Package
guix-patches
.
(Thu, 18 Jul 2024 17:52:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Karl Hallsby <karl <at> hallsby.com>
:
New bug report received and forwarded. Copy sent to
andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org
.
(Thu, 18 Jul 2024 17:52:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72179
; Package
guix-patches
.
(Sun, 21 Jul 2024 14:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 21 Jul 2024 14:56:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Karl Hallsby <karl <at> hallsby.com>
:
bug acknowledged by developer.
(Sun, 21 Jul 2024 14:56:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 19 Aug 2024 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.