diff options
author | Mark H Weaver <mhw@netris.org> | 2016-10-17 15:22:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-10-17 15:22:33 -0400 |
commit | 43f1d02ddcd12ac4a92b127bc724cd41d679ecfc (patch) | |
tree | 51209e5face8a53e99a545829889aaa9daf7ed38 /gnu | |
parent | 0bd697591bd5f020032cc2650fa6f0f43377ff67 (diff) | |
download | patches-43f1d02ddcd12ac4a92b127bc724cd41d679ecfc.tar patches-43f1d02ddcd12ac4a92b127bc724cd41d679ecfc.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.25.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.25.
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 293ff3fec9..993903ec1b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -329,8 +329,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.24" - "1wg1d9rq29612psr5v4krabx7nv1y1gzfshq7wpx6i1lpqf3lill" + (make-linux-libre "4.4.25" + "1a677h8vvjkbzqwnklqnjvhq33lwig5z453dwi125zzzvawgr463" %intel-compatible-systems #:configuration-file kernel-config)) |