guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: liburing: Update to 2.2.


From: guix-commits
Subject: 03/16: gnu: liburing: Update to 2.2.
Date: Tue, 9 Aug 2022 18:29:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 78c917e9a4aeb73ff332bee65f416b3677cd4f24
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 9 22:16:24 2022 +0200

    gnu: liburing: Update to 2.2.
    
    * gnu/packages/linux.scm (liburing): Update to 2.2.
---
 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 48e58c035d..5a9dbb35b8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9147,7 +9147,7 @@ then IP sets may be the proper tool for you.")
 (define-public liburing
   (package
     (name "liburing")
-    (version "0.7")
+    (version "2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9156,7 +9156,7 @@ then IP sets may be the proper tool for you.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15z44l7y4c6s6dlf7v8lq4znlsjbja2r4ifbni0l8cdcnq0w3zh3"))))
+                "1677zqqbd9nw9hrdaxqbd1zwy54cxfsv2z0bjipn23mrkz2xzy1k"))))
     (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]