guix_mirror_bot pushed a commit to branch libnl
in repository guix.

commit 7ef6fb7ea3171ba66b55df2ed5d855884d098cc6
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Feb 19 10:55:53 2026 +0100

    gnu: libnl: Update to 3.12.0.
    
    * gnu/packages/linux.scm (libnl): Update to 3.12.0.
    
    Change-Id: I3bfc0e8b6e63f43addf28966abd49fd42588888c
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5310d1bd9b..a8ca176295 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4944,7 +4944,7 @@ transparently through a bridge.")
 (define-public libnl
   (package
     (name "libnl")
-    (version "3.7.0")
+    (version "3.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4953,7 +4953,7 @@ transparently through a bridge.")
                     "/libnl-" version ".tar.gz"))
               (sha256
                (base32
-                "0faryrbvp0x4s2zhg5d78vd5q4w34lrr736gpm9wcwpaxv5krr4z"))))
+                "066xq01y2mx0xi7bwa5y6ciw1ygla15qdlzzyvyzb8zijrqwllgw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)
@@ -4968,7 +4968,7 @@ transparently through a bridge.")
                  (string-join (string-split version #\.) "_")
                  "/libnl-doc-" version ".tar.gz"))
            (sha256
-            (base32 
"1ra8xdf06q9hlsrnc1yz67xkp4kd9sd27ff02mlixixnyyjp32sp"))))))
+            (base32 
"18f14pdycghy6fcd27faqgh19zpam6b45s8bgsk85kb9wwzq3yd4"))))))
     (outputs `("out" "doc"))
     (arguments
      `(#:phases

Reply via email to