diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:35:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-07 14:39:46 -0400 |
commit | b7d147c12beee5a1a08c525e88d103ec752a79c8 (patch) | |
tree | 3f45d390400583ba1469f8afbc3237b9da529215 | |
parent | f60784228a05c21aabc0a97b62fb158ce479525c (diff) | |
download | guix-b7d147c12beee5a1a08c525e88d103ec752a79c8.tar guix-b7d147c12beee5a1a08c525e88d103ec752a79c8.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.146.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.146.
-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 f13c3f8986..855d6b1ab1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.145" - "1c8lcibc6f8194ix3paip30jb9cqvn4lni6jjskyrmavcfy4rlbp" + (make-linux-libre "4.4.146" + "1gpshdkn2rfg8kkf2qb2z30yk1lgzndk0fn1bvnrmfmx7swc45w8" %intel-compatible-systems #:configuration-file kernel-config)) |