diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-18 00:50:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-18 00:50:53 -0400 |
commit | d406f8ca192897350959f273abd8fe94b3197780 (patch) | |
tree | 97787aad04eeaaad88364cda55670d97701c3502 /gnu | |
parent | b2b800f1ff4b62a4e26498181cfcbe59021fb301 (diff) | |
download | gnu-guix-d406f8ca192897350959f273abd8fe94b3197780.tar gnu-guix-d406f8ca192897350959f273abd8fe94b3197780.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.33.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.33.
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 c7ce39fe51..ed79a7c44b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,8 +368,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.32" - "0xvpbnl9lshhfg56rsdzqqq7kjkrj26jpdfh9w8mm1ap42nbbjph" + (make-linux-libre "4.9.33" + "1dam6vqymhlx1vsl0lzxphamiifgyf97snxg18b2czqq402nz094" %intel-compatible-systems #:configuration-file kernel-config)) |