aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py-isort/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD
index 7695e9cf9db..a80028d525a 100644
--- a/community/py-isort/APKBUILD
+++ b/community/py-isort/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-isort
_pkgname=isort
-pkgver=4.2.13
+pkgver=4.2.14
pkgrel=0
pkgdesc="A Python utility / library to sort Python imports"
url="https://github.com/timothycrosley/isort"
@@ -42,4 +42,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="9f293e480d83499cbb836fad0b67fa16579f8be462cb44c9b259faec70107303e33cb470583b4a44600885813a02b55df6cb3cf1d1b885963d3eaa9859e00078 isort-4.2.13.tar.gz"
+sha512sums="dd72efa8ab39f11c9f140d6b07ce5a95338c193811acd1837fecbfa80565d3182201d3221473b8935399ab5a87c79edec74c0378e19dc5be4bab138b553f4525 isort-4.2.14.tar.gz"