guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: fping: Update to 4.1.


From: Tobias Geerinckx-Rice
Subject: 01/12: gnu: fping: Update to 4.1.
Date: Sun, 23 Sep 2018 18:34:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8fa361ce63235335e266cb5ff21bf9da73f4d8dd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 24 00:23:19 2018 +0200

    gnu: fping: Update to 4.1.
    
    * gnu/packages/networking.scm (fping): Update to 4.1.
---
 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 abc616d..d1765cc 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -651,7 +651,7 @@ network frames.")
 (define-public fping
   (package
     (name "fping")
-    (version "4.0")
+    (version "4.1")
     (source
      (origin
        (method url-fetch)
@@ -659,7 +659,7 @@ network frames.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "1kp81wchi79l8z8rrj602fpjrd8bi84y3i7fsaclzlwap5943sv7"))))
+         "0wxbvm480vij8dy4v1pi8f0c7010rx6bidg3qhsvkdf2ijhy4cr7"))))
     (build-system gnu-build-system)
     (home-page "http://fping.org/";)
     (synopsis "Send ICMP ECHO_REQUEST packets to network hosts")



reply via email to

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