guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

39/46: gnu: liburing: Update to 2.3.


From: guix-commits
Subject: 39/46: gnu: liburing: Update to 2.3.
Date: Fri, 16 Dec 2022 21:39:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 69509c56f8c5c031defd52122bf0f71b66e85692
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]