diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-06 17:15:37 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-06 17:15:37 -0500 |
commit | 1ecd6624ab304fa50b9cd5ce33b8168e9c556ec5 (patch) | |
tree | c08c92b36f66389bec291a92809635ea0124c8ef | |
parent | e6c28113e6d74c713f8d77bd3d8a543e6871a413 (diff) | |
download | guix-1ecd6624ab304fa50b9cd5ce33b8168e9c556ec5.tar guix-1ecd6624ab304fa50b9cd5ce33b8168e9c556ec5.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.143.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.143.
-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 11ac9e6e10..cfd8db8a4c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -433,8 +433,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.142" - "0a7c41m41p83byn68cfixq460sy73ahwcx9y3xm6cv05grqza8zh" + (make-linux-libre "4.9.143" + "0vg6hs7vc09riyki8lyy73p3ghl6k9q4xfv7dals4s9q61i6b6d6" %intel-compatible-systems #:configuration-file kernel-config)) |