guix-commits
[Top][All Lists]
Advanced

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

94/94: gnu: graphviz: Update to 2.42.3.


From: guix-commits
Subject: 94/94: gnu: graphviz: Update to 2.42.3.
Date: Thu, 5 Dec 2019 12:15:43 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8c42cee19657a3e74c0b9c3f685cb53d1e1762b1
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 5 17:14:59 2019 +0100

    gnu: graphviz: Update to 2.42.3.
    
    * gnu/packages/graphviz.scm (graphviz): Update to 2.42.3.
    [source](uri): Adjust for new download location.
---
 gnu/packages/graphviz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index f9667e8..0d3b1e8 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -55,15 +55,15 @@
 (define-public graphviz
   (package
     (name "graphviz")
-    (version "2.40.1")
+    (version "2.42.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-";
-                    version ".tar.gz"))
+                    
"https://www2.graphviz.org/Packages/stable/portable_source/";
+                    "graphviz-" version ".tar.gz"))
               (sha256
                (base32
-                "08d4ygkxz2f553bxj6087da56a23kx1khv0j8ycxa102vvx1hlna"))))
+                "1pbswjbx3fjdlsxcm7cmlsl5bvaa3d6gcnr0cr8x3c8pag13zbwg"))))
     (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]