diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-05 01:04:46 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-05 01:04:46 -0400 |
commit | 68bf7997ebdf69f949487ccfd1582cbd83635f39 (patch) | |
tree | a2c221fd5d50c8f4a74cffd6648bfad017ddf88b /gnu/packages/linux.scm | |
parent | aba41c05d960e0187fae0cc03741a0a17db5b85d (diff) | |
download | guix-68bf7997ebdf69f949487ccfd1582cbd83635f39.tar guix-68bf7997ebdf69f949487ccfd1582cbd83635f39.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.33.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.33.
(%linux-libre-4.19-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 dcb7aa9048..04ce6f4857 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.32") -(define %linux-libre-4.19-hash "19bryl8nmnnnrfh91pc8q9yiayh5ca2nb6b32qyx6riahc5dy0i9") +(define %linux-libre-4.19-version "4.19.33") +(define %linux-libre-4.19-hash "147ksl3ksxdv2ifr18cbzq4647n9d7yr7kbxg02sljia7z3b70cm") (define %linux-libre-4.19-patches (list %boot-logo-patch |