diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-22 23:56:55 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-22 23:56:55 -0500 |
commit | 2cd8c24ec3d4c46621573cb6f42e3e49a48622b8 (patch) | |
tree | a3e710d5139debd437f93fd359757ee67f16bb5b | |
parent | 97f67f9da0629f463b4f6487f7efe04b1bbf3ac9 (diff) | |
download | patches-2cd8c24ec3d4c46621573cb6f42e3e49a48622b8.tar patches-2cd8c24ec3d4c46621573cb6f42e3e49a48622b8.tar.gz |
gnu: linux-libre: Update to 4.19.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.12.
(%linux-libre-hash): Update hash.
-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 94ac412851..8920cb3711 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.11") -(define %linux-libre-hash "1wsxh2hdb4g18vwhr91rm964g801k7ign3p353211gahpdvzay5c") +(define %linux-libre-version "4.19.12") +(define %linux-libre-hash "1cgcg3bw55adx3ivk1aiivrqx5p0ydbz1hzjwzwns0cdqi838cyp") (define %linux-libre-4.19-patches (list %boot-logo-patch |