[PATCH] gnu: dhcpcd: Update to 10.2.2.

  • Open
  • quality assurance status badge
Details
One participant
  • Ashish SHUKLA
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal

Debbugs page

Ashish SHUKLA wrote 1 weeks ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
6b06997d3ec4909bfb55b136432b231c2be72ec5.1741644476.git.ashish.is@lostca.se
* gnu/packages/admin.scm (dhcpcd): Update to 10.2.2.

Change-Id: Ib2ee6a44be8964e0753f34d0b456307a7e0a7de7
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 85545fc1d4..fe986fb6bb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1831,7 +1831,7 @@ (define-public isc-dhcp
(define-public dhcpcd
(package
(name "dhcpcd")
- (version "10.2.1")
+ (version "10.2.2")
(source
(origin
(method git-fetch)
@@ -1840,7 +1840,7 @@ (define-public dhcpcd
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "038ycdflmj4dyrvh5gy3qz5781hs5ks088a0f0k348rcqf5ibps4"))))
+ (base32 "1s8m0ldrj7lwkbic4fvg7kcq7sll2lh4fivzv7xz9n2vgh3wrx1h"))))
(inputs (list bash-minimal coreutils-minimal eudev sed))
(build-system gnu-build-system)
(arguments

base-commit: 001d6121d8c6af50796b5359fda16f2f62ce203a
--
2.48.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76927@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76927
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help