diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-23 04:49:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-23 04:50:01 -0400 |
commit | 77f2ced1a68edf3c676dcc1b81f856cae072b163 (patch) | |
tree | 6184f240ad7a1fabe52133b4e05d416560a8628c | |
parent | b06e94d310b71a2cc044b4aae02a90eded0005b2 (diff) | |
download | guix-77f2ced1a68edf3c676dcc1b81f856cae072b163.tar guix-77f2ced1a68edf3c676dcc1b81f856cae072b163.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.89.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.89.
-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 c035663464..b85ee67ee8 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.88" - "0qlhd8xw3g00i7krpfndkwxzjszk067h26qsxxsszvxyx2s6gp4x" + (make-linux-libre "4.9.89" + "14kk1mj0iml1x1vq1m625v2nyx4z8ixny87dv36sszl556idzpqp" %intel-compatible-systems #:configuration-file kernel-config)) |