From f4380cced4f5c5f1e6d66fd6615da4856d5e5bc7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Mon, 4 Apr 2022 22:17:56 +0200 Subject: [PATCH] python3-mypy: update to 0.942. --- 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 663127eedbc..a92e1c803e4 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.931 +version=0.942 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=0038b21890867793581e4cb0d810829f5fd4441aa75796b53033af3aa30430ce +checksum=17e44649fec92e9f82102b48a3bf7b4a5510ad0cd22fa21a104826b5db4903e2 make_check=no # needs pytest-xdist and many tests fail post_install() {