GNU bug report logs - #76542
[PATCH] gnu: dhcpcd: Update to 10.2.1.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Tue, 25 Feb 2025 09:43:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ashish.is <at> lostca.se
To: 76542 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#76542] [PATCH] gnu: dhcpcd: Update to 10.2.1.
Date: Tue, 25 Feb 2025 10:42:23 +0100
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

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

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d5e50faa15..dd490d083e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1830,7 +1830,7 @@ (define-public isc-dhcp
 (define-public dhcpcd
   (package
     (name "dhcpcd")
-    (version "10.1.0")
+    (version "10.2.1")
     (source
      (origin
        (method git-fetch)
@@ -1839,7 +1839,7 @@ (define-public dhcpcd
              (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

base-commit: 150df457d1e269790f184510c58d031ee00a9ebb
-- 
2.48.1





This bug report was last modified 73 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.