diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-30 17:31:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-30 17:31:15 -0400 |
commit | 619d7bffa0b7a01cfcd2fe91db635f76a53e3af1 (patch) | |
tree | 0a327f5d7e2ddc09dd49750b17052d8e5bc78289 /gnu/packages/linux.scm | |
parent | a7baa201cb4ef934711132100140107563c26117 (diff) | |
download | guix-619d7bffa0b7a01cfcd2fe91db635f76a53e3af1.tar guix-619d7bffa0b7a01cfcd2fe91db635f76a53e3af1.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.51.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.51.
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 fae2316746..d0db948133 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -414,8 +414,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.50" - "1hl1pk724v2waa55bhxfmxyz9nl6pkcj4dc3l80jfvqdfgr55mm2" + (make-linux-libre "4.1.51" + "0l8lpwjpckp44hjyx5qrxqdwwi97gyyc1n6pmk66cr3fpdhnk540" %intel-compatible-systems #:configuration-file kernel-config)) |