mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lttng-tools: Update to 2.13.14.
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.14. Change-Id: I6c7eaa72ce9e3a9819b35fe796f6f558d7a14777 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1a4024c54d
commit
75f5604d0f
1 changed files with 2 additions and 2 deletions
|
@ -398,14 +398,14 @@ to ring buffers shared with a consumer daemon.")
|
||||||
(define-public lttng-tools
|
(define-public lttng-tools
|
||||||
(package
|
(package
|
||||||
(name "lttng-tools")
|
(name "lttng-tools")
|
||||||
(version "2.13.9")
|
(version "2.13.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://lttng.org/files/lttng-tools/"
|
(uri (string-append "https://lttng.org/files/lttng-tools/"
|
||||||
"lttng-tools-" version ".tar.bz2"))
|
"lttng-tools-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dzk13d0hdzll8hk9qmj5lipmfa2h8zkl801dchp1kq8nsaxr54d"))))
|
"1jxdwm0a3z70jrx6yg57x5cswi7ycgyazng41rkgxnq7mp2gggak"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-python-bindings")
|
`(#:configure-flags '("--enable-python-bindings")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue