summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-05-27 17:24:54 -0400
committerMark H Weaver <mhw@netris.org>2020-05-27 17:29:38 -0400
commit08ae4a528d2950a007a0b66324482e8143435e63 (patch)
tree1958066dc019d89acd53b4519995e6c10435cdc1
parente3d20816bd9b5897de9c15ac952bec287f8347b2 (diff)
downloadguix-patches-08ae4a528d2950a007a0b66324482e8143435e63.tar
guix-patches-08ae4a528d2950a007a0b66324482e8143435e63.tar.gz
gnu: linux-libre@4.19: Update to 4.19.125.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.125. (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 1ae686b5dc..4a463b4af9 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.124")
+(define-public linux-libre-4.19-version "4.19.125")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "005dznldnj1m03cbkc5pd2q2cv9jj1j6a0x2vh4p79ypg4c01nfm")))
+ (hash (base32 "0zmxs6q2rgssvsh76xq9xgcax7bps19x2448d1q1fj9pzc7g8hwq")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))