gnu: gnuplot: Update to 5.0.4.
* gnu/packages/maths.scm (gnuplot): Update to 5.0.4.
This commit is contained in:
parent
873966e3e9
commit
a9c64810cd
1 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ singular value problems.")
|
||||||
(define-public gnuplot
|
(define-public gnuplot
|
||||||
(package
|
(package
|
||||||
(name "gnuplot")
|
(name "gnuplot")
|
||||||
(version "5.0.2")
|
(version "5.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -390,7 +390,7 @@ singular value problems.")
|
||||||
version "/gnuplot-" version ".tar.gz"))
|
version "/gnuplot-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"146qn414z96c7cc42a1kb9a4kpjc2q2hfdwk44kjjvgmfp9k2ass"))))
|
"08vpmhl85l48xcccx8jrkamalih2d6z9ppqpsppwii9y2l1p3297"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("readline" ,readline)
|
(inputs `(("readline" ,readline)
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
|
|
Reference in a new issue