3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: fping: Update to 4.1.

* gnu/packages/networking.scm (fping): Update to 4.1.
This commit is contained in:
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

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")