guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gnuplot: Update to 5.2.4.


From: Kei Kebreau
Subject: 03/03: gnu: gnuplot: Update to 5.2.4.
Date: Sat, 18 Aug 2018 22:56:48 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit b13ba3f1baffdee1ef0900cf7d3d1d51ed4ea772
Author: Kei Kebreau <address@hidden>
Date:   Sat Aug 18 21:21:52 2018 -0400

    gnu: gnuplot: Update to 5.2.4.
    
    * gnu/packages/maths.scm (gnuplot): Update to 5.2.4.
---
 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 8f6ad81..35a3b58 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -597,7 +597,7 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.2.2")
+    (version "5.2.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
@@ -605,7 +605,7 @@ singular value problems.")
                                   version ".tar.gz"))
        (sha256
         (base32
-         "18diyy7aib9mn098x07g25c7jij1x7wbfpicz0z8gwxx08px45m4"))))
+         "1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)



reply via email to

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