diff options
author | Mark H Weaver <mhw@netris.org> | 2020-05-10 21:36:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-05-10 21:36:18 -0400 |
commit | 72bbae65f9182e0d44544d7c51c21603731a20ef (patch) | |
tree | 6ea7323fb72d39abee2a95e5e2b82890d556a253 | |
parent | f59cfae39a38251bd00631e6f58dfb03f60f097b (diff) |
gnu: linux-libre@4.19: Update to 4.19.122.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.122.
(linux-libre-4.19-pristine-source): Update hash.
-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 306726b7e9..a94a7f224d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -385,10 +385,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.121") +(define-public linux-libre-4.19-version "4.19.122") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "11bhjdaihhc42xhf4qxdkkjznc0i6igh0ahjbzr3fb8bmq9sirgv"))) + (hash (base32 "1980vza1vf6cl772dynn4m0rgdjazbn125kd6sb3s06gqn72cl2h"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |