[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/49: gnu: graphviz: Update to 2.48.0.
From: |
guix-commits |
Subject: |
44/49: gnu: graphviz: Update to 2.48.0. |
Date: |
Fri, 23 Jul 2021 11:33:13 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 09b002622e2113c2f14c11ccd43fa01fd343fb95
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 23 17:17:30 2021 +0200
gnu: graphviz: Update to 2.48.0.
* gnu/packages/graphviz.scm (graphviz): Update to 2.48.0.
[source](uri): Adjust for upstream change.
[source](file-name): Remove.
[inputs]: Change from GUILE-2.0 to GUILE-3.0.
---
gnu/packages/graphviz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index abf2096..43eaeca 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -63,15 +63,15 @@
(define-public graphviz
(package
(name "graphviz")
- (version "2.47.1")
+ (version "2.48.0")
(source (origin
(method url-fetch)
- (uri (string-append "https://gitlab.com/graphviz/graphviz"
- "/-/package_files/9573974/download"))
- (file-name (string-append "graphviz-" version ".tar.xz"))
+ (uri (string-append "https://gitlab.com/api/v4/projects/4207231"
+ "/packages/generic/graphviz-releases/"
+ version "/graphviz-" version ".tar.xz"))
(sha256
(base32
- "1hff831p300n989x1gmyzh3ix43xd2mgx01qgrrqill44n7zxfza"))))
+ "0lgv508zyfdv4wl95avaj58nmjhbvb5za65nhrkl5nn818ayvggn"))))
(build-system gnu-build-system)
(arguments
;; FIXME: rtest/rtest.sh is a ksh script (!). Add ksh as an input.
@@ -103,8 +103,8 @@
`(("libXrender" ,libxrender)
("libX11" ,libx11)
("gts" ,gts)
- ("gd" ,gd) ; FIXME: Our GD is too old
- ("guile" ,guile-2.0) ;Guile bindings
+ ("gd" ,gd)
+ ("guile" ,guile-3.0) ;Guile bindings
("pango" ,pango)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
- 41/49: gnu: perl-test-needs: Update to 0.002009., (continued)
- 41/49: gnu: perl-test-needs: Update to 0.002009., guix-commits, 2021/07/23
- 42/49: gnu: graphviz: Turn arguments into a gexp., guix-commits, 2021/07/23
- 46/49: gnu: Python: Fix bytecode compilation., guix-commits, 2021/07/23
- 47/49: gnu: Python: Delete existing compiled files before compiling bytecode., guix-commits, 2021/07/23
- 49/49: gnu: Python: Disable indeterministic optimizations., guix-commits, 2021/07/23
- 45/49: gnu: Python: Do not embed timestamps in wheel files., guix-commits, 2021/07/23
- 48/49: gnu: Python: Compile bytecode in all outputs., guix-commits, 2021/07/23
- 40/49: gnu: libcap: Update to 2.51., guix-commits, 2021/07/23
- 43/49: gnu: graphviz: Don't hard code Guile version., guix-commits, 2021/07/23
- 39/49: gnu: libksba: Update to 1.6.0., guix-commits, 2021/07/23
- 44/49: gnu: graphviz: Update to 2.48.0.,
guix-commits <=