diff options
author | Philippe SWARTVAGHER <phil.swart@gmx.fr> | 2023-03-03 21:44:26 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-03-27 16:35:48 +0100 |
commit | 8d5a4fe1460c7d628ec2854834dcfbef7784e30e (patch) | |
tree | 2cc470c46a7b0d7a83e29afdfe95d7ce92fd001f /gnu | |
parent | 8a1fe39320bc6db61261d82a56d2c6e95e4b9887 (diff) | |
download | guix-8d5a4fe1460c7d628ec2854834dcfbef7784e30e.tar guix-8d5a4fe1460c7d628ec2854834dcfbef7784e30e.tar.gz |
gnu: gnuplot: Update to 5.4.6.
* gnu/packages/maths.scm (gnuplot): Update to 5.4.6.
Signed-off-by: Christopher Baines <mail@cbaines.net>
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 93afc6ed40..95bd5a6578 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1235,14 +1235,14 @@ in the terminal or with an external viewer.") (define-public gnuplot (package (name "gnuplot") - (version "5.4.4") + (version "5.4.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/" version "/gnuplot-" version ".tar.gz")) (sha256 - (base32 "00h97y8njhvfjbdvc0njw0znxbrlfynd1iazn8w3anvzhsvh08rp")))) + (base32 "06bly8cpqjdf744jg7yrgba9rdcm3gl4zf63y3c69v80ha8jgz02")))) (build-system gnu-build-system) (native-inputs (list pkg-config texlive-tiny)) |