diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-23 02:53:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-23 02:53:16 -0400 |
commit | 9f9dcaaca054448396604790b1dd2ae92a61218f (patch) | |
tree | cb52537f204692623f469a34d1421d328c9fd7f6 | |
parent | cf03bd688bda1ca6fd124adeb680194003d14b59 (diff) | |
download | guix-9f9dcaaca054448396604790b1dd2ae92a61218f.tar.gz guix-9f9dcaaca054448396604790b1dd2ae92a61218f.zip |
gnu: linux-libre@4.19: Update to 4.19.55.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.55.
(%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 32c67b0f32..5967012436 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.53") -(define %linux-libre-4.19-hash "0bk024a7s4my4hf6i7gfg64lill19i4b8x0x3hfsqyy6j153pjlg") +(define %linux-libre-4.19-version "4.19.55") +(define %linux-libre-4.19-hash "12qrd1rzhk0344av0dj9k4fg0i8yfd5n7k5gyw5bmp1y4f5igd59") (define %linux-libre-4.19-patches (list %boot-logo-patch |