diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-14 01:42:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-14 01:42:20 -0400 |
commit | df74221a22e90f9a69fb5e3c289865de99b91332 (patch) | |
tree | ef70d3959cfe51853892eee7eaa6b75cea5c8ddd /gnu/packages/linux.scm | |
parent | a49eb85c34116dcc776a5b37ad890f0845e7f6ba (diff) | |
download | guix-df74221a22e90f9a69fb5e3c289865de99b91332.tar guix-df74221a22e90f9a69fb5e3c289865de99b91332.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.140.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.140.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 f0dc71a283..68de4a4fd8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,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.139" - "0x58ykgx7vbv23q763ydifi548mz39nal7wbvrrl4i9ndk7pzfzz" + (make-linux-libre "4.4.140" + "10h4k2c2ncnc1h61kikqb618dh9lp8fmzagz2ydykrdbb5jjiy82" %intel-compatible-systems #:configuration-file kernel-config)) |