mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: mtr: Update to 0.94.
* gnu/packages/networking.scm (mtr): Update to 0.94.
This commit is contained in:
parent
737875b408
commit
36bb10d678
1 changed files with 2 additions and 2 deletions
|
@ -2661,14 +2661,14 @@ (define-public libnet
|
||||||
(define-public mtr
|
(define-public mtr
|
||||||
(package
|
(package
|
||||||
(name "mtr")
|
(name "mtr")
|
||||||
(version "0.93")
|
(version "0.94")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
|
(uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
|
||||||
"mtr-" version ".tar.gz"))
|
"mtr-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
|
(base32 "1glxvlqskcmjkxlqk9i12hcfaxb389cx2n8ji7776gmix3aq4z1z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcap" ,libcap)
|
`(("libcap" ,libcap)
|
||||||
|
|
Loading…
Reference in a new issue