mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
||||
(package
|
||||
(name "mtr")
|
||||
(version "0.93")
|
||||
(version "0.94")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
|
||||
"mtr-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
|
||||
(base32 "1glxvlqskcmjkxlqk9i12hcfaxb389cx2n8ji7776gmix3aq4z1z"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libcap" ,libcap)
|
||||
|
|
Loading…
Reference in a new issue