diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:20:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:20:00 -0400 |
commit | 435722f72c5dcc53e2920c7b4910f1b8262ed32b (patch) | |
tree | 092d72013e0aaaa1dc8b24de06fd23f0b2a60791 /gnu | |
parent | b0cb92b2d43a2c4d5fa9b3f8c04c5732c60061e7 (diff) | |
download | guix-435722f72c5dcc53e2920c7b4910f1b8262ed32b.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.151.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.151.
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 968beb52ee..d7ae05331d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -451,8 +451,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.150" - "0dbz6bzxnr8dgp91lnf3jp42cw6dld4yq7ngigpq7s6ymr59j3ah" + (make-linux-libre "4.4.151" + "0irzdq4p8a6dxyx5basgrc7af7w48hmyjwbk5hff8wn8jy71p9zm" %intel-compatible-systems #:configuration-file kernel-config)) |