mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: msitools: Don't use NAME in source URI.
* gnu/packages/package-management.scm (msitools)[source]: Hard-code NAME.
This commit is contained in:
parent
d4c0053e55
commit
a446993674
1 changed files with 2 additions and 2 deletions
|
@ -929,8 +929,8 @@ (define-public msitools
|
|||
(version "0.98")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(uri (string-append "mirror://gnome/sources/msitools/"
|
||||
version "/msitools-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19wb3n3nwkpc6bjr0q3f1znaxsfaqgjbdxxnbx8ic8bb5b49hwac"))))
|
||||
|
|
Loading…
Reference in a new issue