[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: gnuplot: Update to 5.4.9.
From: |
guix-commits |
Subject: |
11/11: gnu: gnuplot: Update to 5.4.9. |
Date: |
Wed, 25 Oct 2023 06:01:47 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit c6d2bb9d0a1e7e74af3984b7dad1ffacff20768c
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Oct 10 14:20:46 2023 +0000
gnu: gnuplot: Update to 5.4.9.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.9.
[arguments]<#:configure-flags>: Add --with-qt=no.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/maths.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6a3edbd465..3c511bd77c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1301,14 +1301,14 @@ in the terminal or with an external viewer.")
(define-public gnuplot
(package
(name "gnuplot")
- (version "5.4.8")
+ (version "5.4.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
- (base32 "1kzmj4yyxvlxqzqbrw6sx6dnvhj1zzqnciyb8ryzy6mdrb3pj4lk"))))
+ (base32 "15vabi30s4ln4vi82csx4nvfms3ik8704rk0prcm9h1xylhs0a53"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config (texlive-updmap.cfg)))
@@ -1316,7 +1316,8 @@ in the terminal or with an external viewer.")
(list cairo gd lua pango readline))
(arguments
(list #:configure-flags
- #~(list (string-append "--with-texdir=" #$output
+ #~(list "--with-qt=no"
+ (string-append "--with-texdir=" #$output
"/texmf-local/tex/latex/gnuplot"))
;; Plot on a dumb terminal during tests.
#:make-flags #~'("GNUTERM=dumb")))
- 01/11: gnu: guile-dsv: Update to 0.7.1., (continued)
- 01/11: gnu: guile-dsv: Update to 0.7.1., guix-commits, 2023/10/25
- 03/11: gnu: diffoscope: Update to 251., guix-commits, 2023/10/25
- 04/11: gnu: curlie: Update to 1.7.2., guix-commits, 2023/10/25
- 02/11: gnu: mympd: Update to 12.1.1., guix-commits, 2023/10/25
- 08/11: gnu: picard: Update to 2.10., guix-commits, 2023/10/25
- 10/11: gnu: lighttpd: Update to 1.4.72., guix-commits, 2023/10/25
- 05/11: gnu: hplip: Fix USB timeouts., guix-commits, 2023/10/25
- 06/11: gnu: emacs-exwm: Update to 0.28., guix-commits, 2023/10/25
- 07/11: gnu: emacs-doom-modeline: Update to 4.0.1., guix-commits, 2023/10/25
- 09/11: gnu: python-versioneer: Update to 0.29., guix-commits, 2023/10/25
- 11/11: gnu: gnuplot: Update to 5.4.9.,
guix-commits <=