From 323acb696faf7469d6751e722e55a57601e273a1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Jul 2025 18:21:56 +0200 Subject: [PATCH] graphviz: update to 13.1.0. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 9bbf5a1438b..e1e36d06cad 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=13.0.1 +version=13.1.0 revision=1 build_style=gnu-configure configure_args="--with-gts --with-ann=no" @@ -16,7 +16,7 @@ license="EPL-1.0" homepage="https://www.graphviz.org" changelog="https://gitlab.com/graphviz/graphviz/-/raw/main/CHANGELOG.md" distfiles="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz" -checksum=b91a80434f34986c47410b490d15ab1bd87fc7fea4e130161c8f029c548055a3 +checksum=04d4b182a0a383b2f000465312a141acbf1c05b2b0ce6a542f3f1d0220294c30 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112