mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-23 18:50:32 +02:00
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>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
8a0495b6da
commit
f3e14dfa74
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user