guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: graphviz: Update to 2.38.0.


From: Efraim Flashner
Subject: 06/08: gnu: graphviz: Update to 2.38.0.
Date: Thu, 01 Oct 2015 16:50:37 +0000

efraim pushed a commit to branch master
in repository guix.

commit 64cb2de5d08259f078586ce0fe4af29f4bd1e467
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 29 22:33:45 2015 +0300

    gnu: graphviz: Update to 2.38.0.
    
    * gnu/packages/graphviz.scm (graphviz): Update to 2.38.0.
---
 gnu/packages/graphviz.scm |    7 +++----
 1 files 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.



reply via email to

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