diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-29 15:55:23 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-29 15:55:23 -0400 |
commit | 44fa365e7774a31bc98adff4e87430a3d1e19e26 (patch) | |
tree | 5f661da3d0305611aad3db77c599596942da8d07 | |
parent | 2a1267d3d7dbce9bf2c16ea5972eb7ee4717cf67 (diff) |
gnu: linux-libre@4.4: Update to 4.4.159.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.159.
-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 cb8203da0b..dbe00b567f 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.158" - "1l3blfaw50a8l9bp735vzsmk1naq4l40qidza10dwkkrd2ip3n41" + (make-linux-libre "4.4.159" + "12wrhni1ikmakwv55cgzsznx9llzp82irsisbjjs7bc8z2hzwr6l" %intel-compatible-systems #:configuration-file kernel-config)) |