summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-01-23 23:10:38 -0500
committerMark H Weaver <mhw@netris.org>2020-01-23 23:16:56 -0500
commite0376b60e1bf216091f2e7dab1f9392bd17f5c55 (patch)
tree28a53c6316fddc280324443ea1af568fcb8e3664
parent666581fd57771d1bc55183ed5af686348b8a9dc6 (diff)
downloadpatches-e0376b60e1bf216091f2e7dab1f9392bd17f5c55.tar
patches-e0376b60e1bf216091f2e7dab1f9392bd17f5c55.tar.gz
gnu: linux-libre@4.19: Update to 4.19.98.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.98. (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 e5eb99476f..8d072c6254 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -365,10 +365,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.97")
+(define-public linux-libre-4.19-version "4.19.98")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "1nln2ksfm0ddkqdmhvxwzqq96av1myx89kr1wxs54m2yw0la7clg")))
+ (hash (base32 "0dr9vnaaycq77r49mj001zvkxhdyxkgh27dbjsaxcq1dq8xv3zli")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))