guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gnuplot: Update to 5.0.4.


From: Efraim Flashner
Subject: 04/04: gnu: gnuplot: Update to 5.0.4.
Date: Thu, 21 Jul 2016 10:58:12 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a9c64810cdf1cd0de66e327162348d0b2d477452
Author: Efraim Flashner <address@hidden>
Date:   Thu Jul 21 13:56:51 2016 +0300

    gnu: gnuplot: Update to 5.0.4.
    
    * gnu/packages/maths.scm (gnuplot): Update to 5.0.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 7b5b2ab..9f780a0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -382,7 +382,7 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.0.2")
+    (version "5.0.4")
     (source
      (origin
       (method url-fetch)
@@ -390,7 +390,7 @@ singular value problems.")
                           version "/gnuplot-" version ".tar.gz"))
       (sha256
        (base32
-        "146qn414z96c7cc42a1kb9a4kpjc2q2hfdwk44kjjvgmfp9k2ass"))))
+        "08vpmhl85l48xcccx8jrkamalih2d6z9ppqpsppwii9y2l1p3297"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)



reply via email to

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