mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -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
|
(define-public mtr
|
||||||
(package
|
(package
|
||||||
(name "mtr")
|
(name "mtr")
|
||||||
(version "0.92")
|
(version "0.93")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.bitwizard.nl/" name "/"
|
(uri (string-append "ftp://ftp.bitwizard.nl/" name "/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10j3ds3p27jygys4x08kj8fi3zlsgiv72xsfazkah6plwawrv5zj"))))
|
(base32 "03gid8g4r6a9r40855s4345xm1bylj2kfqkicjwxpmvvccyng712"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcap" ,libcap)
|
`(("libcap" ,libcap)
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)))
|
||||||
(native-inputs
|
|
||||||
;; The 0.92 release tarball still requires the ‘autoheader’ tool.
|
|
||||||
`(("autoconf" ,autoconf)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; tests require network access
|
`(#:tests? #f)) ; tests require network access
|
||||||
(home-page "https://www.bitwizard.nl/mtr/")
|
(home-page "https://www.bitwizard.nl/mtr/")
|
||||||
|
|
Loading…
Reference in a new issue