[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: lttng-tools: Update to 2.13.14.
From: |
guix-commits |
Subject: |
11/13: gnu: lttng-tools: Update to 2.13.14. |
Date: |
Fri, 4 Oct 2024 11:54:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 75f5604d0f1622fef15653694a164a322d9c96f2
Author: Olivier Dion <odion@efficios.com>
AuthorDate: Sun Sep 1 18:11:13 2024 -0400
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>
---
gnu/packages/instrumentation.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index b98cbaace1..1515fef14c 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -398,14 +398,14 @@ to ring buffers shared with a consumer daemon.")
(define-public lttng-tools
(package
(name "lttng-tools")
- (version "2.13.9")
+ (version "2.13.14")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-tools/"
"lttng-tools-" version ".tar.bz2"))
(sha256
(base32
- "0dzk13d0hdzll8hk9qmj5lipmfa2h8zkl801dchp1kq8nsaxr54d"))))
+ "1jxdwm0a3z70jrx6yg57x5cswi7ycgyazng41rkgxnq7mp2gggak"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-python-bindings")
- branch master updated (725e57a56a -> 502d811354), guix-commits, 2024/10/04
- 02/13: locate: Move to ‘main’ category., guix-commits, 2024/10/04
- 01/13: gnu: kokkos: Mark as tunable., guix-commits, 2024/10/04
- 03/13: gnu: Add pnetcdf., guix-commits, 2024/10/04
- 06/13: gnu: ddd: Update to 3.4.1., guix-commits, 2024/10/04
- 09/13: gnu: lttng-modules: Update to 2.13.14., guix-commits, 2024/10/04
- 10/13: gnu: lttng-ust: Update to 2.13.8., guix-commits, 2024/10/04
- 11/13: gnu: lttng-tools: Update to 2.13.14.,
guix-commits <=
- 12/13: gnu: reproc: Update to 14.2.5., guix-commits, 2024/10/04
- 07/13: gnu: liburcu: Update to 0.14.1., guix-commits, 2024/10/04
- 08/13: gnu: librseq: Update to revision 2, guix-commits, 2024/10/04
- 04/13: gnu: netcdf-parallel-openmpi: Enable pnetcdf support., guix-commits, 2024/10/04
- 05/13: gnu: netcdf: Remove input labels and use gexps., guix-commits, 2024/10/04
- 13/13: gnu: Add oils., guix-commits, 2024/10/04