From b5e3d6bf258c93d204d547e5160c1922fcb712f1 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Mon, 17 Apr 2023 01:12:32 +0200 Subject: [PATCH] python3-curio: update to 1.6. --- srcpkgs/python3-curio/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-curio/template b/srcpkgs/python3-curio/template index 585a4fb1b1f2..a768a3df6571 100644 --- a/srcpkgs/python3-curio/template +++ b/srcpkgs/python3-curio/template @@ -1,7 +1,7 @@ # Template file for 'python3-curio' pkgname=python3-curio -version=1.5 -revision=3 +version=1.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" @@ -11,7 +11,7 @@ maintainer="Arjan Mossel " license="BSD-3-Clause" homepage="https://github.com/dabeaz/curio" distfiles="${PYPI_SITE}/c/curio/curio-${version}.tar.gz" -checksum=af08212e590bb7da8e4cc39c42012711494dc20d622f162155ba296cc2e3bc10 +checksum=562a586db20216ba7d2be8263deb9eb079e56048f9b8906d11d5f45aa81c5247 do_check() { # CI container has different privileges than expected in test_errors()