aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-04 13:48:42 -0500
committerLeo Famulari <leo@famulari.name>2021-03-04 19:59:35 -0500
commitd5a8e530d794beb0e162a124ea3068887b920556 (patch)
treefd017ad2a038454e83a0b2ef64ca8fe6d68a2d0b
parente703977e65124ba8d55e23d38be0653d6ce11311 (diff)
downloadguix-d5a8e530d794beb0e162a124ea3068887b920556.tar
guix-d5a8e530d794beb0e162a124ea3068887b920556.tar.gz
gnu: linux-libre 4.19: Update to 4.19.178.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.178. (linux-libre-4.19-pristine-source): Update hash.
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2d82cf4f85..9e35e533de 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -396,7 +396,7 @@ 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.177")
+(define-public linux-libre-4.19-version "4.19.178")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
linux-libre-4.19-version
@@ -404,8 +404,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32
- "0z9m081jg84mzp639ifx3321bpysfs3rpcrsx9mwdsh19rwv63mc")))
+ (hash (base32 "1vln86ksignzw3d2xk5qgc5a2vghngczfsk949dn3r5dxygvlx8b")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))