diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:54:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-17 23:54:27 -0500 |
commit | 1afd125bebff975a051d127b5954277e6f2e886b (patch) | |
tree | 3d61a1c409190859ab31ffd2c30160f4c6ec8af6 /gnu | |
parent | fdd400d82ed83e230331f837aee70e1d504fe58c (diff) | |
download | guix-1afd125bebff975a051d127b5954277e6f2e886b.tar guix-1afd125bebff975a051d127b5954277e6f2e886b.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.116.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.116.
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 90d859d66b..eda72d6dc2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -407,8 +407,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.115" - "1jjq33jgixkljp3ngxhra0khmfd4mjmp08kw84h422gldb1n2j0q" + (make-linux-libre "4.4.116" + "00y5xhgqiyf7ivivnphwvkjgszk8rzn4s8q3sgshswz3kdic55hj" %intel-compatible-systems #:configuration-file kernel-config)) |