gnu: mtr: Don't use NAME in source URI.
* gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.master
parent
a36eba4716
commit
3f80d7ced2
|
@ -1951,8 +1951,8 @@ can be whipped up with little effort.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.bitwizard.nl/" name "/"
|
(uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
|
||||||
name "-" version ".tar.gz"))
|
"mtr-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
|
(base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Reference in New Issue