From 42a0f8bdf26e703dca369cda8a8fff52728b4fcd Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 11 Jan 2021 13:34:52 +0100 Subject: [PATCH] python-msgpack: update to version 1.0.2 Signed-off-by: Jan Pavlinec --- lang/python/python-msgpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-msgpack/Makefile b/lang/python/python-msgpack/Makefile index 29d443a2d..c872c3e4e 100644 --- a/lang/python/python-msgpack/Makefile +++ b/lang/python/python-msgpack/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-msgpack -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.0.2 PKG_RELEASE:=1 PYPI_NAME:=msgpack -PKG_HASH:=9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0 +PKG_HASH:=fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=Apache-2.0