diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-02 17:46:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-02 17:46:22 -0400 |
commit | 9a37764014347dabf667a59b74eb4c4fcea3389a (patch) | |
tree | fc20026711170c56e3db9065c860e3c3d5d0c8f0 | |
parent | 3e51cd8c765d6fa4b3dc2a7e4c9aec335861e209 (diff) | |
download | patches-9a37764014347dabf667a59b74eb4c4fcea3389a.tar patches-9a37764014347dabf667a59b74eb4c4fcea3389a.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.47.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.47.
-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 6fdfb60e36..714c631fb1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -377,8 +377,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.46" - "1wx7lrd3xlcdwdfy23gflklqqq0qlps36r5fm2z5d656xgwb149k" + (make-linux-libre "4.9.47" + "0gkmznb168m90zhyn9xg9420k64ba7bmyg70gazfr80y47w6jpdw" %intel-compatible-systems #:configuration-file kernel-config)) |