gnu: linux-libre@5.7: Update to 5.7.3

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.3
(linux-libre-5.7-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-06-18 00:36:41 -04:00
parent 85c4364c78
commit f4f5adcb50
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.2")
(define-public linux-libre-5.7-version "5.7.3")
(define-public linux-libre-5.7-pristine-source
(let ((version linux-libre-5.7-version)
(hash (base32 "02brxm78n0kg4mh48acvjsr7mpvaqd279ycyaixaflid1s1awrb0")))
(hash (base32 "1sgwdcyn9105lfgg25q41yj30sy9cqfdm8m4dmka8gzllxxyq407")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.7)))