diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-22 23:55:17 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-22 23:55:17 -0500 |
commit | 37467b2dc12d90a23687830bcf1f9f002d1de63e (patch) | |
tree | ac5af83224ac415b11e1975b8bdb729788f645aa /gnu | |
parent | bd0ea1b0000b85a298f609363d4c6a97bee1423c (diff) | |
download | patches-37467b2dc12d90a23687830bcf1f9f002d1de63e.tar patches-37467b2dc12d90a23687830bcf1f9f002d1de63e.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.147.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.147.
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 ebbf73a9c0..1863a4e959 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -433,8 +433,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.146" - "0z1jdpa5z3kcgl29am19rvips03w7hr106rc3p9rzggblr623dy5" + (make-linux-libre "4.9.147" + "0gpzf04lmwxh675lam4m8pbwrgxzd7y1y50b6yfzhxa4bb3c4yfb" %intel-compatible-systems #:configuration-file kernel-config)) |