guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: fping: Update to 4.2.


From: guix-commits
Subject: 09/14: gnu: fping: Update to 4.2.
Date: Sun, 24 Feb 2019 15:29:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bc9c3dc31e32e16a129fd606bafd405ae1ef9fcd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 20:43:10 2019 +0100

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ab25301..0204e79 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -662,15 +662,14 @@ network frames.")
 (define-public fping
   (package
     (name "fping")
-    (version "4.1")
+    (version "4.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://fping.org/dist/fping-";
                            version ".tar.gz"))
        (sha256
-        (base32
-         "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7"))))
+        (base32 "0jmnf4vmr43aiwk3h2b5qdsb95gxar8gz1yli8fswnm9nrs9ccvx"))))
     (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]