From 99581340f7c7b644bd8cf7fee9a219b7f2c956ce Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 12 Aug 2024 15:32:20 +0200 Subject: [PATCH] graphviz: update to 12.1.0. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index c7fd8a3d29c..ec8c8a447e4 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=12.0.0 +version=12.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=ea12b4f73e7c7eb9fb9c1c29f7763491306c322f6f2332a352d09debc37f0ed7 +checksum=4946eecb34fac499a5f6c193ec5a08094cfa26e00b740484da8917889637923a # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112