summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-06-25 19:07:02 -0400
committerMark H Weaver <mhw@netris.org>2020-06-25 19:07:02 -0400
commit5f465944a04b0bed7c30698d553e259f338deec5 (patch)
tree587aa090e4983f9469015b4a4e1bd1d22e8316a9
parent345f99517ad3923d69246d7a691eed7a67996334 (diff)
downloadguix-patches-5f465944a04b0bed7c30698d553e259f338deec5.tar
guix-patches-5f465944a04b0bed7c30698d553e259f338deec5.tar.gz
gnu: linux-libre@4.19: Update to 4.19.130.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.130. (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 6d15566cbe..cadfd186a1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -387,10 +387,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.129")
+(define-public linux-libre-4.19-version "4.19.130")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "0p0apfviv699mda5zmqphymfybcm932s5yffhvrpqvy2fpas0yx8")))
+ (hash (base32 "03zhsizj53ngwxn7d4mzix9xbxxd5lhbzrvawvbb91f83pkc14m6")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))