[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/18: gnu: gnuplot: Update to 5.4.6.
From: |
guix-commits |
Subject: |
02/18: gnu: gnuplot: Update to 5.4.6. |
Date: |
Mon, 27 Mar 2023 11:45:42 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 8d5a4fe1460c7d628ec2854834dcfbef7784e30e
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
AuthorDate: Fri Mar 3 21:44:26 2023 +0100
gnu: gnuplot: Update to 5.4.6.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 93afc6ed40..95bd5a6578 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1235,14 +1235,14 @@ in the terminal or with an external viewer.")
(define-public gnuplot
(package
(name "gnuplot")
- (version "5.4.4")
+ (version "5.4.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
- (base32 "00h97y8njhvfjbdvc0njw0znxbrlfynd1iazn8w3anvzhsvh08rp"))))
+ (base32 "06bly8cpqjdf744jg7yrgba9rdcm3gl4zf63y3c69v80ha8jgz02"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config texlive-tiny))
- branch master updated (b3f559886f -> da410b45a9), guix-commits, 2023/03/27
- 03/18: gnu: arp-scan: Update to 1.10.0., guix-commits, 2023/03/27
- 01/18: gnu: guix-build-coordinator: Update to 0-76.3c9354e., guix-commits, 2023/03/27
- 13/18: gnu: python-isodate: Update to 0.6.1., guix-commits, 2023/03/27
- 11/18: gnu: strace: Update to 6.2., guix-commits, 2023/03/27
- 04/18: gnu: mympd: Update to 10.2.6., guix-commits, 2023/03/27
- 02/18: gnu: gnuplot: Update to 5.4.6.,
guix-commits <=
- 07/18: gnu: Update waybar to 0.9.17., guix-commits, 2023/03/27
- 10/18: gnu: ugrep: Update to 3.11.0., guix-commits, 2023/03/27
- 12/18: gnu: parallel: Update to 20230322., guix-commits, 2023/03/27
- 17/18: gnu: mu: Update to 1.10.0., guix-commits, 2023/03/27
- 18/18: gnu: texinfo: Update to 7.0.3, guix-commits, 2023/03/27
- 05/18: gnu: icewm: Update to 3.3.2., guix-commits, 2023/03/27
- 06/18: gnu: oil: Update to 0.14.2., guix-commits, 2023/03/27
- 14/18: gnu: mosquitto: Update to 2.0.15., guix-commits, 2023/03/27
- 08/18: gnu: boxes: Update to 2.2.0., guix-commits, 2023/03/27
- 09/18: gnu: colordiff: Update to 1.0.21., guix-commits, 2023/03/27