me
/
guix
Archived
1
0
Fork 0

gnu: lttng-ust: Update to 2.13.4.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Olivier Dion 2022-09-16 19:02:38 -04:00 committed by Mathieu Othacehe
parent 013545cc84
commit 6e47d9f6f4
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -234,14 +234,14 @@ many probes which instrument numerous interesting parts of Linux.")
(define-public lttng-ust
(package
(name "lttng-ust")
(version "2.13.3")
(version "2.13.4")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-ust/"
"lttng-ust-" version ".tar.bz2"))
(sha256
(base32
"0vwgxp027pgwm0a4xr6bdibday7xjlnv6wmbqh546l2h2i8jzi1c"))))
"165kz3zsklynkxdkcbkwhw7cccdgmgmld35h1cf9hvn5bpn853v9"))))
(build-system gnu-build-system)
(inputs
(list numactl))