diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-01 17:57:22 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-01 17:57:22 -0500 |
commit | 50266960339fb534ff65657d7718c4e853280961 (patch) | |
tree | 4acbae4c8e58281cc5f26981dcb215bbb73eb29d /gnu/packages/linux.scm | |
parent | 8147d7c675e663c45d5e1ccbeebb72daeaba0b91 (diff) | |
download | guix-50266960339fb534ff65657d7718c4e853280961.tar guix-50266960339fb534ff65657d7718c4e853280961.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.119.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.119.
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 420bdf5a47..183d27e6ca 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,8 +408,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.118" - "0di91awl8ii1fxrfyqbpfpn134apcc98fas7yisjg87f16bn4azl" + (make-linux-libre "4.4.119" + "1cicg1yxf6rvaz8jcz8mdvnkrba9hd16pkp9mm602bzgks6s1fy9" %intel-compatible-systems #:configuration-file kernel-config)) |