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 caf2e000f8 gnu: libnl: Update to 3.7.0
caf2e000f8 is described below

commit caf2e000f8bf3857403520bc196b61120b3102d7
Author: Andy Tai <[email protected]>
AuthorDate: Wed Jun 14 22:46:00 2023 -0700

    gnu: libnl: Update to 3.7.0
    
    * gnu/packages/linux.scm (libnl): Update to 3.7.0
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 a109e94c47..3e15e2bc02 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4609,7 +4609,7 @@ transparently through a bridge.")
 (define-public libnl
   (package
     (name "libnl")
-    (version "3.5.0")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4618,7 +4618,7 @@ transparently through a bridge.")
                     "/libnl-" version ".tar.gz"))
               (sha256
                (base32
-                "1yh5bqmkivd78x378x34gzb28lvykn6b9k3hgvvpdnj5jpn3689m"))))
+                "0faryrbvp0x4s2zhg5d78vd5q4w34lrr736gpm9wcwpaxv5krr4z"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)
@@ -4633,7 +4633,7 @@ transparently through a bridge.")
                  (string-join (string-split version #\.) "_")
                  "/libnl-doc-" version ".tar.gz"))
            (sha256
-            (base32 
"19p5y8q3cm5wqvamqc4s5syxnnkvzxy3gw8ivxk6fv9ybn8jm35h"))))))
+            (base32 
"1ra8xdf06q9hlsrnc1yz67xkp4kd9sd27ff02mlixixnyyjp32sp"))))))
     (outputs `("out" "doc"))
     (arguments
      `(#:phases

Reply via email to