summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 21:13:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-20 21:13:27 +0100
commitf3b5a5ead71d3a8eda89e52973867977fd8ec9b5 (patch)
tree372cede2e327d53c1fb193990146f61e0ad0e45c
parent98d27e7c4ef30cf4bdcaae5d69e6441b171bd4cb (diff)
gnu: python-mdx-gh-links: Update to 0.4.python-team
* gnu/packages/python-xyz.scm (python-mdx-gh-links): Update to 0.4. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-setuptools. Change-Id: I98370aabb14c2465f0fed4399d57e87b3f7b0f69
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e415de515..a6ea862239 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3187,15 +3187,16 @@ ports.")
(define-public python-mdx-gh-links
(package
(name "python-mdx-gh-links")
- (version "0.2")
+ (version "0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mdx_gh_links" version))
(sha256
- (base32 "167k1jbp3jifxbnlpi6wy0z1skam7gqv2sixb5bhggb2vypqvysr"))))
- (build-system python-build-system)
+ (base32 "11inr9azx6c174yfikysbw0mx7mpjm03qdqr1am2a510mg1amma1"))))
+ (build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;tests connect github
+ (native-inputs (list python-setuptools))
(propagated-inputs (list python-markdown))
(home-page "https://github.com/Python-Markdown/github-links/")
(synopsis "Python-Markdown extension adding support for shorthand links")