diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:32:54 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:32:54 -0400 |
commit | 4987e2b3b1f64719e02a67e5691b80693f997ebd (patch) | |
tree | 3e3a7adce84ae264c29fc23d5e5e99b225af14b1 /gnu/packages | |
parent | bf949323b9aa604d2aa27d65deec9c6c04d15425 (diff) | |
download | guix-4987e2b3b1f64719e02a67e5691b80693f997ebd.tar guix-4987e2b3b1f64719e02a67e5691b80693f997ebd.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.179.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.179.
Diffstat (limited to 'gnu/packages')
-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 22ded21a28..48d53dcd3c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -489,8 +489,8 @@ between the CDemu userspace daemon and linux kernel.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.178" - "1lgsd760md6b32qb5ng3anfq1n754a9d0c4xnf2mjxkimncb1jpp" + (make-linux-libre "4.4.179" + "025jl50sgi3bxj8hxlihqyfshmfphrg6z3cfi043qwkc8sbdy3af" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config #:extra-options |