diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-10 01:51:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-10 01:51:08 -0400 |
commit | 84b3d9dd93bb9f899c8a7f29b8644171f8dab456 (patch) | |
tree | ac584a1d00ea916b1ba6c6df31293e247b2d1d14 | |
parent | 5d293300f8abe07bcb0de42bf5dbefef96d3c9fd (diff) |
gnu: linux-libre@4.19: Update to 4.19.49.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.49.
(%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 176a25710d..8f1fabc90c 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.48") -(define %linux-libre-4.19-hash "04jwwzc9wbhx33i4bhm3vbs52vxlb8kjdmfjpfild94xbk8m2wy4") +(define %linux-libre-4.19-version "4.19.49") +(define %linux-libre-4.19-hash "0dxmm8190h0g5indj3sqfipkji10y3icr8xnf7bbz7086nkkrcvz") (define %linux-libre-4.19-patches (list %boot-logo-patch |