From 9bc95d9fbf108a351178c300a42530a44bee4092 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 8 Jun 2025 11:15:41 -0400 Subject: [PATCH] python3-tkinter: update to 3.13.4. --- srcpkgs/python3-tkinter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index d5980cbcb0c..20b92acdab0 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -8,7 +8,7 @@ _desc="Python programming language" pkgname=python3-tkinter -version=3.13.3 +version=3.13.4 revision=1 build_style="gnu-configure" configure_args="--enable-shared --enable-ipv6 @@ -25,7 +25,7 @@ maintainer="Andrew J. Hesford " homepage="https://www.python.org" license="Python-2.0" distfiles="https://www.python.org/ftp/python/${version%rc*}/Python-${version}.tar.xz" -checksum=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041 +checksum=27b15a797562a2971dce3ffe31bb216042ce0b995b39d768cf15f784cc757365 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"