mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
320a957c84
commit
1a4024c54d
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue