diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-08 00:34:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-08 00:34:20 -0400 |
commit | cc5792566461b8494f2729ad27e7727754b1e094 (patch) | |
tree | 2793f1b22126a265d7a14497544cc3f5151b920e | |
parent | e78275608065ef073775fabb9f1a757da65851f2 (diff) |
gnu: linux-libre@4.19: Update to 4.19.127.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.127.
(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 db03160085..de42f92ce7 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.126") +(define-public linux-libre-4.19-version "4.19.127") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "129ziwvk3f4xh8jvnq2krajc0bnrl2zxffqsiz63j7p3vc57wakf"))) + (hash (base32 "0vsq5vjyh6n8acjnldfs0zny63l12fn2pssb8zbwidc8qmmqibw2"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |