aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-12-26 19:40:39 +0200
committerGitHub <noreply@github.com>2018-12-26 19:40:39 +0200
commitb42779ed713db336a977173e4c61adc5f968a9d9 (patch)
tree822c5f985760068e44194e97e3ee6fe5a46bcfe7 /lang
parent3b223870817069cb02920efc43c43107cb887433 (diff)
parent253334011ca66eaeda941ff062ad72404b2a451d (diff)
Merge pull request #7655 from cotequeiroz/pyjwt-1.7.1
pyjwt: bump to version 1.7.1
Diffstat (limited to 'lang')
-rw-r--r--lang/python/pyjwt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyjwt/Makefile b/lang/python/pyjwt/Makefile
index e265979e0..a4153dcc6 100644
--- a/lang/python/pyjwt/Makefile
+++ b/lang/python/pyjwt/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pyjwt
-PKG_VERSION:=1.7.0
+PKG_VERSION:=1.7.1
PKG_RELEASE:=1
PKG_LICENSE:=MIT
PKG_SOURCE:=PyJWT-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/P/PyJWT
-PKG_HASH:=ddec8409c57e9d371c6006e388f91daf3b0b43bdf9fcbf99451fb7cf5ce0a86d
+PKG_HASH:=8d59a976fb773f3e6a39c85636357c4f0e242707394cadadd9814f5cbaa20e96
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-PyJWT-$(PKG_VERSION)
PKG_UNPACK=$(HOST_TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xzf $(DL_DIR)/$(PKG_SOURCE)