gnu: lttng-ust: Update to 2.12.2.

* gnu/packages/linux.scm (lttng-ust): Update to 2.12.2.
This commit is contained in:
Jelle Licht 2021-06-24 14:13:02 +02:00
parent 9c93573d15
commit 47a17a9dc0
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -7710,14 +7710,14 @@ (define-public ell
(define-public lttng-ust
(package
(name "lttng-ust")
(version "2.11.0")
(version "2.12.2")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-ust/"
"lttng-ust-" version ".tar.bz2"))
(sha256
(base32
"1n646yz7882svf5a4ay3vqiiz3qjn3pgkkij9kk22871wp7q0ck8"))))
"1iwz6p79zvibj8sl8qqw84lcir9a8z1ylq77hhnwg26anrjg1l5w"))))
(build-system gnu-build-system)
(inputs
`(("liburcu" ,liburcu)