mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mdx-gh-links: Update to 0.4.
* 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
This commit is contained in:
parent
98d27e7c4e
commit
f3b5a5ead7
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue