From dab19f13979aff4945ce6b151f551d505c6ad9b6 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 22 Dec 2021 21:43:13 +0100 Subject: [PATCH] python3-mypy: update to 0.930. --- srcpkgs/python3-mypy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 6883ed6194c..8b42037f87c 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,6 +1,6 @@ # Template file for 'python3-mypy' pkgname=python3-mypy -version=0.920 +version=0.930 revision=1 wrksrc="mypy-${version}" build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Michal Vasilek " license="MIT" homepage="https://github.com/python/mypy" distfiles="${PYPI_SITE}/m/mypy/mypy-${version}.tar.gz" -checksum=a55438627f5f546192f13255a994d6d1cf2659df48adcf966132b4379fd9c86b +checksum=51426262ae4714cc7dd5439814676e0992b55bcc0f6514eccb4cf8e0678962c2 make_check=no # needs pytest-xdist and many tests fail post_install() {