gnu: linux-libre 5.19: Update to 5.19.16.

* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.16.
(linux-libre-5.19-pristine-source): Update hash.
This commit is contained in:
Leo Famulari 2022-10-15 15:18:54 -04:00
parent 2383e14518
commit 92a71b46d8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -355,7 +355,7 @@ (define (%upstream-linux-source version hash)
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
(define-public linux-libre-5.19-version "5.19.15")
(define-public linux-libre-5.19-version "5.19.16")
(define-public linux-libre-5.19-gnu-revision "gnu")
(define deblob-scripts-5.19
(linux-libre-deblob-scripts
@ -365,7 +365,7 @@ (define deblob-scripts-5.19
(base32 "092myqjixvy1k3ylcj0hfc4whfxapjvxsxm4gk30a3jv5dnh7mly")))
(define-public linux-libre-5.19-pristine-source
(let ((version linux-libre-5.19-version)
(hash (base32 "06zband5q6m9imyvn4y4naafdakjcj00rg23227cagnv8wwf71j6")))
(hash (base32 "13g0c6ljxk3sd0ja39ndih5vrzp2ssj78qxaf8nswn8hgrkazsx1")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.19)))