GNU bug report logs -
#56645
[PATCH 0/3] gnu: gnuplot: Update package style and bump version to 5.4.4.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Tue, 19 Jul 2022 16:34:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 56645 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (gnuplot): Update to 5.4.4.
---
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 1409fd9cb0..93f21b4d80 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1121,14 +1121,14 @@ (define-public giza
(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))
--
2.37.0
This bug report was last modified 2 years and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.