all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Olivier Dion via Guix-patches via <guix-patches@gnu.org>
To: 57869@debbugs.gnu.org
Cc: Olivier Dion <olivier.dion@polymtl.ca>
Subject: [bug#57869] [PATCH 1/3] gnu: lttng-modules: Update to 2.13.5.
Date: Fri, 16 Sep 2022 18:55:46 -0400	[thread overview]
Message-ID: <162059c1e303fd5d7cd025e6cf4cb34ef104863f.1663368936.git.olivier.dion@polymtl.ca> (raw)

* 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





             reply	other threads:[~2022-09-16 22:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-16 22:55 Olivier Dion via Guix-patches via [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=162059c1e303fd5d7cd025e6cf4cb34ef104863f.1663368936.git.olivier.dion@polymtl.ca \
    --to=guix-patches@gnu.org \
    --cc=57869@debbugs.gnu.org \
    --cc=olivier.dion@polymtl.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.