[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54883] [PATCH] gnu: gnuplot: Update to 5.4.3.
From: |
Paul A. Patience |
Subject: |
[bug#54883] [PATCH] gnu: gnuplot: Update to 5.4.3. |
Date: |
Tue, 12 Apr 2022 13:50:03 +0000 |
* gnu/packages/maths.scm (gnuplot): Update to 5.4.3.
---
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 10a1f69b8e..57c8b6e12e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1092,14 +1092,14 @@ (define-public feedgnuplot
(define-public gnuplot
(package
(name "gnuplot")
- (version "5.4.2")
+ (version "5.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
- (base32 "1fp7rbhjmz2w63r72kicf8lfszzimz2csfx868fracw167hpaz75"))))
+ (base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
(build-system gnu-build-system)
(inputs (list readline cairo pango gd lua))
(native-inputs
--
2.35.1
- [bug#54883] [PATCH] gnu: gnuplot: Update to 5.4.3.,
Paul A. Patience <=