diff options
| author | luca <luca.kredel@web.de> | 2025-11-21 00:00:35 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-21 10:09:51 +0100 |
| commit | 93fe08fa2115ffdd49629e0f4fab0e786e2b3a02 (patch) | |
| tree | f8f3703bd657ffa909fbc4594d22f701f2a1b00a | |
| parent | 0f8bb1dd3b56110795449886e61668891dc8e07e (diff) | |
gnu: liburing: Update to 2.12.
* gnu/packages/linux.scm (liburing): Update to 2.12.
Change-Id: Ifba37f268215f5e91fb5415575762791fb916c28
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -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 ed43e2dd199..0d6b245aa84 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 |
