diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/py-isort/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-isort/APKBUILD b/community/py-isort/APKBUILD index c6c7d7e99a..225069a929 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.3.3 +pkgver=4.3.4 pkgrel=0 pkgdesc="A Python utility / library to sort Python imports" url="https://github.com/timothycrosley/isort" @@ -50,4 +50,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="2d6e64c2f7e55e6ef3f04b3f391c5cc83c9af4c5830807ebc7c556140fa24c66ba4d11bd4c5f5d7b0f85a810793bd23556a31d2cded68ce00ec492e8290ff55c isort-4.3.3.tar.gz" +sha512sums="ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a isort-4.3.4.tar.gz" |