diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-29 22:39:19 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-29 22:39:19 -0500 |
commit | a1814acf8256d5bc8e8676154893175fe41273ce (patch) | |
tree | 872e17e10c7e7580dd9aa3e0db9758f921d5500a /gnu/packages/linux.scm | |
parent | 8f4d318921450434dedde5fac1e68a3fb9aab248 (diff) | |
download | patches-a1814acf8256d5bc8e8676154893175fe41273ce.tar patches-a1814acf8256d5bc8e8676154893175fe41273ce.tar.gz |
gnu: linux-libre: Update to 4.19.13.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.13.
(%linux-libre-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 e6932c2a49..bcaeef96e3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -400,8 +400,8 @@ It has been modified to remove all non-free binary blobs.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.19.12") -(define %linux-libre-hash "1cgcg3bw55adx3ivk1aiivrqx5p0ydbz1hzjwzwns0cdqi838cyp") +(define %linux-libre-version "4.19.13") +(define %linux-libre-hash "0ac0ywy542fiwdiab2z12rbjn9zw8vjbzkbpmpk9nfic2mcyrg8r") (define %linux-libre-4.19-patches (list %boot-logo-patch |