me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1092,14 +1092,14 @@ in the terminal or with an external viewer.")
(define-public gnuplot (define-public gnuplot
(package (package
(name "gnuplot") (name "gnuplot")
(version "5.4.2") (version "5.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/" (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-" version "/gnuplot-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1fp7rbhjmz2w63r72kicf8lfszzimz2csfx868fracw167hpaz75")))) (base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list readline cairo pango gd lua)) (inputs (list readline cairo pango gd lua))
(native-inputs (native-inputs