mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: linux-libre-4.4: Update to 4.4.13.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.13.
This commit is contained in:
parent
08ffddead3
commit
c785fe13e1
1 changed files with 2 additions and 2 deletions
|
@ -340,13 +340,13 @@ (define-public linux-libre
|
|||
(define-public linux-libre-4.4
|
||||
(package
|
||||
(inherit linux-libre)
|
||||
(version "4.4.12")
|
||||
(version "4.4.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (linux-libre-urls version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zbds4ihk4x3lxr1jw7yrjzv1dkl995m41a54dfgqm0kj70li8ws"))))
|
||||
"1qcgnprgl9hy4g51bkx4bjs1cdsyy9kpwqymxggwghrzdid41x9l"))))
|
||||
(native-inputs
|
||||
(let ((conf (kernel-config (or (%current-target-system)
|
||||
(%current-system))
|
||||
|
|
Loading…
Reference in a new issue