(address . guix-patches@gnu.org)(name . Jussi Timperi)(address . 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