diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:27:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-08 00:27:55 -0400 |
commit | 4b2cc0b6495dd764bcb0b4a2ae0fdd6a9326e7b3 (patch) | |
tree | 5c869f9f1d638bd71a11a9f880cc6cbba52a6ccc /gnu/packages | |
parent | 68f206e60e1f0386ada229feecad29f16d999dc8 (diff) | |
download | guix-4b2cc0b6495dd764bcb0b4a2ae0fdd6a9326e7b3.tar.gz guix-4b2cc0b6495dd764bcb0b4a2ae0fdd6a9326e7b3.zip |
gnu: linux-libre@4.19: Update to 4.19.34.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.34.
(%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 9832c51f0a..0c2c3e5e49 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -438,8 +438,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.0-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.33") -(define %linux-libre-4.19-hash "147ksl3ksxdv2ifr18cbzq4647n9d7yr7kbxg02sljia7z3b70cm") +(define %linux-libre-4.19-version "4.19.34") +(define %linux-libre-4.19-hash "0rmpyj2qb651p2k2srpjndjxry87hr5vq0jkk4rvxjhm5y3sb65l") (define %linux-libre-4.19-patches (list %boot-logo-patch |