diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-02 08:57:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-02 16:56:12 +0200 |
commit | 25631d6fef10c52715cb13799c8c4b15885e3042 (patch) | |
tree | 0507c5173459c661238fecf3786687b748bc30ae /gnu | |
parent | 7f580c27daa5076f1961acabe4e6b4c7b17763c3 (diff) | |
download | guix-25631d6fef10c52715cb13799c8c4b15885e3042.tar.gz |
gnu: gnuplot: Update to 5.4.2.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 3c72061427..7ae585c9b1 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -20,7 +20,7 @@ ;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2017, 2019 Arun Isaac <arunisaac@systemreboot.net> -;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Dave Love <me@fx@gnu.org> ;;; Copyright © 2018, 2019, 2020 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com> @@ -956,14 +956,14 @@ singular value problems.") (define-public gnuplot (package (name "gnuplot") - (version "5.4.1") + (version "5.4.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/" version "/gnuplot-" version ".tar.gz")) (sha256 - (base32 "03jrqs5lvxmbbz2c4g17dn2hrxqwd3hfadk9q8wbkbkyas2h8sbb")))) + (base32 "1fp7rbhjmz2w63r72kicf8lfszzimz2csfx868fracw167hpaz75")))) (build-system gnu-build-system) (inputs `(("readline" ,readline) ("cairo" ,cairo) |