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:
fanquake 2023-07-20 11:21:19 +01:00 committed by Ludovic Courtès
parent 54ca9ce01f
commit f313a5116f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -341,14 +341,14 @@ (define-public lttng-modules
(define-public lttng-ust
(package
(name "lttng-ust")
(version "2.13.4")
(version "2.13.6")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-ust/"
"lttng-ust-" version ".tar.bz2"))
(sha256
(base32
"165kz3zsklynkxdkcbkwhw7cccdgmgmld35h1cf9hvn5bpn853v9"))))
"1mffy0fmr8h8kfghjadxa7nhzfwxjh7h1k97kslpmb3kvnb4bq77"))))
(build-system gnu-build-system)
(inputs
(list numactl))