diff options
author | Mark H Weaver <mhw@netris.org> | 2017-06-18 00:50:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-06-18 00:50:03 -0400 |
commit | b2b800f1ff4b62a4e26498181cfcbe59021fb301 (patch) | |
tree | 28c71f3985c05317f9f8ac9b28763666da620653 /gnu | |
parent | e07bc1ff74460775fec0a73c30ae91a46c6c0ea4 (diff) | |
download | guix-b2b800f1ff4b62a4e26498181cfcbe59021fb301.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.73.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.73.
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 1f8b7c3ad9..c7ce39fe51 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -374,8 +374,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.72" - "1xb2hyyw1db1viahi3fxwvch17lgn2yx3qcghrb20hys19pxz0f4" + (make-linux-libre "4.4.73" + "144ssqw1dr86z4cgl797pq5rggfibsxqk7wmfbl6j92l1cj6yjrz" %intel-compatible-systems #:configuration-file kernel-config)) |