Archived
1
0
Fork 0

gnu: fping: Update to 4.2.

* gnu/packages/networking.scm (fping): Update to 4.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-24 20:43:10 +01:00
parent c582ab2a39
commit bc9c3dc31e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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