From cccb1e8206637b1d99a762af5819dfcbbcfb5b15 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 11 Sep 2024 13:26:17 +0200 Subject: [PATCH] graphviz: update to 12.1.1. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index ec8c8a447e4..ba7d8d3b744 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=12.1.0 +version=12.1.1 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=4946eecb34fac499a5f6c193ec5a08094cfa26e00b740484da8917889637923a +checksum=8fea54ab3ae6f2456df2f1ee8060f0262f2f4434c5b6ece2216777a2505a88e3 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112