mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: libebml: Don't use NAME in source URI.
* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
This commit is contained in:
parent
62321a55de
commit
079321fac1
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ things the parser might find in the XML document (like start tags).")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.matroska.org/downloads/"
|
(uri (string-append "https://dl.matroska.org/downloads/libebml/"
|
||||||
name "/" name "-" version ".tar.xz"))
|
"libebml-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))
|
"17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue