gnu: linux-libre 5.15: Update to 5.15.112.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.112.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
This commit is contained in:
Leo Famulari 2023-05-17 11:34:14 -04:00
parent 122e5ae5e6
commit 3dcc809c4e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -533,17 +533,17 @@ (define-public linux-libre-6.1-pristine-source
;; The "longterm" kernels — the older releases with long-term upstream support.
;; Here are the support timelines:
;; <https://www.kernel.org/category/releases.html>
(define-public linux-libre-5.15-version "5.15.111")
(define-public linux-libre-5.15-version "5.15.112")
(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 "0vj60bra81fmbx3lz924czbhxs4dmvd4d584g9mcs80b7c4q52kg")
(base32 "03hwhwbcicwyx5i30d6m715kwgrxz4h21xhk55wnawlk8zhx3r35")))
(base32 "0w5wyw8zp124nwydjvpnih7q3lp7gadlgsw60syw45nqq0afvlz3")
(base32 "00n8c7ghfs36bvz0yjw6w9daf5zcgj94kxxn27bfyfm274rkddmz")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
(hash (base32 "1hmfvii77w70dx1lsfigc7nmjblvs1q131q48didsn01khjymkkp")))
(hash (base32 "0lfnd8mpb3nzvd0gk0jbls3zx7y5kskc4kgccjgkc34flgdyps5h")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))