From 5318976f8f11463df7741d080ea1cd5e1d364eaa Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 25 Nov 2025 03:10:22 +0100 Subject: [PATCH] gnu: iputils: Update to 20250605. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/networking.scm (iputils): Update to 20250605. Closes: guix/guix#4466 Change-Id: If6b9e655c2e522665f4966c624492408c860aa40 Signed-off-by: 宋文武 --- 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 cba88d47d1508cf4c15ed4b1c8863332df27e889..d7cb0f268e526ac8bff2967897c0ea1566cadef5 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1754,7 +1754,7 @@ intended as a substitute for the PPPStatus and EthStatus projects.") (define-public iputils (package (name "iputils") - (version "20221126") + (version "20250605") (home-page "https://github.com/iputils/iputils") (source (origin (method git-fetch) @@ -1762,7 +1762,7 @@ intended as a substitute for the PPPStatus and EthStatus projects.") (file-name (git-file-name name version)) (sha256 (base32 - "1qfdvr60mlwh5kr4p27wjknz1cvrwfi6iadh9ny45661v22i0njx")))) + "0ypian23hb5rk0d8f9z1qbdy3l5g1g8h18c8pc5l1lixh4y0v600")))) (build-system meson-build-system) (arguments (list