3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Tobias Geerinckx-Rice 2019-02-17 19:22:39 +01:00
parent d4c0053e55
commit a446993674
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -929,8 +929,8 @@ Microsoft cabinet (.@dfn{CAB}) files.")
(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"))))