aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2021-12-31 12:38:05 +0100
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2021-12-31 12:38:05 +0100
commit79d3401c6fee1bfb943b636c95a8d7804b4dc468 (patch)
treed458bab680a6beb41522210e0bf0bf122d67bf32
parente9731ff6b4cb486886c398beb4c1b5c2619b25b3 (diff)
python-markdown: update to version 3.3.6
- Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
-rw-r--r--lang/python/python-markdown/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-markdown/Makefile b/lang/python/python-markdown/Makefile
index ae97cdd45..d6ce6836c 100644
--- a/lang/python/python-markdown/Makefile
+++ b/lang/python/python-markdown/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2019-2O20 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
+# Copyright (C) 2019-2O21 CZ.NIC, z. s. p. o. (https://www.nic.cz/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-markdown
-PKG_VERSION:=3.3.3
+PKG_VERSION:=3.3.6
PKG_RELEASE:=1
PYPI_NAME:=Markdown
-PKG_HASH:=5d9f2b5ca24bc4c7a390d22323ca4bad200368612b5aaa7796babf971d2b2f18
+PKG_HASH:=76df8ae32294ec39dcf89340382882dfa12975f87f45c3ed1ecdb1e8cefc7006
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
PKG_LICENSE:=BSD-3-Clause