python-mistune: bump to version 0.7.2

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yegor Yefremov
2016-03-16 16:41:49 +01:00
committed by Peter Korsgaard
parent 7e7def1665
commit b5a2d2df19
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
PYTHON_MISTUNE_VERSION = 0.7.1
PYTHON_MISTUNE_VERSION = 0.7.2
PYTHON_MISTUNE_SOURCE = mistune-$(PYTHON_MISTUNE_VERSION).tar.gz
PYTHON_MISTUNE_SITE = http://pypi.python.org/packages/source/m/mistune
PYTHON_MISTUNE_LICENSE = BSD-3c