GNU bug report logs -
#60739
[PATCH] gnu: lttng-modules: Update to 2.13.7.
Previous Next
Reported by: Olivier Dion <olivier.dion <at> polymtl.ca>
Date: Wed, 11 Jan 2023 19:19:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Vagrant Cascadian <vagrant <at> debian.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Olivier Dion <olivier-dion <at> 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
This bug report was last modified 1 year and 262 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.