1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 09:40:28 +02:00

gnu: fping: Update to 5.2.

* gnu/packages/networking.scm (fping): Update to 5.2.

Change-Id: Icb17dc9705ed62df927452b04d919ab832f9acd0
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Artyom V. Poptsov
2024-08-11 12:15:08 +03:00
committed by Christopher Baines
parent 6ef33948be
commit 9f5902fc22

View File

@@ -1848,14 +1848,14 @@ network frames.")
(define-public fping
(package
(name "fping")
(version "5.1")
(version "5.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://fping.org/dist/fping-"
version ".tar.gz"))
(sha256
(base32 "1zh9fkyn0bixgn77v9z6ayv446nqwx960hmly9m68xix0s62dr8y"))))
(base32 "0bz4n0c4p5v8yh1fzvfvbbydpg4vy6krligpw5vbpc1zsw82ssd7"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-ipv6")))
(home-page "https://fping.org/")