diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-27 05:52:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-27 05:52:00 -0400 |
commit | 202190ec392d3284b0dae753b356cb74f4962682 (patch) | |
tree | 5a8f7fc4d640f0352c99e96a3f6fab8350d70e37 /gnu | |
parent | e07cb04d40eaea8aa792e2375f7f127ef54a79f3 (diff) | |
download | guix-202190ec392d3284b0dae753b356cb74f4962682.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.129.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.129.
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 95a5234c76..b3ccaef89f 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.128" - "0lww23xcyyg0dwzrap5x9d700gy3lbxln55n6sqqkm7m89dkqwha" + (make-linux-libre "4.9.129" + "0y7p1xgbpn4nmr5pmqb58shr54lvryr5rxwm9m66knwzj332f3rh" %intel-compatible-systems #:configuration-file kernel-config)) |