[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gnuplot: Update to 5.0.2.
From: |
Andreas Enge |
Subject: |
01/01: gnu: gnuplot: Update to 5.0.2. |
Date: |
Sat, 13 Feb 2016 12:42:11 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit ec4130b7e73a65ca8f1aeee1b5d4494f28d7a1ca
Author: Andreas Enge <address@hidden>
Date: Sat Feb 13 13:37:49 2016 +0100
gnu: gnuplot: Update to 5.0.2.
* gnu/packages/maths.scm (gnuplot): Update to 5.0.2.
---
gnu/packages/maths.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 51d9cc1..f9dbe48 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -339,7 +339,7 @@ singular value problems.")
(define-public gnuplot
(package
(name "gnuplot")
- (version "5.0.1")
+ (version "5.0.2")
(source
(origin
(method url-fetch)
@@ -347,7 +347,7 @@ singular value problems.")
version "/gnuplot-" version ".tar.gz"))
(sha256
(base32
- "0irwig94w3f8bn4a444hrjnp7w55vqwv8gqj42jiwn6zf5z5bg3w"))))
+ "146qn414z96c7cc42a1kb9a4kpjc2q2hfdwk44kjjvgmfp9k2ass"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)
("cairo" ,cairo)