diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-01 01:36:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-01 01:36:21 -0500 |
commit | 6850c9ced56b91989ebc69f9d56f66025b079e41 (patch) | |
tree | 0f6fa091a049e0f43b9decdf1069b4b1d9dcfc86 | |
parent | 8b8600022c174693db210730531bf7e13778ecc4 (diff) | |
download | patches-6850c9ced56b91989ebc69f9d56f66025b079e41.tar patches-6850c9ced56b91989ebc69f9d56f66025b079e41.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.66.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.66.
-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 53bec7eef3..5b4e5e6724 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,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.65" - "12a03kf79xdzqnb1cv0fxdn2dasn68hici5pw3qgxdbb65p1kxq7" + (make-linux-libre "4.9.66" + "0k29i5wnljck4nwkzcjxjfzrddwifj2pb6zxqh7f522j9cw2g4zd" %intel-compatible-systems #:configuration-file kernel-config)) |