diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:06:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:06:57 -0400 |
commit | e81148a11d3fe9ba7dde3f50ca26a8df712bd069 (patch) | |
tree | f8f1bf9c4b51cb68d5ad98c259675097774fd1fe /gnu | |
parent | 689b628025ef275e8c6d84693a7c0c012aec0781 (diff) |
gnu: linux-libre@4.19: Update to 4.19.36.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.36.
(%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 6c2ff750b0..b80cd0d662 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.35") -(define %linux-libre-4.19-hash "1vz9h7m02012xszsfzzfxnvi4ghfi47gx8xqkcclkiyh8ql337cf") +(define %linux-libre-4.19-version "4.19.36") +(define %linux-libre-4.19-hash "0dvwza26spa742iznz7rfgsyl4f07x8i6jh2cv5hma9l9fpqc9pi") (define %linux-libre-4.19-patches (list %boot-logo-patch |