mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: linux-libre: Update to 5.13.7.
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.7. (linux-libre-5.13-pristine-source): Update hash.
This commit is contained in:
parent
e38b4d5ceb
commit
15e484933f
1 changed files with 2 additions and 2 deletions
|
@ -356,7 +356,7 @@ (define (%upstream-linux-source version hash)
|
||||||
|
|
||||||
;; The current "stable" kernels. That is, the most recently released major
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
;; versions that are still supported upstream.
|
;; versions that are still supported upstream.
|
||||||
(define-public linux-libre-5.13-version "5.13.6")
|
(define-public linux-libre-5.13-version "5.13.7")
|
||||||
(define deblob-scripts-5.13
|
(define deblob-scripts-5.13
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
linux-libre-5.13-version
|
linux-libre-5.13-version
|
||||||
|
@ -364,7 +364,7 @@ (define deblob-scripts-5.13
|
||||||
(base32 "153jf5l5x4438zgxwggaky2ahjlfl48j438vhpzks6h77lzc51a5")))
|
(base32 "153jf5l5x4438zgxwggaky2ahjlfl48j438vhpzks6h77lzc51a5")))
|
||||||
(define-public linux-libre-5.13-pristine-source
|
(define-public linux-libre-5.13-pristine-source
|
||||||
(let ((version linux-libre-5.13-version)
|
(let ((version linux-libre-5.13-version)
|
||||||
(hash (base32 "0xjjl8dmilp425b1cp977v26qxlg1147gh54kni949pzxwh1fb56")))
|
(hash (base32 "0fg41dv62vsnv2hywym15zz0n08rhdzwqvcarspm9r5gac85c7pr")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.13)))
|
deblob-scripts-5.13)))
|
||||||
|
|
Loading…
Reference in a new issue