guix-devel
[Top][All Lists]
Advanced

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

[PATCH 6/8] gnu: graphviz: Update to 2.38.0.


From: Efraim Flashner
Subject: [PATCH 6/8] gnu: graphviz: Update to 2.38.0.
Date: Wed, 30 Sep 2015 20:56:46 +0300

* gnu/packages/graphviz.scm (graphviz): Update to 2.38.0.
---
 gnu/packages/graphviz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 52522af..e1eb654 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -36,16 +36,15 @@
 (define-public graphviz
   (package
     (name "graphviz")
-    (version "2.28.0")
+    (version "2.38.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-";
-                   version
-                   ".tar.gz"))
+                   version ".tar.gz"))
              (sha256
               (base32
-               "0xpwg99cd8sp0c6r8klsmc66h1pday64kmnr4v6f9jkqqmrpkank"))))
+               "17l5czpvv5ilmg17frg0w4qwf89jzh2aglm9fgx0l0aakn6j7al1"))))
     (build-system gnu-build-system)
     (arguments
      ;; FIXME: rtest/rtest.sh is a ksh script (!).  Add ksh as an input.
-- 
2.6.0




reply via email to

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