guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnuplot: Update to 5.0.6.


From: Kei Kebreau
Subject: 01/01: gnu: gnuplot: Update to 5.0.6.
Date: Sat, 22 Apr 2017 13:34:45 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 7d873e0c2690bf5742cf41b001af906ebbecde37
Author: Kei Kebreau <address@hidden>
Date:   Sat Apr 22 13:33:09 2017 -0400

    gnu: gnuplot: Update to 5.0.6.
    
    * gnu/packages/maths.scm (gnuplot): Update to 5.0.6.
---
 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 272a097..0a11da9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -489,7 +489,7 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.0.5")
+    (version "5.0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
@@ -497,7 +497,7 @@ singular value problems.")
                                   version ".tar.gz"))
        (sha256
         (base32
-         "0lr065qdlgss8lmy31l7hkmnk9fp4lvqq9qgb1f1209f36zy1wr5"))))
+         "0q5lr6nala3ln6f3yp6g17ziymb9r9gx9zylnw1y3hjmwl9lggjv"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)



reply via email to

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