diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-23 00:52:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-23 00:52:28 -0400 |
commit | 8e4a976c68b0d805eb8e30615c40322de6d7a7f3 (patch) | |
tree | b91ef1ec689e6a1ea653d84e36c7f5bb8e778bcc /gnu/packages/linux.scm | |
parent | bb234ed82527aa16e2190277ae22b5bc2560aaf0 (diff) | |
download | patches-8e4a976c68b0d805eb8e30615c40322de6d7a7f3.tar patches-8e4a976c68b0d805eb8e30615c40322de6d7a7f3.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.94.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.94.
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 66119ca513..8a95af98d4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,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.93" - "1llpqkm7vvwi5fm92y4n6qrc89ps7kdfl83s7m38a2yivm3kgzr6" + (make-linux-libre "4.4.94" + "0g63is8d2k1mf1kaljkll79n7gzh4qn0fmrm2r9sab2sq41hch1m" %intel-compatible-systems #:configuration-file kernel-config)) |