3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.5.
(linux-libre-5.7-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-06-22 21:02:00 -04:00
parent d460e737a8
commit 83cbfa2091
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -371,10 +371,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(sha256 hash)))
(define-public linux-libre-5.7-version "5.7.4")
(define-public linux-libre-5.7-version "5.7.5")
(define-public linux-libre-5.7-pristine-source
(let ((version linux-libre-5.7-version)
(hash (base32 "06mm0bmjw54aypfhhbm9aaz5bmgymvygfak587iwv901635gb95w")))
(hash (base32 "008bpcvcdbwy3w829zc0s6ighn820nr51y24l6df5qfvah1zjdvc")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.7)))