diff options
Diffstat (limited to 'community/py-hglib')
-rw-r--r-- | community/py-hglib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-hglib/APKBUILD b/community/py-hglib/APKBUILD index 197fdf3615..a910d6f89c 100644 --- a/community/py-hglib/APKBUILD +++ b/community/py-hglib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=py-hglib _pkgname=python-hglib -pkgver=2.5 +pkgver=2.6.1 pkgrel=0 pkgdesc="A fast and convenient interface to Mercurial's command server" url="https://pypi.python.org/pypi/python-hglib" @@ -49,4 +49,4 @@ _py3() { _py python3 } -sha512sums="6152094dcace80b6c6b927543d6450ef2eb0bf6ab86de966a025dba12fc0a95910a0aaea7df2491d320c00ee76a4c3f5dfb3cfbdaaaaa6c941a3322c1b0dbab9 python-hglib-2.5.tar.gz" +sha512sums="3895c38d07cf3d66c711ad37d312535d233430938c536c6e8e548c34bbe3deb5a1f3cc5ad05151e28cac86657d7cdb4bc0a55a1ea5f78aa42856b694cfbe8c97 python-hglib-2.6.1.tar.gz" |