diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-04 23:48:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-04 23:48:52 -0400 |
commit | 8feeeb68d3104b04e28b2b0d6d50dc6e8d9847df (patch) | |
tree | 00059f61e7023de9a428278cd97a1477d0866869 | |
parent | 456ba27496ad4a6b1f6515989a89a35a854a7dda (diff) | |
download | guix-8feeeb68d3104b04e28b2b0d6d50dc6e8d9847df.tar.gz guix-8feeeb68d3104b04e28b2b0d6d50dc6e8d9847df.zip |
gnu: linux-libre@4.19: Update to 4.19.48.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.48.
(%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 fc6df4d9cf..06af505edc 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.47") -(define %linux-libre-4.19-hash "155rn6f555d2r1bqzi74zdif44ay7gk25xxjgw36s9n26dml8wf7") +(define %linux-libre-4.19-version "4.19.48") +(define %linux-libre-4.19-hash "04jwwzc9wbhx33i4bhm3vbs52vxlb8kjdmfjpfild94xbk8m2wy4") (define %linux-libre-4.19-patches (list %boot-logo-patch |