python313Packages.markdown: 3.7 -> 3.8

Diff: https://github.com/Python-Markdown/markdown/compare/refs/tags/3.7...3.8

Changelog: https://github.com/Python-Markdown/markdown/blob/refs/tags/3.8/docs/changelog.md
(cherry picked from commit 2ee6323b53)
This commit is contained in:
Robert Schütz
2025-04-11 11:48:40 -07:00
committed by Vladimír Čunát
parent ed542fe4b1
commit bf79f77e17

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "markdown";
version = "3.7";
version = "3.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Python-Markdown";
repo = "markdown";
tag = version;
hash = "sha256-bIBen693MC56k4LZ+8vhbvP+E3myFXoaXpNHOlnIdG8=";
hash = "sha256-H1xvDM2ShiPbfcpW+XGrxCxtaRFVaquuMuGg1RhjeNA=";
};
build-system = [ setuptools ];
@@ -35,7 +35,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "markdown" ];
meta = with lib; {
changelog = "https://github.com/Python-Markdown/markdown/blob/${src.rev}/docs/changelog.md";
changelog = "https://github.com/Python-Markdown/markdown/blob/${src.tag}/docs/changelog.md";
description = "Python implementation of John Gruber's Markdown";
mainProgram = "markdown_py";
homepage = "https://github.com/Python-Markdown/markdown";