diff options
-rw-r--r-- | community/py-msgpack/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-msgpack/APKBUILD b/community/py-msgpack/APKBUILD index 230ad25e5d..102706f028 100644 --- a/community/py-msgpack/APKBUILD +++ b/community/py-msgpack/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-msgpack _pkgname=msgpack-python -pkgver=0.5.5 +pkgver=0.5.6 pkgrel=0 pkgdesc="A Python module for MessagePack serialization/deserialization" url="https://msgpack.org/" @@ -50,4 +50,4 @@ _py3() { _py python3 } -sha512sums="c4c81497fee5e3279b603b89fd992cf98b4ca394592d467d25b39c02857328289720e8a96640e2a69bf7504b6bac4c3841125599d28a9a62d50a076fe53a66ef msgpack-python-0.5.5.tar.gz" +sha512sums="301025ea37ff5485987c51c6e781d1dd184158ec501259d43a58ce9e599f2057489919f664348958be8171a90270c21aec69430e0b1a8a0e6f36ee2e5303c242 msgpack-python-0.5.6.tar.gz" |