diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:43:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:43:13 -0400 |
commit | 064c3e78dd70e5599b49b180940dfeda234b1bb6 (patch) | |
tree | 2e6debb47ef28a3a6a4d2dc5511dd5f23dbb08b2 | |
parent | aaa2a8bbf38449d18671abb98fcd0f6f65091710 (diff) | |
download | guix-064c3e78dd70e5599b49b180940dfeda234b1bb6.tar guix-064c3e78dd70e5599b49b180940dfeda234b1bb6.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.144.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.144.
-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 7edf20ebc9..b83784923c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.143" - "0kawgpmmv37gds3cbww791bbzvwfjg760yg3qw3dk913dawhdmzw" + (make-linux-libre "4.4.144" + "1001nw9d51vbiisrjv5ffqigcwfs0r9gav2f8hkw9hzjw64nhanp" %intel-compatible-systems #:configuration-file kernel-config)) |