1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

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

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.187.
(linux-libre-4.4-pristine-source)[hash]: Update hash.
This commit is contained in:
Mark H Weaver
2019-08-04 21:54:23 -04:00
parent 95580bda05
commit 71f9016a4f

View File

@@ -382,10 +382,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.186")
(define-public linux-libre-4.4-version "4.4.187")
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
(hash (base32 "113rjf8842glzi23y1g1yrwncihv2saah6wz0r726r06bk9p64hb")))
(hash (base32 "1dlzb5yzcsicd41myj3q4dq2ql8xcc49brs5f7xjmc5ynvvjjgnc")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))