diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:04:04 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:04:04 -0400 |
commit | cfb7aee078f21285edf3d6a75730907fbeb144a1 (patch) | |
tree | 8e4d9a92c3f73deb1464b1818e24ba88aa82307c /gnu | |
parent | a06a95baffc2005ad1a64c4c3f82fc328e0d0009 (diff) | |
download | guix-cfb7aee078f21285edf3d6a75730907fbeb144a1.tar guix-cfb7aee078f21285edf3d6a75730907fbeb144a1.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.170.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.170.
Diffstat (limited to 'gnu')
-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 b562a23b2f..e5ae45f70f 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.169" - "0kgycw8bngihx4nks1w6gz36pwzqg4x3y3ipyc1sdlyld7zy9lz7" + (make-linux-libre "4.9.170" + "15fz2qxvic4sfxm8vi0rghqqi5rv038xyrq9dl6fz6i1c7497g8s" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |