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 9cc312378a..3761786d9f 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=1.5.7 +pkgver=1.5.10 pkgrel=0 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet" url="http://www.grantjenks.com/docs/sortedcontainers/" @@ -43,4 +43,4 @@ _py3() { _py python3 } -sha512sums="9b6aef9c95c5543e06e7ee8bd89f86de7ce8f5b518663256113fdbbbd5a9f800c2e9f0ad993acc497f78ae665dd8473369912b3780df565403aee1c519b72814 sortedcontainers-1.5.7.tar.gz" +sha512sums="22ec92d9d7dc44159f47be9b028cc468637cae68d4702fff87e8531a155d56bb031b32c77efcc6f839ead19d27471cb80660fe990b3d424ed1fe58178ee803b8 sortedcontainers-1.5.10.tar.gz" |