diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-01-09 18:49:21 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2021-01-09 18:49:29 +0100 |
commit | 5fbd256b86b88879b6424e1f51ec22357bf5d4ef (patch) | |
tree | 9dfdd8dd62720ff6045007a0c9bf6050fbfeb6ee /lang/python/python-slugify | |
parent | 0b7e74c90ba138dc553c5a1067664a3bb7e4be3a (diff) |
python-slugify: update to version 4.0.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang/python/python-slugify')
-rw-r--r-- | lang/python/python-slugify/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-slugify/Makefile b/lang/python/python-slugify/Makefile index 906771ebf..3eb2c7afc 100644 --- a/lang/python/python-slugify/Makefile +++ b/lang/python/python-slugify/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-slugify -PKG_VERSION:=4.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=4.0.1 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c +PKG_HASH:=69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |