diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-07 21:02:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-07 21:02:30 -0400 |
commit | ddb419ce046f6ef7732b71af9f145c46d4aa42de (patch) | |
tree | 735a0388e1f94c1aaec608c3bfe7fa172fa39e76 | |
parent | 48d17ba1d333109876bc53fe6ede6f8b3f519609 (diff) |
gnu: linux-libre@4.9: Update to 4.9.125.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.125.
-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 1670cf7a3c..cabc34b0df 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.124" - "0p78gx5jiqvaf2cadf5jp40lzgarrg0m0ybf9w2499v28vjsp30q" + (make-linux-libre "4.9.125" + "1saihk61l1kk42jf8yfsfkm77zalq31f0bdlam3c1g7yw702wj9g" %intel-compatible-systems #:configuration-file kernel-config)) |