guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gnuplot: Update to 5.2.7.


From: guix-commits
Subject: 02/03: gnu: gnuplot: Update to 5.2.7.
Date: Fri, 21 Jun 2019 17:22:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cb1d8aeeb31e391dcf71d9346ad88eac7e201724
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 21 21:39:04 2019 +0200

    gnu: gnuplot: Update to 5.2.7.
    
    * gnu/packages/maths.scm (gnuplot): Update to 5.2.7.
---
 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 c2c7a57..f16e108 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -613,14 +613,14 @@ singular value problems.")
 (define-public gnuplot
   (package
     (name "gnuplot")
-    (version "5.2.6")
+    (version "5.2.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gnuplot/gnuplot/"
                                   version "/gnuplot-"
                                   version ".tar.gz"))
        (sha256
-        (base32 "1vllgap08nhvdmc03idmkdnk9cfl2bp81hps50q1pqrr640qzp9m"))))
+        (base32 "1vglp4la40f5dpj0zdj63zprrkyjgzy068p35bz5dqxjyczm1zlp"))))
     (build-system gnu-build-system)
     (inputs `(("readline" ,readline)
               ("cairo" ,cairo)



reply via email to

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