diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:20:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:20:44 -0400 |
commit | bb2efc03849f2b89e9bfd85164a1c13df883143f (patch) | |
tree | 5a9895f63afb4dc27cc9e30e2ef1055b9c3cf165 | |
parent | 435722f72c5dcc53e2920c7b4910f1b8262ed32b (diff) | |
download | guix-bb2efc03849f2b89e9bfd85164a1c13df883143f.tar.gz guix-bb2efc03849f2b89e9bfd85164a1c13df883143f.zip |
gnu: linux-libre@4.9: Update to 4.9.123.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.123.
-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 d7ae05331d..0c50340447 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -445,8 +445,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.122" - "1yjld5q0xpsv4pd285hjp50kr2i41p3yiy1afp8nf88322i2947w" + (make-linux-libre "4.9.123" + "1rljdp3vzhmdc6qha6b9dq0d1a3xz06rn51pb4ad3a2y61mph9sv" %intel-compatible-systems #:configuration-file kernel-config)) |