gnu: dhcpcd: Update to 10.2.1.

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

Change-Id: I5dfc8bf4fb2ee1cf1d7ea758dd1012f6247f939b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA 2025-02-25 10:42:23 +01:00 committed by Ludovic Courtès
parent c3dd3b8465
commit 3b78990510
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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