GNU bug report logs -
#64742
[PATCH] gnu: lttng-ust: Update to 2.13.6.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Thu, 20 Jul 2023 10:23:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#64742: [PATCH] gnu: lttng-ust: Update to 2.13.6.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 64742 <at> debbugs.gnu.org.
--
64742: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64742
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Michael Ford <fanquake <at> gmail.com> skribis:
>>From 2cb160e5b0983b1dcf41924b1ff72cdebbf95457 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 20 Jul 2023 11:21:19 +0100
> Subject: [PATCH] gnu: lttng-ust: Update to 2.13.6.
>
> * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6.
[...]
Olivier Dion <olivier.dion <at> polymtl.ca> skribis:
> Looks good to me.
Applied, thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
From 2cb160e5b0983b1dcf41924b1ff72cdebbf95457 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 20 Jul 2023 11:21:19 +0100
Subject: [PATCH] gnu: lttng-ust: Update to 2.13.6.
* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.6.
---
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 37d833d146..d8dc3b3e36 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -341,14 +341,14 @@ (define-public lttng-modules
(define-public lttng-ust
(package
(name "lttng-ust")
- (version "2.13.4")
+ (version "2.13.6")
(source (origin
(method url-fetch)
(uri (string-append "https://lttng.org/files/lttng-ust/"
"lttng-ust-" version ".tar.bz2"))
(sha256
(base32
- "165kz3zsklynkxdkcbkwhw7cccdgmgmld35h1cf9hvn5bpn853v9"))))
+ "1mffy0fmr8h8kfghjadxa7nhzfwxjh7h1k97kslpmb3kvnb4bq77"))))
(build-system gnu-build-system)
(inputs
(list numactl))
--
2.41.0
This bug report was last modified 1 year and 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.