aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-07-27 15:19:53 +0200
committerLeo Famulari <leo@famulari.name>2024-08-04 15:54:47 -0400
commit8006d74ce6dbe74806d14e74e3f32e7a5c92811a (patch)
treee7ed632d035941319c9875b9dbe5e0ecd7b11311 /gnu
parent8b5db0eef662f96f62e5cea6a127761116758f91 (diff)
downloadguix-8006d74ce6dbe74806d14e74e3f32e7a5c92811a.tar
guix-8006d74ce6dbe74806d14e74e3f32e7a5c92811a.tar.gz
gnu: linux-libre 4.19: Update to 4.19.319.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.319. (linux-libre-4.19-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I25ba240e34bac8fda3a63ae304b00951aa8226dd
Diffstat (limited to 'gnu')
-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 574a1426d4..675a9121d4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -625,7 +625,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.318")
+(define-public linux-libre-4.19-version "4.19.319")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -635,7 +635,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "14vl0288apl76rvxa9yxfggrc4600bjsn4gw097m4gy5ldiaapqd")))
+ (hash (base32 "0c7bhb31hpbbw1is1ykppk9lm0x025yyd4hrmlg1s6yg75rxqkal")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))