gnu: gnuplot: Update to 5.0.4.

* gnu/packages/maths.scm (gnuplot): Update to 5.0.4.
This commit is contained in:
Efraim Flashner 2016-07-21 13:56:51 +03:00
parent 873966e3e9
commit a9c64810cd
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ singular value problems.")
(define-public gnuplot
(package
(name "gnuplot")
(version "5.0.2")
(version "5.0.4")
(source
(origin
(method url-fetch)
@ -390,7 +390,7 @@ singular value problems.")
version "/gnuplot-" version ".tar.gz"))
(sha256
(base32
"146qn414z96c7cc42a1kb9a4kpjc2q2hfdwk44kjjvgmfp9k2ass"))))
"08vpmhl85l48xcccx8jrkamalih2d6z9ppqpsppwii9y2l1p3297"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)
("cairo" ,cairo)