guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: gnuplot: Update to 5.2.6.


From: guix-commits
Subject: 01/07: gnu: gnuplot: Update to 5.2.6.
Date: Mon, 18 Mar 2019 17:17:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0e36b2b7d03b7901e33cfcca6e65bdb9b344aa73
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 18 21:42:00 2019 +0100

    gnu: gnuplot: Update to 5.2.6.
    
    * gnu/packages/maths.scm (gnuplot): Update to 5.2.6.
---
 gnu/packages/maths.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ee7ebf2..ef55a94 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -611,15 +611,14 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.2.4")
+    (version "5.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
                                   version "/gnuplot-"
                                   version ".tar.gz"))
        (sha256
-        (base32
-         "1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m"))))
+        (base32 "1vllgap08nhvdmc03idmkdnk9cfl2bp81hps50q1pqrr640qzp9m"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)



reply via email to

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