diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-03-21 21:48:17 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-03-21 21:52:03 +0200 |
commit | a3b3a8ec3945c2c16fcc210aad49e02c12413be6 (patch) | |
tree | 58e2dea4f5c9cc6dd98c6e93deea688c15de6193 /community/py-prompt_toolkit | |
parent | 40ffb37bb2ac5dcd377b23897c624b0462eea2e5 (diff) | |
download | aports-a3b3a8ec3945c2c16fcc210aad49e02c12413be6.tar.bz2 aports-a3b3a8ec3945c2c16fcc210aad49e02c12413be6.tar.xz |
community/py-prompt_toolkit: upgrade to 2.0.9
Diffstat (limited to 'community/py-prompt_toolkit')
-rw-r--r-- | community/py-prompt_toolkit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-prompt_toolkit/APKBUILD b/community/py-prompt_toolkit/APKBUILD index 966d25c6a4..a9808296cd 100644 --- a/community/py-prompt_toolkit/APKBUILD +++ b/community/py-prompt_toolkit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=py-prompt_toolkit _pkgname=prompt_toolkit -pkgver=2.0.7 +pkgver=2.0.9 pkgrel=0 pkgdesc="Library for building powerful interactive command lines in Python" url="https://pypi.python.org/pypi/prompt_toolkit" @@ -51,4 +51,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="4ea8102a50290878248ccc2119eb2b5ae50ad58f466510f8328bc172942f5417abde24393958c910ae0ab2ea4a8caff049b6e7acd8d94e9dbeb97b36c6e2191e py-prompt_toolkit-2.0.7.tar.gz" +sha512sums="8fd0f8f2d05ba81dbdd02e2885652dc8d4e756d3cfc57646328c6ebc3e0e38242604cadc72c7f2479850800c8f0e9f555ffab33df3061800f9a99744d857afd3 py-prompt_toolkit-2.0.9.tar.gz" |