gnu: linux-libre 4.19: Update to 4.19.324.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324.
(linux-libre-4.19-pristine-source): Update hash.

Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c
This commit is contained in:
Leo Famulari 2024-11-20 19:28:54 -05:00
parent 50d9e8b454
commit 0de78424bd
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -606,7 +606,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.323")
(define-public linux-libre-4.19-version "4.19.324")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@ -616,7 +616,7 @@ (define deblob-scripts-4.19
(base32 "048isws4h3lya8dwpwyhqglsjg9sckxk0gfsxdbqg336n5vi0gb1")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
(hash (base32 "073akfd30bnk0r8hw1lywv2d7svslhfl5lx9zlkdhjf6p9gj3jgf")))
(hash (base32 "1rpzhx6zx7kav638m78fcqhw3igzggdcyc2r7ns8inh75nnl1qch")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))