diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-18 06:27:22 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-18 06:27:22 -0500 |
commit | 13a71fb59cfbd0c5dd00f621d0fc599cee6226be (patch) | |
tree | 4df718531cab6a2fe7ced146e64b7e107a545095 /gnu/packages/linux.scm | |
parent | e47ab29ebda545e56c09ec4d5eaa0a924e5b3faa (diff) | |
download | patches-13a71fb59cfbd0c5dd00f621d0fc599cee6226be.tar patches-13a71fb59cfbd0c5dd00f621d0fc599cee6226be.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.77.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.77.
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 bb05e88b84..37d360a585 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.76" - "1ms026dp8r1cv8rbc98nfc331xggwdz1dafv89ack8d80qrhg1y1" + (make-linux-libre "4.9.77" + "1lar2nmk1njz2lb73j64wwwc6sxx6ik5jm6lpiz1wav7avs1wix3" %intel-compatible-systems #:configuration-file kernel-config)) |