diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-06 18:29:05 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-06 18:29:05 -0400 |
commit | ecfcb2e0482f74a9ab29cb9ac8579093f74d2379 (patch) | |
tree | d48b65afc2f605f31d75798a67fe4573ae5b1b64 /gnu/packages | |
parent | 455670378370518a9bc6a7d1e51e8e0c62426f1d (diff) |
gnu: linux-libre: Update to 4.13.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.5.
(%linux-libre-hash): Update hash.
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 bdd45ddee2..6257c8b47f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -367,8 +367,8 @@ It has been modified to remove all non-free binary blobs.") (define %intel-compatible-systems '("x86_64-linux" "i686-linux")) -(define %linux-libre-version "4.13.4") -(define %linux-libre-hash "028dww9c6x22mvd0jd87bmibqiz5lrsyynrbzka18gh39sk0v8j7") +(define %linux-libre-version "4.13.5") +(define %linux-libre-hash "1crw61x7qrijhpw0azxf9b3fra0cxq87ncni2419p0s23jfdpc4m") (define-public linux-libre (make-linux-libre %linux-libre-version |