diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-09 21:10:14 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-09 21:10:14 -0500 |
commit | 4cacbf33a6c1855314572aa984e1e938ab4fcc53 (patch) | |
tree | bdd9e6eecd4a090701bc0e37a72ac7587e0b4474 /gnu/packages/linux.scm | |
parent | 3a79bd03ffaf5e545eac949e2c76e10ea624efc6 (diff) |
gnu: linux-libre@4.9: Update to 4.9.61.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.61.
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 b7705eadad..f45ad30ef0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,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.60" - "1qfwbw32hvw7a7ly63g39r4wjnpln5zlrrx42asavc5z9dry4pxj" + (make-linux-libre "4.9.61" + "1w0dy0w1nbahnyj8p5rk2wqb3lm53yc72mq5q00bwav7l6bzf06z" %intel-compatible-systems #:configuration-file kernel-config)) |