lilyp pushed a commit to branch gnome-team
in repository guix.

commit 899bd926ea76a0456c04b78eaaa8ed57d31efa26
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:05 2025 +0100

    gnu: liburing: Update to 2.8.
    
    * gnu/packages/linux.scm (liburing): Update to 2.8.
---
 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 5c48aa7320..9e34c94b60 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10568,7 +10568,7 @@ then IP sets may be the proper tool for you.")
 (define-public liburing
   (package
     (name "liburing")
-    (version "2.3")
+    (version "2.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10577,7 +10577,7 @@ then IP sets may be the proper tool for you.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ngg5640adlinkal8b28x5snrbab9yr8jw1w539h39k4pqnsbpmw"))))
+                "1skzzdb769jm8p098k292maqycfchpz16mqm6ml8sfzkq2hfck6p"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Tests are dependent on kernel version and features

Reply via email to