guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/17: gnu: gnuplot: Update to 5.4.8.


From: guix-commits
Subject: 17/17: gnu: gnuplot: Update to 5.4.8.
Date: Tue, 11 Jul 2023 11:01:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7858b74b77dcea9363e27dfe9950545ae5286a03
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jun 20 02:01:00 2023 +0000

    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>
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]