Archived
1
0
Fork 0

gnu: gnuplot: Update to 5.2.4.

* gnu/packages/maths.scm (gnuplot): Update to 5.2.4.
This commit is contained in:
Kei Kebreau 2018-08-18 21:21:52 -04:00
parent e1ecaa836f
commit b13ba3f1ba
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -597,7 +597,7 @@ singular value problems.")
(define-public gnuplot (define-public gnuplot
(package (package
(name "gnuplot") (name "gnuplot")
(version "5.2.2") (version "5.2.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/" (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
@ -605,7 +605,7 @@ singular value problems.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"18diyy7aib9mn098x07g25c7jij1x7wbfpicz0z8gwxx08px45m4")))) "1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline) (inputs `(("readline" ,readline)
("cairo" ,cairo) ("cairo" ,cairo)