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>
This commit is contained in:
Paul A. Patience 2022-04-12 13:50:03 +00:00 committed by Ludovic Courtès
parent f95c037b79
commit 7488c73dd2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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