guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: lttng-tools: Update to 2.13.2.


From: guix-commits
Subject: 04/04: gnu: lttng-tools: Update to 2.13.2.
Date: Thu, 30 Dec 2021 07:41:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1758e94c579cdb83f8cb99e84b1816a116aed08a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 30 13:19:58 2021 +0100

    gnu: lttng-tools: Update to 2.13.2.
    
    * gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.2.
---
 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 75e55be963..86b80d65ec 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -180,14 +180,14 @@ to ring buffers shared with a consumer daemon.")
 (define-public lttng-tools
   (package
     (name "lttng-tools")
-    (version "2.13.1")
+    (version "2.13.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-tools/";
                                   "lttng-tools-" version ".tar.bz2"))
               (sha256
                (base32
-                "1df8ag2a1yyjn6hz6wxgcz0p847cq91b8inf0zyhgz1im1yxzrng"))))
+                "1gfp9y24lpaiz4lcmbp30yd400jmh99mlay9gb8pz9qd080bmlnf"))))
     (build-system gnu-build-system)
     (arguments
      `( ;; FIXME - Currently there's a segmentation fault by swig when enabling



reply via email to

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