gnu: lttng-modules: Update to 2.13.5.
* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
41b30f40be
commit
013545cc84
@ -210,14 +210,14 @@ with the script @command{flamegraph.pl} and many stackcollapse scripts.")
|
|||||||
(define-public lttng-modules
|
(define-public lttng-modules
|
||||||
(package
|
(package
|
||||||
(name "lttng-modules")
|
(name "lttng-modules")
|
||||||
(version "2.13.4")
|
(version "2.13.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://lttng.org/files/lttng-modules/"
|
(uri (string-append "https://lttng.org/files/lttng-modules/"
|
||||||
"lttng-modules-" version ".tar.bz2"))
|
"lttng-modules-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vm9nnjvid7acsvgwnjyxd60ih9rmbhnfjldxip58n8x9q7d0nb1"))))
|
"0277yfp57psnvn5g40mk09zryp0r4saynns213qak18fv0l39szc"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user