[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
114/130: gnu: graphviz: Update to 2.49.0.
From: |
guix-commits |
Subject: |
114/130: gnu: graphviz: Update to 2.49.0. |
Date: |
Sat, 16 Oct 2021 02:36:46 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 83ac5a180f77bf789500d4c2613d1784f1bf6089
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.
- 56/130: gnu: mozjs-78: Update to 78.13.0., (continued)
- 56/130: gnu: mozjs-78: Update to 78.13.0., guix-commits, 2021/10/16
- 60/130: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/16
- 62/130: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/10/16
- 71/130: gnu: dbus-c++: Fix build., guix-commits, 2021/10/16
- 72/130: gnu: libnice: Update to 0.1.18-0.47a9633., guix-commits, 2021/10/16
- 76/130: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/10/16
- 83/130: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/16
- 92/130: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/10/16
- 102/130: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/10/16
- 110/130: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/10/16
- 114/130: gnu: graphviz: Update to 2.49.0.,
guix-commits <=
- 124/130: gnu: gdk-pixbuf: Add a search path for the loaders cache file., guix-commits, 2021/10/16
- 127/130: gnu: pango: Update to 1.48.10., guix-commits, 2021/10/16
- 59/130: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/16