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: 60739@debbugs.gnu.org
Cc: Olivier Dion <olivier-dion@proton.me>
Subject: [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7.
Date: Wed, 11 Jan 2023 14:18:24 -0500	[thread overview]
Message-ID: <20230111191824.32011-1-olivier.dion@polymtl.ca> (raw)

From: Olivier Dion <olivier-dion@proton.me>

* gnu/packages/instrumentation.scm (lttng-modules): Update to 2.13.7.
---
 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 133d684567..0cfc13935e 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -271,14 +271,14 @@ (define-public libpatch
 (define-public lttng-modules
   (package
     (name "lttng-modules")
-    (version "2.13.5")
+    (version "2.13.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://lttng.org/files/lttng-modules/"
                                   "lttng-modules-" version ".tar.bz2"))
               (sha256
                (base32
-                "0277yfp57psnvn5g40mk09zryp0r4saynns213qak18fv0l39szc"))))
+                "0d5jj8227kspmbpwsv691z4szzwhmzjzw61rvv5n0cchyyfng6as"))))
     (build-system linux-module-build-system)
     (arguments
      `(#:tests? #f ; no tests
-- 
2.38.1





             reply	other threads:[~2023-01-11 19:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11 19:18 Olivier Dion via Guix-patches via [this message]
2023-01-31 14:41 ` [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7 Christopher Baines
2023-02-10 16:44   ` Olivier Dion via Guix-patches via
2023-09-02  6:11     ` bug#60739: " Vagrant Cascadian

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=20230111191824.32011-1-olivier.dion@polymtl.ca \
    --to=guix-patches@gnu.org \
    --cc=60739@debbugs.gnu.org \
    --cc=olivier-dion@proton.me \
    --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.