diff options
-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 d6bef7ef46..5c584fb9e9 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.23" - "1svazmpd59rqfrzdddh46h8wi4smbms6dvww452xgdh59awcfaxx" + (make-linux-libre "4.9.24" + "0554b5899wvzf3w6wxxxsniriq3mw31h23kb2xp9g815yhnw6acd" %intel-compatible-systems #:configuration-file kernel-config)) |