diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:44:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:44:00 -0400 |
commit | 4bc1528aa5e280d52ca800a233f57ffd974513b2 (patch) | |
tree | 3fa1c01437bce9f867b419ea1476f2cd14efd0bc | |
parent | 064c3e78dd70e5599b49b180940dfeda234b1bb6 (diff) |
gnu: linux-libre@4.9: Update to 4.9.115.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.115.
-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 b83784923c..01a4ea6734 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,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.114" - "069ckgck4skzci6sjrpk1sja0h1fdmrlcbpnqwl2844m5vfffzk9" + (make-linux-libre "4.9.115" + "12n3wwfz22hxqqy7bdchl894x5krylcd4vx65837w7rybnb5w2wj" %intel-compatible-systems #:configuration-file kernel-config)) |