diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-23 22:01:11 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-23 22:01:11 -0500 |
commit | 69df64a3d3d1598e1e800f4550da6d5dba0ef33d (patch) | |
tree | 2632f0556d9d53b6cbe4dcd6435e42351dc9f80b /gnu/packages/linux.scm | |
parent | 65f704f3735fa7c979f36629d402b9458cc96ad0 (diff) | |
download | guix-69df64a3d3d1598e1e800f4550da6d5dba0ef33d.tar guix-69df64a3d3d1598e1e800f4550da6d5dba0ef33d.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.117.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.117.
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 238398e84a..d91ab6e00a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,8 +408,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.116" - "00y5xhgqiyf7ivivnphwvkjgszk8rzn4s8q3sgshswz3kdic55hj" + (make-linux-libre "4.4.117" + "1mlq9npyriwj0wpj24zah55bkxil31l182ypbn6b3x4yvmr8lhz0" %intel-compatible-systems #:configuration-file kernel-config)) |