diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-16 19:12:10 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-16 19:12:10 -0400 |
commit | bf9d141a6561acbfe2f84bf26cc1d907eaeb6baa (patch) | |
tree | 4c934fce99d53b41d271a46078b010eff66477e0 | |
parent | b55d75f133e782ef31fd20b8b454694198ef0c71 (diff) | |
download | guix-bf9d141a6561acbfe2f84bf26cc1d907eaeb6baa.tar guix-bf9d141a6561acbfe2f84bf26cc1d907eaeb6baa.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.127.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.127.
-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 9463d001a7..822dd3ec5d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -446,8 +446,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.126" - "0qa9zxa7isn20b9sbjcyrqfynd00phddv3yindp5dmvsng1kwxj8" + (make-linux-libre "4.9.127" + "0q7h5gnl3ikic0pvwrxp78pz56yvijhz6s84gb92xywi1v3dd8mh" %intel-compatible-systems #:configuration-file kernel-config)) |