me
/
guix
Archived
1
0
Fork 0

gnu: mtr: Update to 0.95.

* gnu/packages/networking.scm (mtr): Update to 0.95.
master
Tobias Geerinckx-Rice 2022-01-16 01:00:01 +01:00
parent 4acf325150
commit 501d26650f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2829,14 +2829,14 @@ can be whipped up with little effort.")
(define-public mtr
(package
(name "mtr")
(version "0.94")
(version "0.95")
(source
(origin
(method url-fetch)
(uri (string-append "ftp://ftp.bitwizard.nl/mtr/"
"mtr-" version ".tar.gz"))
(sha256
(base32 "1glxvlqskcmjkxlqk9i12hcfaxb389cx2n8ji7776gmix3aq4z1z"))))
(base32 "0haanralbvd12pvkyihgkmx9ld74dnzm1s7mzparfandl416ibff"))))
(build-system gnu-build-system)
(inputs
(list libcap ncurses))