guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: fping: Update to 5.0.


From: guix-commits
Subject: 08/10: gnu: fping: Update to 5.0.
Date: Tue, 11 Aug 2020 10:27:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fa5e2f26d178bed8b5455588cdc6a316c929bb82
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 06:06:48 2020 +0200

    gnu: fping: Update to 5.0.
    
    * gnu/packages/networking.scm (fping): Update to 5.0.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ca0f171..9a88535 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -985,14 +985,14 @@ network frames.")
 (define-public fping
   (package
     (name "fping")
-    (version "4.4")
+    (version "5.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://fping.org/dist/fping-";
                            version ".tar.gz"))
        (sha256
-        (base32 "049dnyr6d869kwrnfhkj3afifs3219fy6hv7kmsb3irdlmjlp1cz"))))
+        (base32 "1f2prmii4fyl44cfykp40hp4jjhicrhddh9v3dfs11j6nsww0f7d"))))
     (build-system gnu-build-system)
     (home-page "https://fping.org/";)
     (synopsis "Send ICMP ECHO_REQUEST packets to network hosts")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]