me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre@5.7: Update to 5.7.17.

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.17.
(linux-libre-5.7-pristine-source): Update hash.
master
Mark H Weaver 2020-08-21 21:00:39 -04:00
parent 518d06d132
commit f54f3a8c24
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -397,10 +397,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.16")
(define-public linux-libre-5.7-version "5.7.17")
(define-public linux-libre-5.7-pristine-source
(let ((version linux-libre-5.7-version)
(hash (base32 "0lypik2wvkl3z60zi1x4dxrh646jn0c4x0cg5z9yp33504q4x1ip")))
(hash (base32 "09ajavdyvr0025rwvwfp9yv2z8q779nan1i6dck2kkdxr48kd36c")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.7)))