diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-14 19:07:35 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-14 19:07:35 -0400 |
commit | 2dd1bfcb5800aad8f360c113cbd769019b5c9d84 (patch) | |
tree | 8cfc89c8a3e0d65070e9de5ba8088bc48a5c00b3 /gnu | |
parent | 38a2f5eafb43b6407f8d9755da31dcb50ce64167 (diff) | |
download | guix-2dd1bfcb5800aad8f360c113cbd769019b5c9d84.tar.gz guix-2dd1bfcb5800aad8f360c113cbd769019b5c9d84.zip |
gnu: linux-libre@4.4: Update to 4.4.161.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.161.
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 8983ed35e4..08d1a813ca 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,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.160" - "1337p94j1hyc2gaw51wvlv622wwj2af1y8rafyfgp1403cs7ghp4" + (make-linux-libre "4.4.161" + "1q6bsndpjgw72mybhl5l8vrxs4mimg6821bjgi1pjkxbc7nd921b" %intel-compatible-systems #:configuration-file kernel-config)) |