This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cba3a8e976 gnu: wpa-supplicant: Update to 2.11.
cba3a8e976 is described below

commit cba3a8e976bd5cee9d0957b7c762ebda4838f555
Author: Ada Stevenson <[email protected]>
AuthorDate: Wed Mar 4 13:54:13 2026 +0800

    gnu: wpa-supplicant: Update to 2.11.
    
    * gnu/packages/admin.scm (wpa-supplicant): Update to 2.11.
    
    Merges: https://codeberg.org/guix/guix/pulls/6870
    Change-Id: I84e5853f0dc92ad8d1f83f24031cd8df4dd60219
    Reviewed-by: Nguyễn Gia Phong <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 aaa2c2a48e..15d3ce9748 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2608,7 +2608,7 @@ features of sudo with a fraction of the codebase.")
 (define-public wpa-supplicant-minimal
   (package
     (name "wpa-supplicant-minimal")
-    (version "2.10")
+    (version "2.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2616,7 +2616,7 @@ features of sudo with a fraction of the codebase.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0bvvw7bx149a57llzrwzlpggyym84f8jdd4abwsk0f2b2pjpmpr0"))
+                "02pwqwdcirnyfmfzrc0xb66qs8gzrpb6905nzcv8w2p3fips0bli"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to