gnu: linux-libre: Update to 5.7.15.

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.15.
(linux-libre-5.7-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-08-11 17:34:48 -04:00
parent 6082e7aa63
commit 1db4bc5658
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516

View File

@ -393,10 +393,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.8)))
(define-public linux-libre-5.7-version "5.7.14")
(define-public linux-libre-5.7-version "5.7.15")
(define-public linux-libre-5.7-pristine-source
(let ((version linux-libre-5.7-version)
(hash (base32 "0irgfw50fvlbgvn33as75chn2qilmpalbmhi9k8a9ckh6rwdz6hq")))
(hash (base32 "04jj7vmwd1fjpfnwrhnc92qnskj7i150dyxvilfmkg3ki521gsqf")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.7)))