gnu: gnuplot: Update to 5.4.6.

* gnu/packages/maths.scm (gnuplot): Update to 5.4.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Philippe SWARTVAGHER 2023-03-03 21:44:26 +01:00 committed by Christopher Baines
parent 8a1fe39320
commit 8d5a4fe146
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1235,14 +1235,14 @@ (define-public giza
(define-public gnuplot
(package
(name "gnuplot")
(version "5.4.4")
(version "5.4.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
(base32 "00h97y8njhvfjbdvc0njw0znxbrlfynd1iazn8w3anvzhsvh08rp"))))
(base32 "06bly8cpqjdf744jg7yrgba9rdcm3gl4zf63y3c69v80ha8jgz02"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config texlive-tiny))