mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: fping: Update to 5.1.
* gnu/packages/networking.scm (fping): Update to 5.1.
This commit is contained in:
parent
b38ce8489f
commit
8863395217
1 changed files with 2 additions and 2 deletions
|
@ -1594,14 +1594,14 @@ (define-public wireshark
|
|||
(define-public fping
|
||||
(package
|
||||
(name "fping")
|
||||
(version "5.0")
|
||||
(version "5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://fping.org/dist/fping-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1f2prmii4fyl44cfykp40hp4jjhicrhddh9v3dfs11j6nsww0f7d"))))
|
||||
(base32 "1zh9fkyn0bixgn77v9z6ayv446nqwx960hmly9m68xix0s62dr8y"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:configure-flags '("--enable-ipv6")))
|
||||
(home-page "https://fping.org/")
|
||||
|
|
Loading…
Reference in a new issue