gnu: fping: Update to 4.1.
* gnu/packages/networking.scm (fping): Update to 4.1.
This commit is contained in:
parent
fce2254711
commit
8fa361ce63
|
@ -651,7 +651,7 @@ network frames.")
|
||||||
(define-public fping
|
(define-public fping
|
||||||
(package
|
(package
|
||||||
(name "fping")
|
(name "fping")
|
||||||
(version "4.0")
|
(version "4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -659,7 +659,7 @@ network frames.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kp81wchi79l8z8rrj602fpjrd8bi84y3i7fsaclzlwap5943sv7"))))
|
"0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://fping.org/")
|
(home-page "http://fping.org/")
|
||||||
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
|
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
|
||||||
|
|
Loading…
Reference in New Issue