aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-mypy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-mypy/APKBUILD b/community/py3-mypy/APKBUILD
index 2f8f7e8420f..b7397763b37 100644
--- a/community/py3-mypy/APKBUILD
+++ b/community/py3-mypy/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=py3-mypy
-pkgver=0.901
+pkgver=0.902
pkgrel=0
pkgdesc="Optional static typing for Python (PEP484)"
options="!check" # Tests fail on builders, pass on CI
@@ -32,5 +32,5 @@ package() {
}
sha512sums="
-3398b77f475e68a8d1633d5d122e45d2bff3db4e73a99ce0e7b2d253430385dd5f61b3370a1c98e25d99e1cd365a2f633e6c451f0001b6e7f053435c481a3f4e mypy-0.901.tar.gz
+4f6aea12ebf009808eabc66964c5111471c34fc2bc68d9cf64ab5feb4e092097ee5572355f585a3149880b16269436f76ddb1a01027082e0451bc1c16e8bf33e mypy-0.902.tar.gz
"