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@4.9: Update to 4.9.213.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.213.
(linux-libre-4.9-pristine-source): Update hash.
This commit is contained in:
Mark H Weaver 2020-02-05 20:18:58 -05:00
parent 80b9f3efe7
commit 7abac36258
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.14)))
(define-public linux-libre-4.9-version "4.9.212")
(define-public linux-libre-4.9-version "4.9.213")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
(hash (base32 "0c5yjilaq86j6i2hzlxbp2ia7jhnf7kv952ffv7jxdf90sk3irxd")))
(hash (base32 "0r7bqpvbpiiniwsm338b38mv6flfgm1r09avxqsakhkh8rvgz1dg")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))