diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-06 18:27:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-06 18:27:45 -0400 |
commit | 428951b84f1b704fbc792bbd0304bda9b8f71cfe (patch) | |
tree | b0265fcfcdf532d6f5089e5dcd167fd0661ab491 /gnu/packages | |
parent | 90d23ed9df33e35e157fecd8ab60f55e716ca42f (diff) | |
download | guix-428951b84f1b704fbc792bbd0304bda9b8f71cfe.tar guix-428951b84f1b704fbc792bbd0304bda9b8f71cfe.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.90.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
Diffstat (limited to 'gnu/packages')
-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 3103656b75..44f5a5fb91 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,8 +383,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.89" - "1bw1cma8hxcj6wi8znc4nvw1p6dlc1lgciqak6n6ijn53xdd242h" + (make-linux-libre "4.4.90" + "1sqzvz8yrcf99vhphkxp1wm2agq6q9nshxb1mkypspm8rhm11vhw" %intel-compatible-systems #:configuration-file kernel-config)) |