diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-29 15:56:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-29 15:56:16 -0400 |
commit | 63e98a4c416957e08bf3d267f52c780f4c6b84f2 (patch) | |
tree | 83fcac05988a69be54de52d0417aa8045a0cacf7 /gnu/packages/linux.scm | |
parent | 44fa365e7774a31bc98adff4e87430a3d1e19e26 (diff) | |
download | guix-63e98a4c416957e08bf3d267f52c780f4c6b84f2.tar guix-63e98a4c416957e08bf3d267f52c780f4c6b84f2.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.130.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.130.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 dbe00b567f..de13a36a36 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -446,8 +446,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.129" - "0y7p1xgbpn4nmr5pmqb58shr54lvryr5rxwm9m66knwzj332f3rh" + (make-linux-libre "4.9.130" + "1l3ra1pbgz0wbpp1ci90sj9x9iamvagx1vdbdfbmpjsgh1cfnpmq" %intel-compatible-systems #:configuration-file kernel-config)) |