diff options
| author | Evgeny Pisemsky <mail@pisemsky.site> | 2026-03-09 13:50:19 +0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-12 19:18:15 +0000 |
| commit | f3e14dfa74f01ea6f3adf2275269b4429ded73dd (patch) | |
| tree | db4b52f5411ab9046e88e6f408b062b207e5b6e2 /gnu | |
| parent | 8a0495b6da85367375c52a803634485cac0c4b39 (diff) | |
gnu: python-mkdocs-material: Switch to git-fetch.
* gnu/packages/python-xyz.scm (python-mkdocs-material)
[source]: Switch to git-fetch.
Change-Id: I54f0236e716f6f4c56fc11c639f64b26c87fc5f7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 190b68876cc..2d148021002 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4017,11 +4017,13 @@ commits.") (version "7.3.6") (source (origin - (method url-fetch) - (uri - (pypi-uri "mkdocs-material" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/squidfunk/mkdocs-material") + (commit version))) + (file-name (git-file-name name version)) (sha256 - (base32 "05y2qx01qqpc04iq1bbzcsaiq51zvg2samdgjf6kb2shya7bs78v")) + (base32 "06ghwidcdqimx6jc6yz1zdbyc8rqklkwj5h5cxsihazh0f52fivk")) (modules '((guix build utils))) (snippet ;; TODO There are still bundled assets and minified JS. |
