gnu: traceroute: Update to 2.1.2.
* gnu/packages/networking.scm (traceroute): Update to 2.1.2.
This commit is contained in:
parent
a18d57d1f8
commit
708f62bc1c
@ -4199,7 +4199,7 @@ network. This must be enabled on the target host, usually in the BIOS.")
|
||||
(define-public traceroute
|
||||
(package
|
||||
(name "traceroute")
|
||||
(version "2.1.0")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@ -4207,7 +4207,7 @@ network. This must be enabled on the target host, usually in the BIOS.")
|
||||
"traceroute-" version "/traceroute-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dh32vcfawkl1p9g4ral1p0camds4paqr8db1kaqxwyk6hmd4s9n"))))
|
||||
(base32 "07svkglyizxirgcmv6d4ih59f3ds8pnyprvkrqcf5d3p567jcz2h"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
Loading…
Reference in New Issue
Block a user