gnu: linux-libre: Update to 5.7.14.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.14. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.14.
This commit is contained in:
parent
df3709c50a
commit
72e7763d43
1 changed files with 3 additions and 3 deletions
|
@ -204,7 +204,7 @@ (define (linux-libre-deblob-scripts version
|
||||||
|
|
||||||
(define deblob-scripts-5.7
|
(define deblob-scripts-5.7
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
"5.7.13"
|
"5.7.14"
|
||||||
(base32 "1gharhw104wxp9dxjkzzvsqc2xn44mc9yvacc3v7jh7b6bb0a64a")
|
(base32 "1gharhw104wxp9dxjkzzvsqc2xn44mc9yvacc3v7jh7b6bb0a64a")
|
||||||
(base32 "1n198gx18rxc7xflgiwya43inkwayc91pgb129kngfza8sm6v8ks")))
|
(base32 "1n198gx18rxc7xflgiwya43inkwayc91pgb129kngfza8sm6v8ks")))
|
||||||
|
|
||||||
|
@ -379,10 +379,10 @@ (define (%upstream-linux-source version hash)
|
||||||
(sha256 hash)))
|
(sha256 hash)))
|
||||||
|
|
||||||
|
|
||||||
(define-public linux-libre-5.7-version "5.7.13")
|
(define-public linux-libre-5.7-version "5.7.14")
|
||||||
(define-public linux-libre-5.7-pristine-source
|
(define-public linux-libre-5.7-pristine-source
|
||||||
(let ((version linux-libre-5.7-version)
|
(let ((version linux-libre-5.7-version)
|
||||||
(hash (base32 "0qljqj5kv1yhyagkjw79xpgwpkwm1dgz0v22aw3nq3ar51lwl33j")))
|
(hash (base32 "0irgfw50fvlbgvn33as75chn2qilmpalbmhi9k8a9ckh6rwdz6hq")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.7)))
|
deblob-scripts-5.7)))
|
||||||
|
|
Loading…
Reference in a new issue