diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-10-21 04:43:23 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-10-21 21:10:04 +0800 |
commit | f2d744d31af088a3e66813d7f81197f3904f2988 (patch) | |
tree | ee7e2401bbb03b3cbb0622b2fc979fa4703503a7 /lang/python/python-attrs | |
parent | a1facd78f6be7b6f93bbea8934f2536b40ae1fcf (diff) |
python-attrs: Update to 19.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-attrs')
-rw-r--r-- | lang/python/python-attrs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-attrs/Makefile b/lang/python/python-attrs/Makefile index fa7c49e36..d784a53f3 100644 --- a/lang/python/python-attrs/Makefile +++ b/lang/python/python-attrs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-attrs -PKG_VERSION:=19.2.0 +PKG_VERSION:=19.3.0 PKG_RELEASE:=1 PKG_SOURCE:=attrs-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/a/attrs -PKG_HASH:=f913492e1663d3c36f502e5e9ba6cd13cf19d7fab50aa13239e420fef95e1396 +PKG_HASH:=f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-attrs-$(PKG_VERSION) |