diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-22 14:46:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-22 14:46:00 -0400 |
commit | 30f8349efb31dc1fb1bf628ee0e609683da311c3 (patch) | |
tree | 5cce4118f9f3cdf46462826a68e951e76cb9afcf | |
parent | d422eac54ef3040a4fd66107d3f8cc697273b229 (diff) |
gnu: linux-libre: Update to 4.12.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.3.
(%linux-libre-hash): Update hash.
-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 100de3b683..94314d3f09 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -363,8 +363,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.12.2") -(define %linux-libre-hash "12jqvkp7vyhmqahkk2yv6qdfxan9r6y1999hcbmjl4z6qkv38pc3") +(define %linux-libre-version "4.12.3") +(define %linux-libre-hash "1b02snh41fgr5i55wlc86nvksyzy1cq994mkmj195pa57hy6y6ak") (define-public linux-libre (make-linux-libre %linux-libre-version |