diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-26 04:58:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-26 04:58:55 -0400 |
commit | af55816de52e652daea4e79224139d1786518757 (patch) | |
tree | 25dc03b077c5c78426df4c690a1470727b11362e | |
parent | 7ebe7d85c0c39356506bf5105a88b579ac120608 (diff) | |
download | guix-af55816de52e652daea4e79224139d1786518757.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.90.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.90.
-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 55b202280b..100c5cae13 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -402,8 +402,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.89" - "14kk1mj0iml1x1vq1m625v2nyx4z8ixny87dv36sszl556idzpqp" + (make-linux-libre "4.9.90" + "0mzy6wcxp9m9icb8mvsbywp1lrbvbv6n8rs3xszqm43dxy9zj1jd" %intel-compatible-systems #:configuration-file kernel-config)) |