mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-25 11:04:05 +02:00
gnu: iputils: Update to 20250605.
* gnu/packages/networking.scm (iputils): Update to 20250605. Closes: guix/guix#4466 Change-Id: If6b9e655c2e522665f4966c624492408c860aa40 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user