From 914bd243b5ed242a81d42bec5433176bfc9241ed Mon Sep 17 00:00:00 2001 From: dkwo Date: Thu, 9 Sep 2021 18:31:22 +0200 Subject: [PATCH] python3-anyio: update to 3.3.1 --- srcpkgs/python3-anyio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template index bec1109131d..1bed9ec51ba 100644 --- a/srcpkgs/python3-anyio/template +++ b/srcpkgs/python3-anyio/template @@ -1,6 +1,6 @@ # Template file for 'python3-anyio' pkgname=python3-anyio -version=3.3.0 +version=3.3.1 revision=1 wrksrc=anyio-${version} build_style=python3-module @@ -11,7 +11,7 @@ maintainer="dkwo " license="MIT" homepage="https://github.com/agronholm/anyio" distfiles="${PYPI_SITE}/a/anyio/anyio-${version}.tar.gz" -checksum=ae57a67583e5ff8b4af47666ff5651c3732d45fd26c929253748e796af860374 +checksum=85913b4e2fec030e8c72a8f9f98092eeb9e25847a6e00d567751b77e34f856fe # Tests not supported make_check=no