From c843ae347bcda4c483d1aa9b7e317d10667b48da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 26 Jun 2025 19:22:16 +0200 Subject: [PATCH] graphviz: update to 13.0.1. --- srcpkgs/graphviz/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/graphviz/template b/srcpkgs/graphviz/template index 3cc0d697f0f..9bbf5a1438b 100644 --- a/srcpkgs/graphviz/template +++ b/srcpkgs/graphviz/template @@ -1,6 +1,6 @@ # Template file for 'graphviz' pkgname=graphviz -version=13.0.0 +version=13.0.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=1f55d96f413c911ffc6d1ce1b4e1d3bddfe65931b2de62f3c81206258f09a34a +checksum=b91a80434f34986c47410b490d15ab1bd87fc7fea4e130161c8f029c548055a3 # `make check` is broken: # https://gitlab.com/graphviz/graphviz/-/issues/2112