diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-11 11:18:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-11 11:36:19 -0500 |
commit | 9f04a24211ec3c5acbeda9dfaaed7bf74492e3b0 (patch) | |
tree | 4e5783c654bb04fc98b317098d65e4b73407c7d8 | |
parent | 7376424844e0dc1103a9d86799c2fb9bd4aa35eb (diff) |
gnu: librem-ec-acpi-linux-module: Update to 0.9.2.
This fixes the build with linux-libre 6.2.
* gnu/packages/linux.scm (librem-ec-acpi-linux-module): Update to 6.2.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5caaf558f3..f149c4a208 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1478,7 +1478,7 @@ This package provides the @command{corefreqd} data collection daemon, the (define-public librem-ec-acpi-linux-module (package (name "librem-ec-acpi-linux-module") - (version "0.9.1") + (version "0.9.2") (source (origin (method git-fetch) @@ -1487,7 +1487,7 @@ This package provides the @command{corefreqd} data collection daemon, the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1qnbfj60i8nn2ahgj2zp5ixd79bb0wl1ld36x3igws2f3c0f5pfi")))) + (base32 "0m8hamf0550083jnk5q4hv20l8lfiardnkxbib4hhvqghpzzbxl0")))) (build-system linux-module-build-system) (arguments (list #:tests? #f)) ; no test suite |