diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-18 21:16:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-18 21:16:44 -0400 |
commit | f8616113dbc9d30a3ce09678952222fc24413940 (patch) | |
tree | f5ef15f83ecf4132ea702acb12d48202df9b237d /gnu/packages/linux.scm | |
parent | 06d707d3ead7aa31ef3432a73e5cfa08734d3eea (diff) | |
download | guix-f8616113dbc9d30a3ce09678952222fc24413940.tar guix-f8616113dbc9d30a3ce09678952222fc24413940.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.23.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.23.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 7d6e66f263..dd11fdaa20 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.22" - "1dvsbqkw7wvg40nmzdyiyvb0i54j5w6d9dvsvv7z87d2id56lqm0" + (make-linux-libre "4.9.23" + "1svazmpd59rqfrzdddh46h8wi4smbms6dvww452xgdh59awcfaxx" %intel-compatible-systems #:configuration-file kernel-config)) |