diff options
author | Mark H Weaver <mhw@netris.org> | 2020-07-31 13:35:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-07-31 13:38:26 -0400 |
commit | 2bc733e2711f2d5c7ca894da555d07d44388cf75 (patch) | |
tree | 540e92d4d3da6b088e5d94c08e525f822670a88c /gnu/packages | |
parent | 95d44e7a29675babd9965c8e961cebc18bda8327 (diff) |
gnu: linux-libre@4.19: Update to 4.19.136.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.136.
(linux-libre-4.19-pristine-source): 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 963c0edd0e..fc7a9e43dc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -395,10 +395,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.135") +(define-public linux-libre-4.19-version "4.19.136") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "165g6agfvjxi5qi9gm5ilnfn6d01shjwypia3n4370i5lv5cxmrk"))) + (hash (base32 "0ghnsr6m5cidk3xz8cgkl8mpn0lrn2r4wxmhf4n0wamn5m1kpyci"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |