diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-15 18:56:17 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-15 18:56:17 -0400 |
commit | 644ccc901183ee9e18c8b1401a90781938caef76 (patch) | |
tree | d2244a34d4c444bb97a1d368be3205fb4b2e1559 | |
parent | 0b67460918033f450dc6359bc844716dfc987577 (diff) | |
download | guix-644ccc901183ee9e18c8b1401a90781938caef76.tar.gz guix-644ccc901183ee9e18c8b1401a90781938caef76.zip |
gnu: linux-libre@4.19: Update to 4.19.43.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43.
(%linux-libre-4.19-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 633cee37ab..0ac114fa49 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.42") -(define %linux-libre-4.19-hash "0k8jfqc0xjvyrhyj7l9y1xlsfnwk8r3c3w6pf345whbhfv2viwzj") +(define %linux-libre-4.19-version "4.19.43") +(define %linux-libre-4.19-hash "15lx2igfqazn6v0nzs0y1ii6a0mmwqi9dnivs36a9r2f17l8p6p7") (define %linux-libre-4.19-patches (list %boot-logo-patch |