diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-28 23:50:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-28 23:50:39 -0400 |
commit | 00b0d0e611f3f5ee6e0d993813bf589a6733b080 (patch) | |
tree | dc0a97ccd738869b12c4debe6eb328ad979d2e53 /gnu | |
parent | 2ca147bc8870992e601d4603f31a89a9e881a8c2 (diff) | |
download | guix-00b0d0e611f3f5ee6e0d993813bf589a6733b080.tar guix-00b0d0e611f3f5ee6e0d993813bf589a6733b080.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.89.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.89.
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 ae402ed34b..cfba183073 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.88" - "0ds5jxh8p7f8yk55i1xbvz0xmgp4nc7g1xka23c4mcbal2v9v5b2" + (make-linux-libre "4.4.89" + "1bw1cma8hxcj6wi8znc4nvw1p6dlc1lgciqak6n6ijn53xdd242h" %intel-compatible-systems #:configuration-file kernel-config)) |