diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:05 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:43 +0100 |
| commit | e1641baad688ff2acd244db33ccac171377a171d (patch) | |
| tree | cd7231e7046202e30794310afce55b434a341b31 | |
| parent | 7a1e6249522150ed821f50ace38a5449460a2eb3 (diff) | |
gnu: liburing: Update to 2.8.
* gnu/packages/linux.scm (liburing): Update to 2.8.
| -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 dbe2e02934f..574b282fc0f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -10597,7 +10597,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 @@ -10606,7 +10606,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 |
