diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-01 01:40:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-01 01:40:52 -0400 |
commit | bc5d9ae7c944d79edaf71101b0937ec00e061a37 (patch) | |
tree | 00af12556faeb134ac01a77b61d6c637b77767f6 | |
parent | 83c067287784f3021fc6289d18289e28521b75cf (diff) | |
download | guix-bc5d9ae7c944d79edaf71101b0937ec00e061a37.tar.gz guix-bc5d9ae7c944d79edaf71101b0937ec00e061a37.zip |
gnu: linux-libre@4.19: Update to 4.19.47.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.47.
(%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 7a1670af5a..bdf7ab94b6 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.46") -(define %linux-libre-4.19-hash "17yy3h064kr7zck07wdrw3fmmmnfk15m17xvkpkc4yv5vxxi76vh") +(define %linux-libre-4.19-version "4.19.47") +(define %linux-libre-4.19-hash "155rn6f555d2r1bqzi74zdif44ay7gk25xxjgw36s9n26dml8wf7") (define %linux-libre-4.19-patches (list %boot-logo-patch |