diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-15 20:13:19 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-15 20:13:19 -0500 |
commit | 1018444608f63066eddd7c85a1d2fa2db4eeb50b (patch) | |
tree | 3358eb0924cc2c2d373f065593265f25b200bc29 /gnu/packages/linux.scm | |
parent | 86c979b7941261fb706395b83e98a8e09042343b (diff) | |
download | guix-1018444608f63066eddd7c85a1d2fa2db4eeb50b.tar guix-1018444608f63066eddd7c85a1d2fa2db4eeb50b.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.48.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.48.
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 a25d2cd9e1..6d45e1e46f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -396,8 +396,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.47" - "036nxrsnii4p7224xpr7rvhyik5agb1q00lmx6hra8c2v5412x6y" + (make-linux-libre "4.1.48" + "13ii6ixcm46hzk1ns6n4hrrv4dyc0n3wvj2qhmxi178akdcgbn8a" %intel-compatible-systems #:configuration-file kernel-config)) |