all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7.
@ 2023-01-11 19:18 Olivier Dion via Guix-patches via
  2023-01-31 14:41 ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Olivier Dion via Guix-patches via @ 2023-01-11 19:18 UTC (permalink / raw)
  To: 60739; +Cc: Olivier Dion

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





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

end of thread, other threads:[~2023-09-02  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-11 19:18 [bug#60739] [PATCH] gnu: lttng-modules: Update to 2.13.7 Olivier Dion via Guix-patches via
2023-01-31 14:41 ` Christopher Baines
2023-02-10 16:44   ` Olivier Dion via Guix-patches via
2023-09-02  6:11     ` bug#60739: " Vagrant Cascadian

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.