From e6ff50669bd01a1d68bf8e01023dbbd46cd8e26d Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 7 Aug 2023 20:05:58 +0200 Subject: [PATCH] python3-cairo: update to 1.24.0. --- srcpkgs/python3-cairo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template index ce89ec10d0fd33..4f127b8a75831d 100644 --- a/srcpkgs/python3-cairo/template +++ b/srcpkgs/python3-cairo/template @@ -1,6 +1,6 @@ # Template file for 'python3-cairo' pkgname=python3-cairo -version=1.23.0 +version=1.24.0 revision=1 build_style=meson hostmakedepends="pkg-config" @@ -13,7 +13,7 @@ license="LGPL-2.1-or-later, MPL-1.1" homepage="https://pycairo.readthedocs.io/" changelog="https://raw.githubusercontent.com/pygobject/pycairo/main/NEWS" distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" -checksum=9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c +checksum=1444d52f1bb4cc79a4a0c0fe2ccec4bd78ff885ab01ebe1c0f637d8392bcafb6 if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-Dtests=true"