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.
This commit is contained in:
Leo Famulari 2023-03-11 11:18:11 -05:00
parent 7376424844
commit 9f04a24211
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1478,7 +1478,7 @@ (module (assoc-ref outputs "linux-module")))
(define-public librem-ec-acpi-linux-module (define-public librem-ec-acpi-linux-module
(package (package
(name "librem-ec-acpi-linux-module") (name "librem-ec-acpi-linux-module")
(version "0.9.1") (version "0.9.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1487,7 +1487,7 @@ (define-public librem-ec-acpi-linux-module
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1qnbfj60i8nn2ahgj2zp5ixd79bb0wl1ld36x3igws2f3c0f5pfi")))) (base32 "0m8hamf0550083jnk5q4hv20l8lfiardnkxbib4hhvqghpzzbxl0"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
(list #:tests? #f)) ; no test suite (list #:tests? #f)) ; no test suite