diff options
-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 225069a929..d1a171873f 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.4 +pkgver=4.3.9 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="ffe679b96223f5f41d14c61051a875233857f7ccab33211c195ed62b85cc1e9bef0af67f9960e94322fff216c1bfaaa583fbd2ef20e258f90a184a25d011213a isort-4.3.4.tar.gz" +sha512sums="bb6d0fa11097debcf028a473ec2b2a48906b3718de62d66fea6c51bb4b86d4f121002d2305e3efb2115e380fab4f83433c1a09ca93809d93a9d8b13e73aa6479 isort-4.3.9.tar.gz" |