me
/
guix
Archived
1
0
Fork 0

gnu: gnuplot: Update to 5.4.8.

* gnu/packages/maths.scm (gnuplot): Update to 5.4.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Paul A. Patience 2023-06-20 02:01:00 +00:00 committed by Ludovic Courtès
parent 7761495ccb
commit 7858b74b77
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1226,14 +1226,14 @@ in the terminal or with an external viewer.")
(define-public gnuplot (define-public gnuplot
(package (package
(name "gnuplot") (name "gnuplot")
(version "5.4.6") (version "5.4.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/gnuplot/gnuplot/" (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
version "/gnuplot-" version "/gnuplot-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "06bly8cpqjdf744jg7yrgba9rdcm3gl4zf63y3c69v80ha8jgz02")))) (base32 "1kzmj4yyxvlxqzqbrw6sx6dnvhj1zzqnciyb8ryzy6mdrb3pj4lk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config texlive-tiny)) (list pkg-config texlive-tiny))