diff options
author | Mark H Weaver <mhw@netris.org> | 2017-08-25 23:52:58 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-08-25 23:52:58 -0400 |
commit | 50e34c608e800eabde0bb70b3090be68abbe465a (patch) | |
tree | 6acc08065baea9681daaefebe490a22ef4db8a5c /gnu/packages/linux.scm | |
parent | cd2247cccdf5266d21fcf36f04b60f6171148f0f (diff) | |
download | guix-50e34c608e800eabde0bb70b3090be68abbe465a.tar guix-50e34c608e800eabde0bb70b3090be68abbe465a.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.45.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.45.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 3cdcc51c00..8116e1f400 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -375,8 +375,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.44" - "0a92bsb5d0pyhyn5ypc8ashwxixhivdadvikcpv31376j842fmj2" + (make-linux-libre "4.9.45" + "0qdwn2m3iynbjyszkq4hlx891s1b83p9nr1v7vdb20fs4n2cbl9s" %intel-compatible-systems #:configuration-file kernel-config)) |