gnu: gnuplot: Update to 5.2.7.

* gnu/packages/maths.scm (gnuplot): Update to 5.2.7.
master
Tobias Geerinckx-Rice 2019-06-21 21:39:04 +02:00
parent dcdc3315c9
commit cb1d8aeeb3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -613,14 +613,14 @@ singular value problems.")
(define-public gnuplot
(package
(name "gnuplot")
(version "5.2.6")
(version "5.2.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-"
version ".tar.gz"))
(sha256
(base32 "1vllgap08nhvdmc03idmkdnk9cfl2bp81hps50q1pqrr640qzp9m"))))
(base32 "1vglp4la40f5dpj0zdj63zprrkyjgzy068p35bz5dqxjyczm1zlp"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)
("cairo" ,cairo)