gnu: lttng-ust: Update to 2.13.6.
* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
54ca9ce01f
commit
f313a5116f
1 changed files with 2 additions and 2 deletions
|
@ -341,14 +341,14 @@ many probes which instrument numerous interesting parts of Linux.")
|
||||||
(define-public lttng-ust
|
(define-public lttng-ust
|
||||||
(package
|
(package
|
||||||
(name "lttng-ust")
|
(name "lttng-ust")
|
||||||
(version "2.13.4")
|
(version "2.13.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://lttng.org/files/lttng-ust/"
|
(uri (string-append "https://lttng.org/files/lttng-ust/"
|
||||||
"lttng-ust-" version ".tar.bz2"))
|
"lttng-ust-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"165kz3zsklynkxdkcbkwhw7cccdgmgmld35h1cf9hvn5bpn853v9"))))
|
"1mffy0fmr8h8kfghjadxa7nhzfwxjh7h1k97kslpmb3kvnb4bq77"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list numactl))
|
(list numactl))
|
||||||
|
|
Reference in a new issue