From 9581fc257ad6f865c230f3d89ee4218e2a634f96 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 17 May 2023 11:34:44 -0400 Subject: [PATCH] gnu: linux-libre 5.4: Update to 5.4.243. * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.243. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes. --- gnu/packages/linux.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 354af02281..6bda30ee15 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -563,17 +563,17 @@ (define-public linux-libre-5.10-pristine-source (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.242") +(define-public linux-libre-5.4-version "5.4.243") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts linux-libre-5.4-version linux-libre-5.4-gnu-revision (base32 "1nlgk8ajb5wl3aa96h9a0pb9j5a5wmrbpk63varn557x1d00r7wj") - (base32 "1d6as1yk9svysh07hdybs8glvn8s9f8gwlbjl7f9m920pdam2r60"))) + (base32 "070j069sj6spy2wkzfzm1d5jd7pffm0s1m917wblc8d3x8pbgvf8"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0a7wfi84p74qsnbj1vamz4qxzp94v054jp1csyfl0blz3knrlbql"))) + (hash (base32 "017b1xhmjpmiq48pzzx36wn6jwwgaq2kgia51h7pxr7fxr7ndky3"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4)))