gnu: fping: Update to 4.1.

* gnu/packages/networking.scm (fping): Update to 4.1.
master
Tobias Geerinckx-Rice 2018-09-24 00:23:19 +02:00
parent fce2254711
commit 8fa361ce63
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -651,7 +651,7 @@ network frames.")
(define-public fping
(package
(name "fping")
(version "4.0")
(version "4.1")
(source
(origin
(method url-fetch)
@ -659,7 +659,7 @@ network frames.")
version ".tar.gz"))
(sha256
(base32
"1kp81wchi79l8z8rrj602fpjrd8bi84y3i7fsaclzlwap5943sv7"))))
"0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7"))))
(build-system gnu-build-system)
(home-page "http://fping.org/")
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts")