gnu: lttng-ust: Update to 2.13.8.

* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.8.

Change-Id: If2cf30c865a07250a6db28f69f5184f6749751fc
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Olivier Dion 2024-09-01 18:11:12 -04:00 committed by Ludovic Courtès
parent 320a957c84
commit 1a4024c54d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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