diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-22 14:21:38 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-22 14:21:38 -0400 |
commit | e304e61dd32fdb62cc1fdbeb65729aa827dbc66c (patch) | |
tree | 5734db8924e609bbde8be3cc98b9aa155a8de2ff /gnu | |
parent | 865f5d8914231b7c4455ef5163d4490852261d56 (diff) |
gnu: linux-libre@4.9: Update to 4.9.178.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.178.
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 4664e62d17..fe61755f7b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -464,8 +464,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.177" - "1zzv863qzzzri4xdcqr84pgbfafvfi6wylbxv6qz139fx638z9bd" + (make-linux-libre "4.9.178" + "1ridlkymf382qnkc6hi07pkghrrxfv2avx55snjnkfcpdccvsmrb" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |