This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch ungraft
in repository guix.
The following commit(s) were added to refs/heads/ungraft by this push:
new 1c4ea48d6b gnu: python-markdown: Update to 3.10.
1c4ea48d6b is described below
commit 1c4ea48d6b83035cd1ca82c9aa907312fb7b8aeb
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Dec 11 11:38:50 2025 +0100
gnu: python-markdown: Update to 3.10.
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.10.
Change-Id: I04ef516bbe82bc9fc6fa813d2104e89564219620
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c1998f4e5d..b1f3454c4c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16454,14 +16454,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