guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: fping: Update to 4.3.


From: guix-commits
Subject: 01/03: gnu: fping: Update to 4.3.
Date: Mon, 13 Jul 2020 14:02:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 62cf0cfda33edec96283cf236bddbe7181de9052
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 13 19:48:54 2020 +0200

    gnu: fping: Update to 4.3.
    
    * gnu/packages/networking.scm (fping): Update to 4.3.
---
 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 53599fe..4171cdc 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.2")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://fping.org/dist/fping-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0jmnf4vmr43aiwk3h2b5qdsb95gxar8gz1yli8fswnm9nrs9ccvx"))))
+        (base32 "0b9ppwibc0dx2ns95m0z1b28939af1c8yvgjbhnr9f7p8bl0l14j"))))
     (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]