diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:10:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-06 02:10:51 -0400 |
commit | 60065f5bd3c6e32bffd27badb012b0dd6a1569ea (patch) | |
tree | 0d0370ce6a12206194b2d6d233a159733688f287 | |
parent | a321312e3aec8f2884ab3f3cb35e2020195b5a08 (diff) | |
download | gnu-guix-60065f5bd3c6e32bffd27badb012b0dd6a1569ea.tar gnu-guix-60065f5bd3c6e32bffd27badb012b0dd6a1569ea.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.173.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.173.
-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 301120b6cd..56483f9cf0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -486,8 +486,8 @@ between the CDemu userspace daemon and linux kernel.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.172" - "1r4s1lb262r63jjxb4ff13sljmk7y49qc6ypyma2r5apql8hpsmc" + (make-linux-libre "4.9.173" + "02c3i2vgh90n9c58x4yi323yxjyvc54s8q4wpz322hlqb0q9y6nr" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |