diff options
author | Mark H Weaver <mhw@netris.org> | 2016-11-22 21:49:39 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-11-22 21:49:39 -0500 |
commit | 4263eb4dd0cf9948f524dceed728008607e76e47 (patch) | |
tree | 44ef713ec03906e77dcadb496d18d10c0bccac31 | |
parent | 66ebb5bca3c072d1887eb09cfa5fb08100127720 (diff) | |
download | guix-4263eb4dd0cf9948f524dceed728008607e76e47.tar guix-4263eb4dd0cf9948f524dceed728008607e76e47.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.34.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.34.
-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 5870723baf..c75947ec25 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.33" - "0d8axxymb51wh4gdhg674z3wjx4vpcl71cn4z44lml9xbnhhppkx" + (make-linux-libre "4.4.34" + "04ng40l2av34bcfwjs5vliv15f0m8bl0sfw08imspiplxvajd6ca" %intel-compatible-systems #:configuration-file kernel-config)) |