mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libmbim: Don't use NAME in source URI.
* gnu/packages/freedesktop.scm (libmbim)[source]: Hard-code NAME.
This commit is contained in:
parent
b243d2f7d3
commit
351c804217
1 changed files with 2 additions and 2 deletions
|
@ -924,8 +924,8 @@ (define-public libmbim
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://www.freedesktop.org/software/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"https://www.freedesktop.org/software/libmbim/"
|
||||
"libmbim-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))
|
||||
|
|
Loading…
Reference in a new issue