diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-28 05:36:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-28 05:36:20 -0400 |
commit | 8ba0bd1c6c6d7476f5252da95cdc906b63935418 (patch) | |
tree | 97df887df12755be92c2b223f5b6c828c58d419e /gnu | |
parent | bdb59b331bac0dea4a75b055334313ddc7bfecc8 (diff) |
gnu: linux-libre@4.4: Update to 4.4.57.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.57.
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 c42a679ba9..a9fbf918c8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -354,8 +354,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.56" - "16fa4rf6vdyakvjis2ahvzdw87znsqgxd84458y86z2szwbaym7n" + (make-linux-libre "4.4.57" + "18mgf2xvjfqkg62kmffhbpgxgqpizy400b9ndagq3rlx7pcx5v1j" %intel-compatible-systems #:configuration-file kernel-config)) |