diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-28 19:34:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-28 19:36:19 -0400 |
commit | 4bdf98f62f1472ec18a9b663f36d460dffc342fd (patch) | |
tree | 441ac0339af5fb96b47e4cf5950a6cf61e803926 /gnu | |
parent | 8ea1d2b5bdb74d9c47f16ec2fbd785d0ae812045 (diff) | |
download | guix-4bdf98f62f1472ec18a9b663f36d460dffc342fd.tar.gz guix-4bdf98f62f1472ec18a9b663f36d460dffc342fd.zip |
gnu: linux-libre@4.19: Update to 4.19.32.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.32.
(%linux-libre-4.19-hash): Update hash.
Diffstat (limited to 'gnu')
-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 a50f246166..02ebc95f1e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.31") -(define %linux-libre-4.19-hash "0s0j5mnl83rg23shqfyhk352m3jhq1h7bksyz0sd8sz3q3pwj2ii") +(define %linux-libre-4.19-version "4.19.32") +(define %linux-libre-4.19-hash "19bryl8nmnnnrfh91pc8q9yiayh5ca2nb6b32qyx6riahc5dy0i9") (define %linux-libre-4.19-patches (list %boot-logo-patch |