gnu: fping: Update to 4.4.

* gnu/packages/networking.scm (fping): Update to 4.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-26 15:44:59 +02:00
parent 5292f74284
commit feac55dd58
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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