guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]