diff options
-rw-r--r-- | testing/py-sortedcontainers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-sortedcontainers/APKBUILD b/testing/py-sortedcontainers/APKBUILD index eb7e47d35e..f1e4b67ccd 100644 --- a/testing/py-sortedcontainers/APKBUILD +++ b/testing/py-sortedcontainers/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=py-sortedcontainers _pkgname=sortedcontainers -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=0 pkgdesc="Python library for sorting collections and containers" url="http://www.grantjenks.com/docs/sortedcontainers" @@ -49,4 +49,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="7afe0f3b56dd8815d1349f3175f5e3906d2cb20f348f873d4877eb2f1c863daa5efd7d5fe8f225d104ad15d3250b8f961ab93bc9594fc6271120d7cfc01226eb sortedcontainers-2.0.3.tar.gz" +sha512sums="e6adde0bd0983d537823c50c8e862cc6dae2ae4b4d9a84e1ca78637825a14b64519764cf5b8981365d193797ff8b8fa830fddcd7f757244ff9bedb34e932b736 sortedcontainers-2.0.4.tar.gz" |