guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 17b55ea6789cfd3b1cfd5897ca6d990544c66975
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Nov 12 17:48:13 2025 +0000

    gnu: liburing: Update to 2.12.
    
    * gnu/packages/linux.scm (liburing): Update to 2.12.
    
    Change-Id: I3fa31420c6336eda511225fba81a24f9f412d80c
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ed43e2dd19..0d6b245aa8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11914,7 +11914,7 @@ then IP sets may be the proper tool for you.")
 (define-public liburing
   (package
     (name "liburing")
-    (version "2.8")
+    (version "2.12")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -11923,7 +11923,7 @@ then IP sets may be the proper tool for you.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1skzzdb769jm8p098k292maqycfchpz16mqm6ml8sfzkq2hfck6p"))))
+                "0vz3p7g0nzcg5bag7kqkdncigl9nc0vrzm07l8yww2gb529k6hxh"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Tests are dependent on kernel version and features

Reply via email to