diff options
author | Mark H Weaver <mhw@netris.org> | 2018-12-17 23:36:03 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-12-17 23:36:03 -0500 |
commit | 6a9659f5d88b082c3fa831a28ae953c4faed0efc (patch) | |
tree | df7b8642ffd46071a1bb4e008f42c08d77dd061c /gnu | |
parent | ce146a872ce21f34987b19c927b747c1aade1a7a (diff) |
gnu: linux-libre: Update to 4.19.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.10.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 b20be91bc5..105431b318 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.9") -(define %linux-libre-hash "0yi7f7c5nxk03mja82kmnz2681bxpyl4drvz767dsx19d6gq1h1d") +(define %linux-libre-version "4.19.10") +(define %linux-libre-hash "1gazdjnm9hhsclc6l7g7rn9545m1gdil1zxrziihs71hi20rx1pf") (define %linux-libre-4.19-patches (list %boot-logo-patch |