diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-02 22:47:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-02 22:47:46 -0400 |
commit | e2474df6ee259ff225a2e5ca1d153d170e14c7a7 (patch) | |
tree | 5841c3cab7df0a1edfc97605236846294cfd95fd | |
parent | 82329a17f4e3b6fca6af1a1cbfbed4d3d3ec89ce (diff) | |
download | patches-e2474df6ee259ff225a2e5ca1d153d170e14c7a7.tar patches-e2474df6ee259ff225a2e5ca1d153d170e14c7a7.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.172.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.172.
-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 34c3090cc4..904cee176a 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.171" - "10975y9q2yycc85synwmrqqfhq89f3fn66jxq7p2myv1n9m22fx5" + (make-linux-libre "4.9.172" + "1r4s1lb262r63jjxb4ff13sljmk7y49qc6ypyma2r5apql8hpsmc" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |