me
/
guix
Archived
1
0
Fork 0

gnu: lttng-ust: Update to 2.12.2.

* gnu/packages/linux.scm (lttng-ust): Update to 2.12.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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