Archived
1
0
Fork 0

gnu: linux-libre: Update to 5.13.13.

* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.13.
(linux-libre-5.13-pristine-source, deblob-scripts-5.13): Update hash.
This commit is contained in:
Leo Famulari 2021-08-30 15:57:59 -04:00
parent 26119328aa
commit 34e56039fe
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -357,15 +357,15 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
(define-public linux-libre-5.13-version "5.13.12")
(define-public linux-libre-5.13-version "5.13.13")
(define deblob-scripts-5.13
(linux-libre-deblob-scripts
linux-libre-5.13-version
(base32 "08xai5zqgk0y0rwhssf81lf8vivjg12wjkv7855l3ljkivgjclbf")
(base32 "0bdqgxpc2vnj6m1nnrw8l5jpdglm0nlvjl6g44xryhy230ds0p9l")
(base32 "153jf5l5x4438zgxwggaky2ahjlfl48j438vhpzks6h77lzc51a5")))
(define-public linux-libre-5.13-pristine-source
(let ((version linux-libre-5.13-version)
(hash (base32 "0948w1zc2gqnl8x60chjqngfzdi0kcxm12i1nx3nx4ksiwj5vc98")))
(hash (base32 "0d1lr3rivgf9j3bn2a9hpzdf74nq8kybf3rfxxvw68vr1hhd4cam")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.13)))