diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-09 21:09:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-09 21:09:34 -0500 |
commit | 3a79bd03ffaf5e545eac949e2c76e10ea624efc6 (patch) | |
tree | 7a633d3b1396140d28905cbb796cb16d5969a1ab /gnu/packages/linux.scm | |
parent | f8071bea91f1e55dfb20c29cf61fb876a7fff994 (diff) | |
download | guix-3a79bd03ffaf5e545eac949e2c76e10ea624efc6.tar guix-3a79bd03ffaf5e545eac949e2c76e10ea624efc6.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.97.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.97.
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 f01c604e66..b7705eadad 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,8 +389,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.96" - "0xjg810l8v37fhp04m1ldqb94m3gh4gmns7hhf3118ifkhmkr9rq" + (make-linux-libre "4.4.97" + "0rhhx830i11hw80p7smkfczad2k4jvq81ajij4fcxbpg9mfi316a" %intel-compatible-systems #:configuration-file kernel-config)) |