diff mbox series

[bug#72708,7/7] gnu: linux-libre 4.19: Update to 4.19.320.

Message ID 07f4c6b2e940ad6dc1b0ad01e59aafbba498882e.1724054236.git.w@wmeyer.eu
State New
Headers show
Series linux-libre kernel updates (2024-08-19) | expand

Commit Message

Wilko Meyer Aug. 19, 2024, 8:03 a.m. UTC
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.320.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I47ab7cffcbb1dde5aa834234c1536e7c5182b5fe
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Wilko Meyer Aug. 22, 2024, 8:33 p.m. UTC | #1
Hi Leo,

Forgot to follow up on the deblob scripts, they didn't change; so this
patch series can be applied to the kernel-updates branch.
Leo Famulari Aug. 27, 2024, 12:11 a.m. UTC | #2
On Thu, Aug 22, 2024 at 10:33:28PM +0200, Wilko Meyer wrote:
> Hi Leo,
> 
> Forgot to follow up on the deblob scripts, they didn't change; so this
> patch series can be applied to the kernel-updates branch.

Thanks for following up! Pushed to 'kernel-updates'
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e28e1117f3..6a6757ca56 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,7 +607,7 @@  (define-public linux-libre-5.4-pristine-source
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.319")
+(define-public linux-libre-4.19-version "4.19.320")
 (define-public linux-libre-4.19-gnu-revision "gnu1")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -617,7 +617,7 @@  (define deblob-scripts-4.19
    (base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0c7bhb31hpbbw1is1ykppk9lm0x025yyd4hrmlg1s6yg75rxqkal")))
+        (hash (base32 "18a723djyq3y2jhjazwgiwqslh1yz954wb82cg7bf083n091lrwx")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))