From 649546219654874883344823dbcf5d074259e722 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 14 Dec 2021 10:57:37 -0500 Subject: [PATCH] pythran: update to 0.11.0. --- srcpkgs/pythran/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pythran/template b/srcpkgs/pythran/template index 08e3af42085..23b05a65fcb 100644 --- a/srcpkgs/pythran/template +++ b/srcpkgs/pythran/template @@ -1,6 +1,6 @@ # Template file for 'pythran' pkgname=pythran -version=0.10.0 +version=0.11.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,7 +10,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://pythran.readthedocs.io/" distfiles="${PYPI_SITE}/p/pythran/pythran-${version}.tar.gz" -checksum=9dac8e1d50f33d4676003e350b1f0c878ce113e6f907920e92dc103352cac5bf +checksum=0b2cba712e09f7630879dff69f268460bfe34a6d6000451b47d598558a92a875 # Upstream defines no tests make_check=no