diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:14:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:19:38 -0400 |
commit | 5b7be798b2dce8b52db7021943ca896855fa657c (patch) | |
tree | 13d1e76381b50c8accb108a0ed45af4bcfb0b759 /gnu/packages | |
parent | d87d375b64f3392885f0b5a890d3fa093e141de6 (diff) |
gnu: linux-libre@4.19: Update to 4.19.46.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.46.
(%linux-libre-4.19-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 72305345c1..5f69e5b248 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -440,8 +440,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.1-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.45") -(define %linux-libre-4.19-hash "1wiy8vzpzzml4k76nv3ycjx7ky55x7dqx3mgpjqbh73mj2gcr5bx") +(define %linux-libre-4.19-version "4.19.46") +(define %linux-libre-4.19-hash "17yy3h064kr7zck07wdrw3fmmmnfk15m17xvkpkc4yv5vxxi76vh") (define %linux-libre-4.19-patches (list %boot-logo-patch |