diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-19 14:27:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-19 14:27:42 -0400 |
commit | 5547653eb8416cde862b65ab9f747361c2ff08e9 (patch) | |
tree | 99d8b3249df54d754eb4eb9a9ca6645ec0e21606 /gnu/packages | |
parent | 3f6b7699cd360d0721b87f4a2b145ca9fdd44bbc (diff) | |
download | patches-5547653eb8416cde862b65ab9f747361c2ff08e9.tar patches-5547653eb8416cde862b65ab9f747361c2ff08e9.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.35.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.35.
(%linux-libre-4.19-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 4d01daf766..22f5f9e166 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -459,8 +459,8 @@ It has been modified to remove all non-free binary blobs.") between the CDemu userspace daemon and linux kernel.") (license license:gpl2+))) -(define %linux-libre-4.19-version "4.19.34") -(define %linux-libre-4.19-hash "0rmpyj2qb651p2k2srpjndjxry87hr5vq0jkk4rvxjhm5y3sb65l") +(define %linux-libre-4.19-version "4.19.35") +(define %linux-libre-4.19-hash "1vz9h7m02012xszsfzzfxnvi4ghfi47gx8xqkcclkiyh8ql337cf") (define %linux-libre-4.19-patches (list %boot-logo-patch |