diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-12 13:03:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-12 13:03:53 -0400 |
commit | 6a2d0191c667731aa36c83db03fa5c639b33a59d (patch) | |
tree | a851b7861e8e67e05c31fded57649c3a7a95f19b /gnu/packages/linux.scm | |
parent | 7ef05bcf4bc6eebcdfc715bdcab4972aba33c1a1 (diff) | |
download | patches-6a2d0191c667731aa36c83db03fa5c639b33a59d.tar patches-6a2d0191c667731aa36c83db03fa5c639b33a59d.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.50.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.50.
(%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 1b705e335d..395d3798a3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -448,8 +448,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-version %linux-libre-hash)) -(define %linux-libre-4.19-version "4.19.49") -(define %linux-libre-4.19-hash "0dxmm8190h0g5indj3sqfipkji10y3icr8xnf7bbz7086nkkrcvz") +(define %linux-libre-4.19-version "4.19.50") +(define %linux-libre-4.19-hash "0j1p459al3y77cv2xwjx7ppghc8ixs3wm3w9a10sc3ckbq1hw8ly") (define %linux-libre-4.19-patches (list %boot-logo-patch |