diff options
author | Mark H Weaver <mhw@netris.org> | 2018-01-03 22:17:31 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-01-03 22:17:31 -0500 |
commit | 96970868b02e19a0c240da65ac7ea3868cae6131 (patch) | |
tree | 18d2d6682797e88dcf65a80dd89b8d650712acf9 | |
parent | ceec0fb454c814dcec581afac19bf0e422a2381c (diff) | |
download | guix-96970868b02e19a0c240da65ac7ea3868cae6131.tar guix-96970868b02e19a0c240da65ac7ea3868cae6131.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.74.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.74.
-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 af15510d38..3edad8b8d5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -384,8 +384,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.73" - "0a5xgy7g7sb3439brv4hvpb2hjzs22nhibz8vxdmi4sqaqchh9r7" + (make-linux-libre "4.9.74" + "1xavyjj1ajg1nb6iy75ih1k2rwcfx09vjav1a69r0vq4q140qsfc" %intel-compatible-systems #:configuration-file kernel-config)) |