diff options
author | Mark H Weaver <mhw@netris.org> | 2017-09-01 00:30:17 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-09-01 00:30:17 -0400 |
commit | d215e41a26b3392438c86910c3a249761244a4a9 (patch) | |
tree | 5e7980f74560e16e7900c15b6048592103b34ab5 /gnu/packages | |
parent | 1b3f5fc3878e3fc7852de6afd5032c1e43435d5e (diff) | |
download | guix-d215e41a26b3392438c86910c3a249761244a4a9.tar guix-d215e41a26b3392438c86910c3a249761244a4a9.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.85.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.85.
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 d454b08029..33d1ac8743 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.84" - "00lp3471mvwpq5062cynaakjn7bjpylmg1d1wwmhh6fdknd2h1kz" + (make-linux-libre "4.4.85" + "1ahcgz2531c0zmyyw54w5z2fzwlqqn68hl7dyy4hxdns4yx3irmz" %intel-compatible-systems #:configuration-file kernel-config)) |