all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72571] [PATCH] gnu: fping: Update to 5.2.
@ 2024-08-11  9:15 Artyom V. Poptsov
  2024-08-14 10:16 ` bug#72571: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-08-11  9:15 UTC (permalink / raw)
  To: 72571; +Cc: Artyom V. Poptsov

* gnu/packages/networking.scm (fping): Update to 5.2.

Change-Id: Icb17dc9705ed62df927452b04d919ab832f9acd0
---
 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 b22a755396..7b1adf35e6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1848,14 +1848,14 @@ (define-public wireshark
 (define-public fping
   (package
     (name "fping")
-    (version "5.1")
+    (version "5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://fping.org/dist/fping-"
                            version ".tar.gz"))
        (sha256
-        (base32 "1zh9fkyn0bixgn77v9z6ayv446nqwx960hmly9m68xix0s62dr8y"))))
+        (base32 "0bz4n0c4p5v8yh1fzvfvbbydpg4vy6krligpw5vbpc1zsw82ssd7"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--enable-ipv6")))
     (home-page "https://fping.org/")

base-commit: de714bcb46d61922e0efc10783ea23fb0202f583
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-14 10:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11  9:15 [bug#72571] [PATCH] gnu: fping: Update to 5.2 Artyom V. Poptsov
2024-08-14 10:16 ` bug#72571: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.