Browse Source
Merge pull request #13268 from ja-pa/python-more-itertools-8.5.0
python-more-itertools: update to version 8.5.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-more-itertools/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-more-itertools |
|
|
|
PKG_VERSION:=8.4.0 |
|
|
|
PKG_VERSION:=8.5.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=more-itertools |
|
|
|
PKG_HASH:=68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5 |
|
|
|
PKG_HASH:=6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|