diff options
author | Mark H Weaver <mhw@netris.org> | 2020-03-25 20:36:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-03-25 20:36:25 -0400 |
commit | 1d777c78379441a325652f92a8616d6f51d82b34 (patch) | |
tree | 09226cf363670b4d5c9e1b3ffcaaec9b0934e96d /gnu/packages/linux.scm | |
parent | 7d57a190f6896c04b5dad66bf4360bc48a4052ff (diff) |
gnu: linux-libre@4.19: Update to 4.19.113.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.113.
(linux-libre-4.19-pristine-source): 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 f2dcc325ff..15b74d8c85 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -370,10 +370,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.112") +(define-public linux-libre-4.19-version "4.19.113") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0yiyqwgh6wcyshpdj98s7dc4ahyx47y6whvnww6sjmzdq0fb3hi4"))) + (hash (base32 "1rf0jz7r1f4rb4k0g3glssfa1hm2ka6vlbwjlkmsx1bybxnmg85m"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |