diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:13:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:30:12 -0400 |
commit | a6a252e01d16025b687f2b34d3dcee9ce44ce49d (patch) | |
tree | 2c36de6e091f2fc0ac6156da7d1daa19035b4cee /gnu/packages/linux.scm | |
parent | cc78392923e534f181ef451c177c607b32349213 (diff) | |
download | guix-a6a252e01d16025b687f2b34d3dcee9ce44ce49d.tar guix-a6a252e01d16025b687f2b34d3dcee9ce44ce49d.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.139.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.139.
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 052ae7965b..f4479ebf9c 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.138" - "1030ra5gn24qmx8lsnhr6kfnfm60avzs23r81dl7mvzr5dci8vsl" + (make-linux-libre "4.4.139" + "0x58ykgx7vbv23q763ydifi548mz39nal7wbvrrl4i9ndk7pzfzz" %intel-compatible-systems #:configuration-file kernel-config)) |