diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-30 15:31:59 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-30 15:31:59 -0500 |
commit | 838fdebb7323d188e67b4fd06bde4c8eb1873a79 (patch) | |
tree | 653068d306ed28b66984ed1648cd0548cb2c7e00 /gnu | |
parent | c4556777d99fd9d491ff6e1669f680f15d5b4bcd (diff) | |
download | guix-838fdebb7323d188e67b4fd06bde4c8eb1873a79.tar guix-838fdebb7323d188e67b4fd06bde4c8eb1873a79.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.73.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.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 922674f239..1769584983 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.72" - "1jcjrnbn7q3wa90ibpwxn2hfj2phx8bhj0k7isblgrj674s7zzzv" + (make-linux-libre "4.9.73" + "0a5xgy7g7sb3439brv4hvpb2hjzs22nhibz8vxdmi4sqaqchh9r7" %intel-compatible-systems #:configuration-file kernel-config)) |