diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-13 13:48:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-13 13:48:47 -0400 |
commit | a6ae4f83a4ecdc7dc19e0060462e85dc56e0d105 (patch) | |
tree | 27e5afa07459e65ebe9ddb6d6b1b14dd37bc6577 | |
parent | 2dfdedfbf71f9c054d74160eb8c55689088b0f9b (diff) | |
download | gnu-guix-a6ae4f83a4ecdc7dc19e0060462e85dc56e0d105.tar gnu-guix-a6ae4f83a4ecdc7dc19e0060462e85dc56e0d105.tar.gz |
gnu: linux-libre: Update to 4.12.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.1.
(%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 c03983fa37..aca0f6c7b2 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") -(define %linux-libre-hash "153ibjdgys7friij4hnkvmp9ycvx50zgpyl9mwbr4prr409q3ndf") +(define %linux-libre-version "4.12.1") +(define %linux-libre-hash "1pgp48hf4zziv3nvzm54zvalh9y7kh5a7prrsw2n1qal9h1yslsp") (define-public linux-libre (make-linux-libre %linux-libre-version |