diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 21:42:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 22:17:36 +0100 |
commit | 0e36b2b7d03b7901e33cfcca6e65bdb9b344aa73 (patch) | |
tree | 5aeee47b7362915ad4a0b9c14cbd966ce9e49dd1 /gnu/packages/maths.scm | |
parent | 6e42cef0abdce00629294794ba06fe75e161ffb4 (diff) | |
download | guix-0e36b2b7d03b7901e33cfcca6e65bdb9b344aa73.tar guix-0e36b2b7d03b7901e33cfcca6e65bdb9b344aa73.tar.gz |
gnu: gnuplot: Update to 5.2.6.
* gnu/packages/maths.scm (gnuplot): Update to 5.2.6.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ee7ebf2ec2..ef55a948c3 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -611,15 +611,14 @@ singular value problems.") (define-public gnuplot (package (name "gnuplot") - (version "5.2.4") + (version "5.2.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/" version "/gnuplot-" version ".tar.gz")) (sha256 - (base32 - "1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m")))) + (base32 "1vllgap08nhvdmc03idmkdnk9cfl2bp81hps50q1pqrr640qzp9m")))) (build-system gnu-build-system) (inputs `(("readline" ,readline) ("cairo" ,cairo) |