guix-commits
[Top][All Lists]
Advanced

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

117/217: gnu: graphviz: Update to 2.49.0.


From: guix-commits
Subject: 117/217: gnu: graphviz: Update to 2.49.0.
Date: Sun, 14 Nov 2021 19:20:58 -0500 (EST)

vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 3c946d38c2b90b7e9c91a356dc9fb82e3de24d8a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 00:21:18 2021 -0400

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

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 42c4c0f..25ff511 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -64,7 +64,7 @@
 (define-public graphviz
   (package
     (name "graphviz")
-    (version "2.48.0")
+    (version "2.49.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.com/api/v4/projects/4207231";
@@ -72,7 +72,7 @@
                                   version "/graphviz-" version ".tar.xz"))
               (sha256
                (base32
-                "0lgv508zyfdv4wl95avaj58nmjhbvb5za65nhrkl5nn818ayvggn"))))
+                "042s6mbi681pwgffqww2ap780230nrsrfpfiz9a41dcjb5a0m524"))))
     (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]