diff options
author | Paul A. Patience <paul@apatience.com> | 2022-04-12 13:50:03 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 12:29:43 +0200 |
commit | 7488c73dd2ad7f35bd8be09331431fbf018de4bd (patch) | |
tree | a3ac7cea785cd39586fc6bd0c8374cf58d5b42f2 /gnu/packages/maths.scm | |
parent | f95c037b79bd5b170846353dc50930635de6ec6b (diff) | |
download | guix-7488c73dd2ad7f35bd8be09331431fbf018de4bd.tar.gz guix-7488c73dd2ad7f35bd8be09331431fbf018de4bd.zip |
gnu: gnuplot: Update to 5.4.3.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f9767d2430..f18d63de62 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1092,14 +1092,14 @@ in the terminal or with an external viewer.") (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 |