Archived
1
0
Fork 0

gnu: gnuplot: Update to 5.2.6.

* gnu/packages/maths.scm (gnuplot): Update to 5.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-18 21:42:00 +01:00
parent 6e42cef0ab
commit 0e36b2b7d0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -611,15 +611,14 @@ singular value problems.")
(define-public gnuplot (define-public gnuplot
(package (package
(name "gnuplot") (name "gnuplot")
(version "5.2.4") (version "5.2.6")
(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 (base32 "1vllgap08nhvdmc03idmkdnk9cfl2bp81hps50q1pqrr640qzp9m"))))
"1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("readline" ,readline) (inputs `(("readline" ,readline)
("cairo" ,cairo) ("cairo" ,cairo)