diff options
author | Mark H Weaver <mhw@netris.org> | 2017-10-13 03:25:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-10-13 03:41:30 -0400 |
commit | 2eac8e6b0d1d2c4f43fe02a8a1e1bd528dc7389e (patch) | |
tree | ea9e7681c0ddacfc4e581f1cc3e31770a85947ef /gnu | |
parent | e7804c3da1df37a90fab7cbfcb1b582da06e3f97 (diff) | |
download | gnu-guix-2eac8e6b0d1d2c4f43fe02a8a1e1bd528dc7389e.tar gnu-guix-2eac8e6b0d1d2c4f43fe02a8a1e1bd528dc7389e.tar.gz |
gnu: linux-libre: Update to 4.13.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.6.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 11077cd4a9..42f4506b1f 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.5") -(define %linux-libre-hash "1crw61x7qrijhpw0azxf9b3fra0cxq87ncni2419p0s23jfdpc4m") +(define %linux-libre-version "4.13.6") +(define %linux-libre-hash "05yldmdjfbmsf4qnvqrcz9qbymz3mdqmhghhpsypjka4hh2cm1va") (define-public linux-libre (make-linux-libre %linux-libre-version |