guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: lttng-ust: Update to 2.13.0.


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

apteryx pushed a commit to branch master
in repository guix.

commit ea48a87f1f8f508ede70a8a30b38b67b80ba9812
Author: Olivier Dion <olivier.dion@polymtl.ca>
AuthorDate: Sun Nov 21 12:37:20 2021 -0500

    gnu: lttng-ust: Update to 2.13.0.
    
    * gnu/packages/linux.scm (lttng-ust): Bump version.
    [native-inputs]: Add pkg-config.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8158995..cc2af19 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8113,20 +8113,21 @@ platforms, it is not limited to resource-constrained 
systems.")
 (define-public lttng-ust
   (package
     (name "lttng-ust")
-    (version "2.12.2")
+    (version "2.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-ust/";
                                   "lttng-ust-" version ".tar.bz2"))
               (sha256
                (base32
-                "1iwz6p79zvibj8sl8qqw84lcir9a8z1ylq77hhnwg26anrjg1l5w"))))
+                "0l0p6y2zrd9hgd015dhafjmpcj7waz762n6wf5ws1xlwcwrwkr2l"))))
     (build-system gnu-build-system)
     (inputs
      `(("liburcu" ,liburcu)
        ("numactl" ,numactl)))
     (native-inputs
-     `(("python" ,python-3)))
+     `(("python" ,python-3)
+       ("pkg-config", pkg-config)))
     (home-page "https://lttng.org/";)
     (synopsis "LTTng userspace tracer libraries")
     (description "The user space tracing library, liblttng-ust, is the LTTng



reply via email to

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