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