mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: linux-libre: Update to 4.12.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.10. (%linux-libre-hash): Update hash.
This commit is contained in:
parent
2131663a76
commit
fe36ecf5c8
1 changed files with 2 additions and 2 deletions
|
@ -367,8 +367,8 @@ (define* (make-linux-libre version hash supported-systems
|
|||
|
||||
(define %intel-compatible-systems '("x86_64-linux" "i686-linux"))
|
||||
|
||||
(define %linux-libre-version "4.12.9")
|
||||
(define %linux-libre-hash "1wpsqhaab91l1wdbsxq8pdwrdx3a603zr5zjxbzdsx99pr6iypra")
|
||||
(define %linux-libre-version "4.12.10")
|
||||
(define %linux-libre-hash "06rnmz7jrj4asmarq3f77lzmyk8w6k71qr2rhcvm087g1mxlaahj")
|
||||
|
||||
(define-public linux-libre
|
||||
(make-linux-libre %linux-libre-version
|
||||
|
|
Loading…
Reference in a new issue