diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:14:35 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-04 19:30:17 -0400 |
commit | 75b27002ebe740131f28e3cad440ea3df00cbbd5 (patch) | |
tree | 62c95907d367e311a959bd36b0f0e2d8fe85c10a /gnu/packages/linux.scm | |
parent | d1b2611d22dedeebab8ce68c4d920be57252be4e (diff) | |
download | guix-75b27002ebe740131f28e3cad440ea3df00cbbd5.tar guix-75b27002ebe740131f28e3cad440ea3df00cbbd5.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.53.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.53.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 b5ce7dc262..ea1a9c801e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -411,8 +411,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.52") -(define %linux-libre-4.14-hash "0lx916iw33n32h1fca59r7mh6l2smyml6igvzhimcah62hqx4rk8") +(define %linux-libre-4.14-version "4.14.53") +(define %linux-libre-4.14-hash "1bl20q85vnhbkmjj6gvqhgp379hk26rrivwmc5g5wqz46xyavk2a") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |