me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 2 additions and 2 deletions

View File

@ -341,14 +341,14 @@ many probes which instrument numerous interesting parts of Linux.")
(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))