diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-28 00:40:48 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-28 00:40:48 -0400 |
commit | f28851be959c1dedf4e3a6c9d8041fd80e7c30a2 (patch) | |
tree | 4e090b827279075d6724740991928d50361751eb | |
parent | 01c58cb3e98513e9910fef5e58db0ea1bfc87387 (diff) |
gnu: linux-libre@4.9: Update to 4.9.25.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.25.
-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 a76dcce69e..b95f34d2a6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -363,8 +363,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.24" - "0554b5899wvzf3w6wxxxsniriq3mw31h23kb2xp9g815yhnw6acd" + (make-linux-libre "4.9.25" + "15vcphpz40n75jwhbpbwiqvgxsdn05n6nbfg5cksyy24f9fpd35k" %intel-compatible-systems #:configuration-file kernel-config)) |