gnu: dhcpcd: Update to 10.1.0.

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

Change-Id: Id99145aa94f25c7920bdee798c70daff915214db
This commit is contained in:
Zheng Junjie 2025-01-26 14:26:46 +08:00
parent b77d0523ed
commit d111f6deb0
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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