gnu: dhcpcd: Update to 10.2.2.

* gnu/packages/admin.scm (dhcpcd): Update to 10.2.2.

Change-Id: Ib2ee6a44be8964e0753f34d0b456307a7e0a7de7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA 2025-03-10 23:07:56 +01:00 committed by Ludovic Courtès
parent 1a12f8186a
commit 2e942b24c8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1831,7 +1831,7 @@ maintenance releases.")
(define-public dhcpcd (define-public dhcpcd
(package (package
(name "dhcpcd") (name "dhcpcd")
(version "10.2.1") (version "10.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1840,7 +1840,7 @@ maintenance releases.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "038ycdflmj4dyrvh5gy3qz5781hs5ks088a0f0k348rcqf5ibps4")))) (base32 "1s8m0ldrj7lwkbic4fvg7kcq7sll2lh4fivzv7xz9n2vgh3wrx1h"))))
(inputs (list bash-minimal coreutils-minimal eudev sed)) (inputs (list bash-minimal coreutils-minimal eudev sed))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments