diff options
author | Olivier Dion <olivier.dion@polymtl.ca> | 2022-08-12 18:40:38 -0400 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-08-15 10:22:38 +0200 |
commit | c53a5e7dc3153443cab5ac8ce7ff9d935785fe44 (patch) | |
tree | 5287ac50fa6c17bd93732e38b5ce9aa2cc30cb5d /gnu/packages | |
parent | eca0227239c7ca52a2a3f4eed82b546899d57fec (diff) | |
download | guix-c53a5e7dc3153443cab5ac8ce7ff9d935785fe44.tar.gz |
gnu: lttng-tools: Update to 2.13.7.
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/instrumentation.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index 08c094e5e7..f7f6ab7ba7 100644 --- a/gnu/packages/instrumentation.scm +++ b/gnu/packages/instrumentation.scm @@ -260,7 +260,7 @@ to ring buffers shared with a consumer daemon.") (define-public lttng-tools (package (name "lttng-tools") - (version "2.13.2") + (version "2.13.7") (source (origin (method url-fetch) (uri (string-append "https://lttng.org/files/lttng-tools/" |