From 7a897938381209deff940de220cae4fa1adc22d0 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 26 Apr 2021 12:38:11 +0200 Subject: [PATCH] python-socketio: update to version 5.2.1 Signed-off-by: Jan Pavlinec --- lang/python/python-socketio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-socketio/Makefile b/lang/python/python-socketio/Makefile index b80eaaaae..8e19f41ec 100644 --- a/lang/python/python-socketio/Makefile +++ b/lang/python/python-socketio/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-socketio -PKG_VERSION:=5.1.0 +PKG_VERSION:=5.2.1 PKG_RELEASE:=1 PYPI_NAME:=python-socketio -PKG_HASH:=338cc29abb6f3ca14c88f1f8d05ed27c690df4648f62062b299f92625bbf7093 +PKG_HASH:=356a8a480fa316295b439d63a5f35a7a59fe65cee1ae35dee28e87d00e5aead6 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT