[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: lttng-tools: Update to 2.13.9.
From: |
guix-commits |
Subject: |
09/09: gnu: lttng-tools: Update to 2.13.9. |
Date: |
Sat, 7 Jan 2023 14:12:13 -0500 (EST) |
mothacehe pushed a commit to branch master
in repository guix.
commit 1b7e3196e4425adc4716832cf393abe1131d2a3d
Author: Olivier Dion <olivier-dion@proton.me>
AuthorDate: Fri Jan 6 14:43:52 2023 -0500
gnu: lttng-tools: Update to 2.13.9.
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.9.
Signed-off-by: Mathieu Othacehe <othacehe@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 3d6b6fab38..133d684567 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -321,14 +321,14 @@ to ring buffers shared with a consumer daemon.")
(define-public lttng-tools
(package
(name "lttng-tools")
- (version "2.13.8")
+ (version "2.13.9")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-tools/"
"lttng-tools-" version ".tar.bz2"))
(sha256
(base32
- "1h9x6mmqrxrbgivll3g81l7a9f7ggjmcgwr01f9r01r6kdbmksdi"))))
+ "0dzk13d0hdzll8hk9qmj5lipmfa2h8zkl801dchp1kq8nsaxr54d"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-python-bindings")
- branch master updated (db746d1660 -> 1b7e3196e4), guix-commits, 2023/01/07
- 03/09: gnu: slock: Update to 1.5., guix-commits, 2023/01/07
- 06/09: gnu: strawberry: Update to 1.0.12., guix-commits, 2023/01/07
- 04/09: gnu: sfeed: Update to 1.6., guix-commits, 2023/01/07
- 07/09: gnu: doctl: Update to 1.92.0., guix-commits, 2023/01/07
- 08/09: gnu: tippecanoe: Update to 2.17.0., guix-commits, 2023/01/07
- 02/09: gnu: guile-udev: Update to 0.2.4., guix-commits, 2023/01/07
- 01/09: services: base: Add extra-env support to guix-configuration., guix-commits, 2023/01/07
- 09/09: gnu: lttng-tools: Update to 2.13.9.,
guix-commits <=
- 05/09: gnu: strawberry: Use qt6 instead of qt5., guix-commits, 2023/01/07