1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-markdown: Update to 3.10.

* gnu/packages/python-xyz.scm (python-markdown): Update to 3.10.

Change-Id: I04ef516bbe82bc9fc6fa813d2104e89564219620
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Andreas Enge
2025-12-11 11:38:50 +01:00
parent 73fcd73aeb
commit 0f4ffa74ef

View File

@@ -16491,14 +16491,14 @@ Python.")
(define-public python-markdown
(package
(name "python-markdown")
(version "3.8.2")
(version "3.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "markdown" version))
(sha256
(base32
"0ibw4didlgfffpzc807rak96df3mwqijbrhw8dkpzqhjvmq9lyr4"))))
"03lcnvr39pmfiids6jdr1iwwr0hg62m0zf7g5arvdcm4597js1ip"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pyyaml