diff options
Diffstat (limited to 'testing/py3-python-stdnum')
-rw-r--r-- | testing/py3-python-stdnum/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-python-stdnum/APKBUILD b/testing/py3-python-stdnum/APKBUILD index 3c45b656bc..5aae70a233 100644 --- a/testing/py3-python-stdnum/APKBUILD +++ b/testing/py3-python-stdnum/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-python-stdnum _pkgname=python-stdnum -pkgver=1.12 +pkgver=1.13 pkgrel=0 pkgdesc="Python module to handle standardized numbers and codes" url="https://arthurdejong.org/python-stdnum" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7eefc997494f538cddda8a6ca60d60c52e35f53023edd69b540c3f1aded00d795741ef429f84be6637e737e031b0ca771d4c1a060c94c90d7aa4144cdb0a536f python-stdnum-1.12.tar.gz" +sha512sums="91bc476c0fec49627b772c43f031bcdfea044385256817d76a2fcff3aa76f26e85d308aab5262a682d54f67a1851907074b21d260e687f81c733326c40a0e0cf python-stdnum-1.13.tar.gz" |