diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-06 18:41:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-06 18:41:45 -0400 |
commit | 879b89d1ae4dc21d3c45d154b0bae586d2dea4f5 (patch) | |
tree | 22ef6515830875d989050415b5fa45b71bf6dfb7 /gnu/packages/linux.scm | |
parent | 95f69e9cfc2c2811854e22f479bf05bf741d3278 (diff) | |
download | patches-879b89d1ae4dc21d3c45d154b0bae586d2dea4f5.tar patches-879b89d1ae4dc21d3c45d154b0bae586d2dea4f5.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.36.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.36.
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 b13ca471b2..4fa628f6af 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -373,8 +373,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.35" - "0fs90jgb01jybkclngg5asvbs1y70f2abs395qcb3lxpx7zxhy1h" + (make-linux-libre "4.9.36" + "1z58f15my3a8c3j8hfc6p9ydmwgq1399kp1zsbrfd89rxz3m4v6r" %intel-compatible-systems #:configuration-file kernel-config)) |