gnu: linux-libre 5.15: Update to 5.15.113.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.113.
(linux-libre-5.15-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2023-05-24 18:40:03 -04:00
parent 4213909937
commit e91ceece76
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -533,7 +533,7 @@ (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.112")
(define-public linux-libre-5.15-version "5.15.113")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@ -543,7 +543,7 @@ (define deblob-scripts-5.15
(base32 "00n8c7ghfs36bvz0yjw6w9daf5zcgj94kxxn27bfyfm274rkddmz")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
(hash (base32 "0lfnd8mpb3nzvd0gk0jbls3zx7y5kskc4kgccjgkc34flgdyps5h")))
(hash (base32 "1jmrnd0ri75gl0k80g93zqyg00lbf1gqai3dga383ms92799hkja")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))