diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-14 14:06:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-14 14:06:21 -0400 |
commit | 9578ed006c54b956d7bad7c54771d4dde6dd8b82 (patch) | |
tree | 57d7f770ca281ebfc06befa74b5dd0eb2af827de | |
parent | 72d5109ca4d43614b099cf34a1cd0c84f41ae013 (diff) |
gnu: linux-libre@4.9: Update to 4.9.94.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.94.
-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 3ee1649666..29b75e9b10 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -410,8 +410,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.93" - "0flmsh4xy7ymyzwm8y4x4id798mx6vy3d6ala7x1bq41hf00075p" + (make-linux-libre "4.9.94" + "1ff6g1pq16l95bpw4bfagdg4dd49mgfrg9z7l7s6r9z7qp14cd7m" %intel-compatible-systems #:configuration-file kernel-config)) |