diff options
author | Mark H Weaver <mhw@netris.org> | 2016-11-30 20:23:11 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-11-30 20:23:11 -0500 |
commit | 7d9df7ca229a36189b8e1c8e19bf714a45f0d148 (patch) | |
tree | 66acbfb6db1c907511211ad531d9c7bd0a532bc6 | |
parent | e0593466a196a9ddc0a8e2febc0197e6a1c4953a (diff) | |
download | guix-7d9df7ca229a36189b8e1c8e19bf714a45f0d148.tar guix-7d9df7ca229a36189b8e1c8e19bf714a45f0d148.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.35.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.35.
-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 f71977c43a..e7b3a8ac4e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -333,8 +333,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.34" - "04ng40l2av34bcfwjs5vliv15f0m8bl0sfw08imspiplxvajd6ca" + (make-linux-libre "4.4.35" + "1g93wnmr3f23c940r84pslwgg6yfxiqxx1i3bxhp7wg7zh3wnga4" %intel-compatible-systems #:configuration-file kernel-config)) |