diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-08 03:46:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-08 03:46:16 -0400 |
commit | b3a63e697df48a15970f024dc2108e82c4ba87e1 (patch) | |
tree | c5381c35f707588215c88fb964bf4b81b670a2a8 | |
parent | 5c6f434d74b66bc3b3689c9902f610e24e7187cb (diff) | |
download | guix-b3a63e697df48a15970f024dc2108e82c4ba87e1.tar guix-b3a63e697df48a15970f024dc2108e82c4ba87e1.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.48.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.48.
-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 fb3bc4dbb1..e01f298796 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -377,8 +377,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.47" - "0gkmznb168m90zhyn9xg9420k64ba7bmyg70gazfr80y47w6jpdw" + (make-linux-libre "4.9.48" + "0xm7fr4z3k8cxdybk4q0n7iv5c44y7a8zsqvcmn9wznymq37663r" %intel-compatible-systems #:configuration-file kernel-config)) |