[PATCH] gnu: tp-smapi-module: Update to 0.44.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Jussi Timperi
Owner
unassigned
Submitted by
Jussi Timperi
Severity
normal
J
J
Jussi Timperi wrote on 20 Aug 2023 18:35
(address . guix-patches@gnu.org)(name . Jussi Timperi)(address . jussi.timperi@iki.fi)
20230820163903.24594-1-jussi.timperi@iki.fi
* gnu/packages/linux.scm (tp-smapi-module): Update to 0.44.
---
- 0.44 adds Linux 6.4 support
- 'guix build --rounds=2' fails due to differences in provided modules,
but this was already the case with 0.43.

gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bdf05227fb..8e984ba479 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10146,7 +10146,7 @@ (define-public evtest
(define-public tp-smapi-module
(package
(name "tp-smapi-module")
- (version "0.43")
+ (version "0.44")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10155,7 +10155,7 @@ (define-public tp-smapi-module
(file-name (git-file-name name version))
(sha256
(base32
- "1rjb0njckczc2mj05cagvj0lkyvmyk6bw7wkiinv81lw8m90g77g"))))
+ "0kzbks07bh5jbi1n311zp9cbp1xxyzi7nys8wq1k0k5ig81h9w6k"))))
(build-system linux-module-build-system)
(arguments
`(#:tests? #f)) ;there are none.

base-commit: 95a1a819dffa833bdd7a47f272da7ee4ff3260c8
--
2.41.0
?
(name . Jussi Timperi)(address . jussi.timperi@iki.fi)(address . 65415-done@debbugs.gnu.org)
878r9yjx1j.fsf@envs.net
Jussi Timperi <jussi.timperi@iki.fi> writes:

Toggle quote (2 lines)
> * gnu/packages/linux.scm (tp-smapi-module): Update to 0.44.

Applied, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65415@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65415
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch