gnu: gnuplot: Update to 5.0.6.

* gnu/packages/maths.scm (gnuplot): Update to 5.0.6.
This commit is contained in:
Kei Kebreau 2017-04-22 13:33:09 -04:00
parent 25a49294ca
commit 7d873e0c26
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ singular value problems.")
(define-public gnuplot
(package
(name "gnuplot")
(version "5.0.5")
(version "5.0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
@ -497,7 +497,7 @@ singular value problems.")
version ".tar.gz"))
(sha256
(base32
"0lr065qdlgss8lmy31l7hkmnk9fp4lvqq9qgb1f1209f36zy1wr5"))))
"0q5lr6nala3ln6f3yp6g17ziymb9r9gx9zylnw1y3hjmwl9lggjv"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)
("cairo" ,cairo)