mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: mtr: Update to 0.93.
* gnu/packages/networking.scm (mtr): Update to 0.93. [native-inputs]: Remove now-unnecessary autoconf.
This commit is contained in:
parent
fc1ca29da3
commit
a36eba4716
1 changed files with 2 additions and 5 deletions
|
@ -1947,21 +1947,18 @@ (define-public libnet
|
|||
(define-public mtr
|
||||
(package
|
||||
(name "mtr")
|
||||
(version "0.92")
|
||||
(version "0.93")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "ftp://ftp.bitwizard.nl/" name "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "10j3ds3p27jygys4x08kj8fi3zlsgiv72xsfazkah6plwawrv5zj"))))
|
||||
(base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libcap" ,libcap)
|
||||
("ncurses" ,ncurses)))
|
||||
(native-inputs
|
||||
;; The 0.92 release tarball still requires the ‘autoheader’ tool.
|
||||
`(("autoconf" ,autoconf)))
|
||||
(arguments
|
||||
`(#:tests? #f)) ; tests require network access
|
||||
(home-page "https://www.bitwizard.nl/mtr/")
|
||||
|
|
Loading…
Reference in a new issue