diff options
author | Mark H Weaver <mhw@netris.org> | 2018-05-30 14:58:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-05-30 14:58:09 -0400 |
commit | f9e1c2d72a67e953ae23549b39dab4bd1998e8e3 (patch) | |
tree | 2cdbc846a9ba356d4222c2f5703ee103c637bb3f | |
parent | 13fcbf3cce197f8a90ed2eea8c4701932eb4f760 (diff) | |
download | guix-f9e1c2d72a67e953ae23549b39dab4bd1998e8e3.tar guix-f9e1c2d72a67e953ae23549b39dab4bd1998e8e3.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.104.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.104.
-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 bf32ef445d..878187d8c7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -414,8 +414,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.103" - "00g58y92pmb6xf9lhjrab2jrjv3naw3857pf9s43dvh6fwlbccbf" + (make-linux-libre "4.9.104" + "0b6y24vfsjhiv7qq7xqx7h9krc81c49dqh0189nm1lhfwciyir57" %intel-compatible-systems #:configuration-file kernel-config)) |