diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-29 23:16:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-29 23:16:14 -0400 |
commit | 7cb8d092d5871d618916cd34d5c692b14b0a81d4 (patch) | |
tree | 8471ec66d92b8d9a40644951c3c2a12e1970eb11 /gnu/packages/linux.scm | |
parent | f274f0774dc5099eb043e0fb73e4ba75802f5cce (diff) | |
download | guix-7cb8d092d5871d618916cd34d5c692b14b0a81d4.tar guix-7cb8d092d5871d618916cd34d5c692b14b0a81d4.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.52.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.52.
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 800b8f8881..fd4f0a58e0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -426,8 +426,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.51" - "0l8lpwjpckp44hjyx5qrxqdwwi97gyyc1n6pmk66cr3fpdhnk540" + (make-linux-libre "4.1.52" + "0a2flzf79kz9c1y9zpxdclsfivp38d2sgnwifg4gvyqixdy63sk9" %intel-compatible-systems #:configuration-file kernel-config)) |