mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user