diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:30:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-19 15:30:30 -0400 |
commit | a7c3dfeb6c0d2ae9a01bbf7ca9e2f71314a517cb (patch) | |
tree | 814b590246f215acbb53a12bda391ce8e22873c6 /gnu | |
parent | a8401c4ef1506c9874a34ccb382239656b3ffdb3 (diff) | |
download | guix-a7c3dfeb6c0d2ae9a01bbf7ca9e2f71314a517cb.tar.gz guix-a7c3dfeb6c0d2ae9a01bbf7ca9e2f71314a517cb.zip |
gnu: linux-libre@4.4: Update to 4.4.93.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
Diffstat (limited to 'gnu')
-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 c68ffe9fda..8fc04515b9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.92" - "038mrv36n2521xd1f4nlpn00ar4vwzbwkldf6pk7rflbc3zi0p8g" + (make-linux-libre "4.4.93" + "1llpqkm7vvwi5fm92y4n6qrc89ps7kdfl83s7m38a2yivm3kgzr6" %intel-compatible-systems #:configuration-file kernel-config)) |