1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-25 19:50:30 +02:00

gnu: fping: Update to 4.3.

* gnu/packages/networking.scm (fping): Update to 4.3.
This commit is contained in:
Tobias Geerinckx-Rice
2020-07-13 19:48:54 +02:00
parent b418a0b07b
commit 62cf0cfda3

View File

@@ -985,14 +985,14 @@ network frames.")
(define-public fping
(package
(name "fping")
(version "4.2")
(version "4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://fping.org/dist/fping-"
version ".tar.gz"))
(sha256
(base32 "0jmnf4vmr43aiwk3h2b5qdsb95gxar8gz1yli8fswnm9nrs9ccvx"))))
(base32 "0b9ppwibc0dx2ns95m0z1b28939af1c8yvgjbhnr9f7p8bl0l14j"))))
(build-system gnu-build-system)
(home-page "https://fping.org/")
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts")