gnu: linux-libre@4.4: Update to 4.4.201.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.201.
(linux-libre-4.4-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2019-11-12 20:43:27 -05:00
parent d673993a9a
commit aeaad403b8
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516

View File

@ -383,10 +383,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.9)))
(define-public linux-libre-4.4-version "4.4.200")
(define-public linux-libre-4.4-version "4.4.201")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
(hash (base32 "02g8h62nq0xrfkxfxxwamdnmkw19p2x5lnrmqszlvgx1ymhfsnfm")))
(hash (base32 "120kci4kmc48zcw16lhxmh71kaxm9ac5qxik36q3a20czg28b2m7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))