diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-01-07 21:40:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 21:40:50 +0100 |
commit | bcc7f0c55bf794e28d6d0f842e7af14b2b85080f (patch) | |
tree | 5b1931059ae309b393e10484fb50ee8bbb8add0c /lang/python | |
parent | 8bf6a355d4cc77e1bed7e9e46d4fc67de757edf1 (diff) | |
parent | 8a10f6976138e7a27259b480aa245578a1c84136 (diff) |
Merge pull request #17492 from jefferyto/python-attrs-21.4.0
python-attrs: Update to 21.4.0
Diffstat (limited to 'lang/python')
-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 4da548379..f21a4ec37 100644 --- a/lang/python/python-attrs/Makefile +++ b/lang/python/python-attrs/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-attrs -PKG_VERSION:=21.2.0 +PKG_VERSION:=21.4.0 PKG_RELEASE:=1 PYPI_NAME:=attrs -PKG_HASH:=ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb +PKG_HASH:=626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |