diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-30 17:32:35 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-30 17:32:35 -0400 |
commit | ce484f1e090beb7aeed0b7e6f67ba33d20a7f4e9 (patch) | |
tree | 9cd87562b282f8bccd4de92536c409c32feffcd2 /gnu | |
parent | e67512df40d223ed4b8a584ff94f60ca4be140ae (diff) | |
download | guix-ce484f1e090beb7aeed0b7e6f67ba33d20a7f4e9.tar guix-ce484f1e090beb7aeed0b7e6f67ba33d20a7f4e9.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.91.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.91.
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 d1d523fff0..dfd13d3189 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -402,8 +402,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.90" - "0mzy6wcxp9m9icb8mvsbywp1lrbvbv6n8rs3xszqm43dxy9zj1jd" + (make-linux-libre "4.9.91" + "12ap0wh70ms5ja98zbkscdc1sm4khdlaakric9jpl054fgl2cwv6" %intel-compatible-systems #:configuration-file kernel-config)) |