diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-09 22:16:24 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-10 00:29:00 +0200 |
commit | 78c917e9a4aeb73ff332bee65f416b3677cd4f24 (patch) | |
tree | 07b730721fd55ac34615b137fd826dd3017e9489 | |
parent | 6e2f570cded7b932692ece35a879c5d6db255825 (diff) | |
download | guix-78c917e9a4aeb73ff332bee65f416b3677cd4f24.tar.gz guix-78c917e9a4aeb73ff332bee65f416b3677cd4f24.zip |
gnu: liburing: Update to 2.2.
* gnu/packages/linux.scm (liburing): Update to 2.2.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files 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 |