diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-10-28 10:31:07 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-10-29 09:56:52 -0700 |
commit | dba6b95c95a43418394c29578108d73b382c7e7c (patch) | |
tree | 2789e0391625fa5b4661ab2ea3f1d194bf6dcf8d | |
parent | 6f320da5266cb7d77488a7ed7520756f728f4895 (diff) |
python-attrs: Update to 18.2.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-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 d76a78347..8482486d8 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:=18.1.0 +PKG_VERSION:=18.2.0 PKG_RELEASE:=1 PKG_SOURCE:=attrs-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/a/attrs -PKG_HASH:=e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b +PKG_HASH:=10cbf6e27dbce8c30807caf056c8eb50917e0eaafe86347671b57254006c3e69 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-attrs-$(PKG_VERSION) |