diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-21 21:39:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-21 23:20:36 +0200 |
commit | cb1d8aeeb31e391dcf71d9346ad88eac7e201724 (patch) | |
tree | 1dac27798b9759e51a7a1af21acb7b605b2d43ce /gnu | |
parent | dcdc3315c9adb1c36968b35b1c18e10090ca01e7 (diff) | |
download | patches-cb1d8aeeb31e391dcf71d9346ad88eac7e201724.tar patches-cb1d8aeeb31e391dcf71d9346ad88eac7e201724.tar.gz |
gnu: gnuplot: Update to 5.2.7.
* gnu/packages/maths.scm (gnuplot): Update to 5.2.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c2c7a57d75..f16e108656 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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) |