me
/
guix
Archived
1
0
Fork 0

gnu: mtr: Update to 0.94.

* gnu/packages/networking.scm (mtr): Update to 0.94.
master
Tobias Geerinckx-Rice 2020-09-30 19:43:36 +02:00
parent 737875b408
commit 36bb10d678
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2661,14 +2661,14 @@ can be whipped up with little effort.")
(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)