mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: lttng-modules: Update to 2.13.14.
* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.14. Change-Id: I4013100fa0bc0446724b217f4b6561abceebf36b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0b32f462c5
commit
320a957c84
1 changed files with 2 additions and 2 deletions
|
@ -348,14 +348,14 @@ (define-public libpatch
|
|||
(define-public lttng-modules
|
||||
(package
|
||||
(name "lttng-modules")
|
||||
(version "2.13.10")
|
||||
(version "2.13.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://lttng.org/files/lttng-modules/"
|
||||
"lttng-modules-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"19xh8nm19vx6c2i1adqpa8q2xsvxn59qxa6z186iywbhr0dgpaqk"))))
|
||||
"19jx1yz1hsbr4vwfp2nr6z52a5g50iimaak962k49diay5zryi66"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue