guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lttng-ust: Update to 2.12.2.


From: guix-commits
Subject: branch master updated: gnu: lttng-ust: Update to 2.12.2.
Date: Thu, 24 Jun 2021 08:16:35 -0400

This is an automated email from the git hooks/post-receive script.

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 47a17a9  gnu: lttng-ust: Update to 2.12.2.
47a17a9 is described below

commit 47a17a9dc01887afef99fcfd0ed044703a35c019
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Thu Jun 24 14:13:02 2021 +0200

    gnu: lttng-ust: Update to 2.12.2.
    
    * gnu/packages/linux.scm (lttng-ust): Update to 2.12.2.
---
 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 3f0dd13..fcb9fa8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7710,14 +7710,14 @@ platforms, it is not limited to resource-constrained 
systems.")
 (define-public lttng-ust
   (package
     (name "lttng-ust")
-    (version "2.11.0")
+    (version "2.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-ust/";
                                   "lttng-ust-" version ".tar.bz2"))
               (sha256
                (base32
-                "1n646yz7882svf5a4ay3vqiiz3qjn3pgkkij9kk22871wp7q0ck8"))))
+                "1iwz6p79zvibj8sl8qqw84lcir9a8z1ylq77hhnwg26anrjg1l5w"))))
     (build-system gnu-build-system)
     (inputs
      `(("liburcu" ,liburcu)



reply via email to

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