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.master
parent
fc3a53525a
commit
3c4e890fcc
|
@ -1636,7 +1636,7 @@ registers of the @acronym{EC, Embedded Controller} supported by the
|
||||||
(define-public lkrg
|
(define-public lkrg
|
||||||
(package
|
(package
|
||||||
(name "lkrg")
|
(name "lkrg")
|
||||||
(version "0.9.3")
|
(version "0.9.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1645,7 +1645,7 @@ registers of the @acronym{EC, Embedded Controller} supported by the
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yirb7n4mqv8cn0gziz1m7ymq00dhhy79j59jdgrx00b8rj57cfw"))))
|
"0k0z9caj48nqjwk3bapgfcdzi1lkizxcjj4r1dvkvwsk38mbk1c4"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:linux linux-libre
|
(list #:linux linux-libre
|
||||||
|
|
Reference in New Issue