diff options
author | Mark H Weaver <mhw@netris.org> | 2017-05-26 16:15:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-05-26 16:15:51 -0400 |
commit | 26f8e6f2eb84df09698975ef3961cdc9e76faeeb (patch) | |
tree | e050bc409e2b0b684c14622bc16589f639d18e0f /gnu | |
parent | dc1bd2b560a490be17fed67131544ebe1e60673f (diff) | |
download | guix-26f8e6f2eb84df09698975ef3961cdc9e76faeeb.tar guix-26f8e6f2eb84df09698975ef3961cdc9e76faeeb.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.70.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.70.
Diffstat (limited to 'gnu')
-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 4c7d8a3618..67cae3a652 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -371,8 +371,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.69" - "14q5lqsfmwyiilbhffr3bwsm6i3z1jv6y09rg8x3faibcg766wny" + (make-linux-libre "4.4.70" + "1dvcj3mk42m91y1x41yh52frjdcwip1wj57qwlkmrpg02icr0b3s" %intel-compatible-systems #:configuration-file kernel-config)) |