diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-20 18:27:08 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-20 18:27:08 -0500 |
commit | 770635e11df514d96da4583d2c21d3c4bb2292ff (patch) | |
tree | 3d3225474070c3a0647877061ccd619668d4ea0c /gnu | |
parent | 4305176096d192e09673b05e7a1049501607b809 (diff) | |
download | guix-770635e11df514d96da4583d2c21d3c4bb2292ff.tar guix-770635e11df514d96da4583d2c21d3c4bb2292ff.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.107.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.107.
Diffstat (limited to 'gnu')
-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 2eb35c92f2..ca7115ecac 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -390,8 +390,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.106" - "1dn67fl8lbckjxcra1d02fqjald71cxp4fq3bld4wc1r4saanqi7" + (make-linux-libre "4.4.107" + "0pfzv15c1qj7a77n8cdmsi77yhlbzv35y7qa03j0b96ajwjsclsp" %intel-compatible-systems #:configuration-file kernel-config)) |