diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-04 20:34:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-04 20:36:28 -0400 |
commit | 45f4ddd7c017ebfc8096f702c72a1fdac67787ed (patch) | |
tree | 073a4605fbf63fe4237ca34755bf4e441f823c94 | |
parent | 9e2aa70bad8c06cdf9a44065a31f12b3205e92e0 (diff) | |
download | guix-45f4ddd7c017ebfc8096f702c72a1fdac67787ed.tar guix-45f4ddd7c017ebfc8096f702c72a1fdac67787ed.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.131.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.131.
-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 ec2520cdff..2b36d8b93c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -446,8 +446,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.130" - "1l3ra1pbgz0wbpp1ci90sj9x9iamvagx1vdbdfbmpjsgh1cfnpmq" + (make-linux-libre "4.9.131" + "11pxwl7dmisbf2szg9qzkvhlpk68clh5l478n7b62q7hd8j3hxlv" %intel-compatible-systems #:configuration-file kernel-config)) |