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