summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-06-03 14:47:09 -0400
committerMark H Weaver <mhw@netris.org>2020-06-03 14:47:09 -0400
commit644690b3e2d3bcb565ce796b096bb05d6944d690 (patch)
tree6174902569c8a7313fc7135ad3e567f7fce21848
parentf2a65479becef076584888d535bcc471a557f7aa (diff)
downloadguix-patches-644690b3e2d3bcb565ce796b096bb05d6944d690.tar
guix-patches-644690b3e2d3bcb565ce796b096bb05d6944d690.tar.gz
gnu: linux-libre@4.19: Update to 4.19.126.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.126. (linux-libre-4.19-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bdc8ef9761..e86baed959 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.125")
+(define-public linux-libre-4.19-version "4.19.126")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "0zmxs6q2rgssvsh76xq9xgcax7bps19x2448d1q1fj9pzc7g8hwq")))
+ (hash (base32 "129ziwvk3f4xh8jvnq2krajc0bnrl2zxffqsiz63j7p3vc57wakf")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))