me
/
guix
Archived
1
0
Fork 0

gnu: mtr: Don't use NAME in source URI.

* gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-12-02 18:28:05 +01:00
parent a36eba4716
commit 3f80d7ced2
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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)