diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-20 17:58:31 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-20 18:04:35 -0400 |
commit | c6ede267e64ea6b5e3546274fafd2afc84f8b140 (patch) | |
tree | 93d1f968d7e068c84a83ce84e20448dc76c98589 /gnu/packages | |
parent | ea2364621a57f4797a512caa53cbf0d4475c1c90 (diff) | |
download | guix-c6ede267e64ea6b5e3546274fafd2afc84f8b140.tar guix-c6ede267e64ea6b5e3546274fafd2afc84f8b140.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.157.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.157.
Diffstat (limited to 'gnu/packages')
-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 e34c67cb0f..1657ebc71a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,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.156" - "13j4jb4hifh3fah2ysy2425fakwqqdh2z23lf4i0frxa1xl974h2" + (make-linux-libre "4.4.157" + "00bnfqwkr0jfdabmwx5qk5bqxn5vwnnzwqbm5rfg7lggii74kk54" %intel-compatible-systems #:configuration-file kernel-config)) |