diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-27 13:47:15 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-27 13:47:15 -0500 |
commit | fd5784d88924b8fd57f13aa26dc9596cac511a3e (patch) | |
tree | d898c358b52ea0bb3e67a83cceafc86280e8486c /gnu/packages/linux.scm | |
parent | 70b1b5b7d02196ba0ba23d4c3ae7b5a880fc25ac (diff) | |
download | patches-fd5784d88924b8fd57f13aa26dc9596cac511a3e.tar patches-fd5784d88924b8fd57f13aa26dc9596cac511a3e.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.26.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.26.
(%linux-libre-4.19-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 ba1d6faa2f..b5ce7d0739 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.25") -(define %linux-libre-4.19-hash "0kg8gibmyihh4lr7ksp8szrs0jx5sr2g56szm69lff1zmsywpqc6") +(define %linux-libre-4.19-version "4.19.26") +(define %linux-libre-4.19-hash "0xp1hqcwimyvzzbci741vymc8mrgk3cycv8l020zas1dfw5wn48c") (define %linux-libre-4.19-patches (list %boot-logo-patch |