diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:17:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:17:31 -0400 |
commit | 9902e3dfd8e6b83ad4a30f99226c9a353dd65590 (patch) | |
tree | c3075a017121a2d668dddea027b6ad6bde9c4e46 /gnu/packages | |
parent | 429a38a0093cf054cbc504225ce481c7ef6481cc (diff) | |
download | patches-9902e3dfd8e6b83ad4a30f99226c9a353dd65590.tar patches-9902e3dfd8e6b83ad4a30f99226c9a353dd65590.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.174.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.174.
Diffstat (limited to 'gnu/packages')
-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 f9ad6c596c..2e82b2ce3e 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.173" - "02c3i2vgh90n9c58x4yi323yxjyvc54s8q4wpz322hlqb0q9y6nr" + (make-linux-libre "4.9.174" + "0f7v96qbxdcrr06b00lh3n2nljp1zfbx7iqvzha4y47z76hfv144" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |