diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-19 18:18:33 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-19 18:18:33 +0000 |
commit | cbff7cb1eda69cf3442bef0d77e903ec9cd8f050 (patch) | |
tree | ea50b99a3047b6ea20d48ea396d075d4d5b6358d | |
parent | 341e99d0885ea74aa89e4e16c6c13984cd2a3e65 (diff) | |
download | aports-cbff7cb1eda69cf3442bef0d77e903ec9cd8f050.tar.bz2 aports-cbff7cb1eda69cf3442bef0d77e903ec9cd8f050.tar.xz |
community/py-zmq: upgrade to 17.1.0
-rw-r--r-- | community/py-zmq/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-zmq/APKBUILD b/community/py-zmq/APKBUILD index 33994105bd..80ef5a45ef 100644 --- a/community/py-zmq/APKBUILD +++ b/community/py-zmq/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-zmq _pkgname=pyzmq -pkgver=17.0.0 +pkgver=17.1.0 pkgrel=0 pkgdesc="Python bindings for ZeroMQ" url="https://pypi.python.org/pypi/pyzmq" @@ -44,4 +44,4 @@ _py3() { } -sha512sums="e7e9bd402b12ea4ef94740cc60db8481b0a873e0038fbeb80bc03f985c2bd6eab73ebaea41fb8cee277a8f4e6859baac4c8530650d1659c415b1c0eb6042d9a1 pyzmq-17.0.0.tar.gz" +sha512sums="7f1975c4d02e7d47577049da8df84753905d01672d5a244cef2e5b05e0b6fdb22e88cbb36f2e59831e95a8224819183d9a82baf1f9d7f599da61bcbfe2fc23d3 pyzmq-17.1.0.tar.gz" |