diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-20 18:27:48 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-20 18:27:48 -0500 |
commit | 0786e4bd12639a306a6f038e9f1f5dbb5d2ac4d9 (patch) | |
tree | 7a29b086d95ca4b70ec5d3a8d6833e854ba9bec9 | |
parent | 770635e11df514d96da4583d2c21d3c4bb2292ff (diff) | |
download | guix-0786e4bd12639a306a6f038e9f1f5dbb5d2ac4d9.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.71.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.71.
-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 ca7115ecac..8b94319dbb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,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.70" - "1bwfk68zzwmznhf3zv858wpav2r43g7hg4wxcdyfamy8k38v0r43" + (make-linux-libre "4.9.71" + "0z4m77zbndlqy43bgl1xhklpjilbvrhbfbcppc55z3f61qwjf0mc" %intel-compatible-systems #:configuration-file kernel-config)) |