python/Pygments: Updated for version 2.7.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 14:53:09 -07:00 committed by Willy Sudiarto Raharjo
parent 0bbff74597
commit 2f0e4f81b9
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Pygments
VERSION=${VERSION:-2.5.2}
VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="Pygments"
VERSION="2.5.2"
VERSION="2.7.2"
HOMEPAGE="https://pygments.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-2.5.2.tar.gz"
MD5SUM="465a35559863089d959d783a69f79b9f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-2.7.2.tar.gz"
MD5SUM="cc5a6c0f34a958f879852d957a417742"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"