diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-21 22:05:33 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-21 22:05:33 -0400 |
commit | 7b7770f205ef09315dbf921310adb7fcd40f5a6e (patch) | |
tree | 635d54239244a229321b5adaae9218c8df3534a4 | |
parent | bd5424d487ea8aae6469f7c0dd62e673ac117521 (diff) | |
download | guix-7b7770f205ef09315dbf921310adb7fcd40f5a6e.tar guix-7b7770f205ef09315dbf921310adb7fcd40f5a6e.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.24.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.24.
-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)) |