gnu: linux-libre 5.15: Update to 5.15.169.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.169.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.

Change-Id: I1f58e02014ce55fe8b2e4d037ea1206cd326166d
This commit is contained in:
Leo Famulari 2024-10-23 12:59:38 -04:00
parent 03b94d063b
commit 26169c80a6
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -578,17 +578,17 @@ (define-public linux-libre-6.1-pristine-source
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
(define-public linux-libre-5.15-version "5.15.167")
(define-public linux-libre-5.15-version "5.15.169")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
linux-libre-5.15-version
linux-libre-5.15-gnu-revision
(base32 "18ac30kxg2mf2f6gk3p935hzhz2qs110jy4xwk21kblnnkskbxj8")
(base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8")))
(base32 "1pbl08jzqh944z34bz25k2v7igsm3r89jbcg0hba3cvyybkkfc2g")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
(hash (base32 "0c6s6l5sz9ibws7bymb393ww0z9i3amsk1yx0bahipz3xhc1yxdi")))
(hash (base32 "0w2k4yrfrdnywbg3lqppig41yydy9c48v3jhfyach6zx8pccc676")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))