[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: gnuplot: Update to 5.4.4.
From: |
guix-commits |
Subject: |
03/04: gnu: gnuplot: Update to 5.4.4. |
Date: |
Tue, 2 Aug 2022 14:10:48 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 797f3de592ba911802a72ac12f4f1c76514922a9
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jul 19 16:35:09 2022 +0000
gnu: gnuplot: Update to 5.4.4.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 777486227f..2901d290ef 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1121,14 +1121,14 @@ in the terminal or with an external viewer.")
(define-public gnuplot
(package
(name "gnuplot")
- (version "5.4.3")
+ (version "5.4.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
- (base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
+ (base32 "00h97y8njhvfjbdvc0njw0znxbrlfynd1iazn8w3anvzhsvh08rp"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config texlive-tiny))