guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: lttng-tools: Update to 2.13.1.


From: guix-commits
Subject: 02/02: gnu: lttng-tools: Update to 2.13.1.
Date: Sun, 21 Nov 2021 21:47:31 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 9d370029c21487c54b7bda4aa53e49251107a71f
Author: Olivier Dion <olivier.dion@polymtl.ca>
AuthorDate: Sun Nov 21 12:41:39 2021 -0500

    gnu: lttng-tools: Update to 2.13.1.
    
    * gnu/packages/linux.scm (lttng-tools): Bump version.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cc2af19..f2f3cfa 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8139,14 +8139,14 @@ to ring buffers shared with a consumer daemon.")
 (define-public lttng-tools
   (package
     (name "lttng-tools")
-    (version "2.12.5")
+    (version "2.13.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-tools/";
                                   "lttng-tools-" version ".tar.bz2"))
               (sha256
                (base32
-                "0bgk35423v6z17j1w80m7dcza7gigs1pwyq24sdmgqwg6j2d1zmc"))))
+                "1df8ag2a1yyjn6hz6wxgcz0p847cq91b8inf0zyhgz1im1yxzrng"))))
     (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]