From 13d9e90808870863fd4512e6ec1684b4d1924884 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 25 May 2022 13:16:30 -0400 Subject: [PATCH] python-Cython: update to 0.29.30. --- srcpkgs/python-Cython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template index 068333f55f6..aa4b81ec8bc 100644 --- a/srcpkgs/python-Cython/template +++ b/srcpkgs/python-Cython/template @@ -1,6 +1,6 @@ # Template file for 'python-Cython' pkgname=python-Cython -version=0.29.28 +version=0.29.30 revision=1 wrksrc="Cython-${version}" build_style=python-module @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://cython.org/" changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst" distfiles="${PYPI_SITE}/C/Cython/Cython-${version}.tar.gz" -checksum=d6fac2342802c30e51426828fe084ff4deb1b3387367cf98976bb2e64b6f8e45 +checksum=2235b62da8fe6fa8b99422c8e583f2fb95e143867d337b5c75e4b9a1a865f9e3 # Tests are flaky make_check=no