diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-18 03:38:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-18 03:38:11 -0400 |
commit | d5ce3594f60a3641520c5243836f806c983882bc (patch) | |
tree | 6a034402d47ca292bf53e1ed8331e9c1911a65e5 | |
parent | 021d6296d8ae3d88e8ba6229bf0c0e764adeb8b9 (diff) | |
download | guix-d5ce3594f60a3641520c5243836f806c983882bc.tar guix-d5ce3594f60a3641520c5243836f806c983882bc.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.109.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.109.
-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 8c1e8e2f5c..2bf0aba249 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -420,8 +420,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.107" - "0560sy53l42wi1jidwdbhjaa9p6kf46snk2hfcjk9f0ciiiiz5gi" + (make-linux-libre "4.9.109" + "1i27fmlr0b05n4qri2vxdbg0qddwk1clyaramwbl3w0w10k63qkc" %intel-compatible-systems #:configuration-file kernel-config)) |