From c78331c522ec2509ec947a8374bf47a125bb6dfc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 3 Jun 2025 09:01:16 -0400 Subject: [PATCH] pythran: update to 0.18.0. --- srcpkgs/pythran/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pythran/template b/srcpkgs/pythran/template index 918517d0b50..d6859622a81 100644 --- a/srcpkgs/pythran/template +++ b/srcpkgs/pythran/template @@ -1,6 +1,6 @@ # Template file for 'pythran' pkgname=pythran -version=0.17.0 +version=0.18.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://pythran.readthedocs.io/" distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz" -checksum=3b77d6d970a6cf5b448facc7d4f6229c3e73909ac27ea2480c843afdadbad0fb +checksum=5c003e8cbedf6dbb68c2869c49fc110ce8b5e8982993078a4a819f1dadc4fc6a # Upstream defines no tests make_check=no