diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:33:36 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:33:36 -0400 |
commit | a7dad69a32b267bc83d8891da805b044145ccb5e (patch) | |
tree | a435929bb0db870ec48c744c71ec3026bc65faae | |
parent | 4987e2b3b1f64719e02a67e5691b80693f997ebd (diff) |
gnu: linux-libre@4.9: Update to 4.9.171.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.171.
-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 48d53dcd3c..dfffd7c928 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -483,8 +483,8 @@ between the CDemu userspace daemon and linux kernel.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.170" - "15fz2qxvic4sfxm8vi0rghqqi5rv038xyrq9dl6fz6i1c7497g8s" + (make-linux-libre "4.9.171" + "10975y9q2yycc85synwmrqqfhq89f3fn66jxq7p2myv1n9m22fx5" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |