mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c3dd3b8465
commit
3b78990510
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue