diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 3c4e890fccb2f21a8dc35728329932e4ef14fc14 (patch) | |
tree | 34092ce298ef0cb2ddbf9741f6ef63f95d81313c /gnu/packages/linux.scm | |
parent | fc3a53525ab3dcaf7c22eec8d62294017f9760fe (diff) |
gnu: lkrg: Update to 0.9.7.
This fixes the build with Linux-Libre >= 6.4.
* gnu/packages/linux.scm (lkrg): Update to 0.9.7.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 9a49c090aa..86580c29cc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1636,7 +1636,7 @@ registers of the @acronym{EC, Embedded Controller} supported by the (define-public lkrg (package (name "lkrg") - (version "0.9.3") + (version "0.9.7") (source (origin (method git-fetch) (uri (git-reference @@ -1645,7 +1645,7 @@ registers of the @acronym{EC, Embedded Controller} supported by the (file-name (git-file-name name version)) (sha256 (base32 - "0yirb7n4mqv8cn0gziz1m7ymq00dhhy79j59jdgrx00b8rj57cfw")))) + "0k0z9caj48nqjwk3bapgfcdzi1lkizxcjj4r1dvkvwsk38mbk1c4")))) (build-system linux-module-build-system) (arguments (list #:linux linux-libre |