all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57869] [PATCH 1/3] gnu: lttng-modules: Update to 2.13.5.
@ 2022-09-16 22:55 Olivier Dion via Guix-patches via
  2022-09-16 23:02 ` [bug#57869] [PATCH 2/3] gnu: lttng-ust: Update to 2.13.4 Olivier Dion via Guix-patches via
  2022-09-16 23:02 ` [bug#57869] [PATCH 3/3] gnu: lttng-tools: Update to 2.13.8 Olivier Dion via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Olivier Dion via Guix-patches via @ 2022-09-16 22:55 UTC (permalink / raw)
  To: 57869; +Cc: Olivier Dion

* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.5.
---
 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 964e26d40a..5afeb95e09 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -210,14 +210,14 @@ (define-public flamegraph
 (define-public lttng-modules
   (package
     (name "lttng-modules")
-    (version "2.13.4")
+    (version "2.13.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-modules/"
                                   "lttng-modules-" version ".tar.bz2"))
               (sha256
                (base32
-                "1vm9nnjvid7acsvgwnjyxd60ih9rmbhnfjldxip58n8x9q7d0nb1"))))
+                "0277yfp57psnvn5g40mk09zryp0r4saynns213qak18fv0l39szc"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-19  7:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 22:55 [bug#57869] [PATCH 1/3] gnu: lttng-modules: Update to 2.13.5 Olivier Dion via Guix-patches via
2022-09-16 23:02 ` [bug#57869] [PATCH 2/3] gnu: lttng-ust: Update to 2.13.4 Olivier Dion via Guix-patches via
2022-09-16 23:02 ` [bug#57869] [PATCH 3/3] gnu: lttng-tools: Update to 2.13.8 Olivier Dion via Guix-patches via
2022-09-19  7:10   ` bug#57869: [PATCH 1/3] gnu: lttng-modules: Update to 2.13.5 Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.