gnu: mtr: Update to 0.94.

* gnu/packages/networking.scm (mtr): Update to 0.94.
This commit is contained in:
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

View file

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