diff options
author | Mark H Weaver <mhw@netris.org> | 2017-07-15 22:32:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-07-15 22:32:44 -0400 |
commit | ec6ea0fea28f6083031d7f19fd4e10c3cb501a3a (patch) | |
tree | c42addcd33c24f3846378ae248ed1dfdfedf415b /gnu/packages/linux.scm | |
parent | 0b990b9611f88ce6a3ea71cc043f0063d0ab8bac (diff) | |
download | guix-ec6ea0fea28f6083031d7f19fd4e10c3cb501a3a.tar guix-ec6ea0fea28f6083031d7f19fd4e10c3cb501a3a.tar.gz |
gnu: linux-libre: Update to 4.12.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.2.
(%linux-libre-hash): Update hash.
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 5d825e3048..40d805c844 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.1") -(define %linux-libre-hash "1pgp48hf4zziv3nvzm54zvalh9y7kh5a7prrsw2n1qal9h1yslsp") +(define %linux-libre-version "4.12.2") +(define %linux-libre-hash "12jqvkp7vyhmqahkk2yv6qdfxan9r6y1999hcbmjl4z6qkv38pc3") (define-public linux-libre (make-linux-libre %linux-libre-version |