diff options
author | Mark H Weaver <mhw@netris.org> | 2019-08-07 00:23:20 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-07 00:23:20 -0400 |
commit | ad6814557e0943d3a99ca3f20781160cccbb4e5d (patch) | |
tree | 3ede6acd635e82da97945dcaa4b61db2fd3fe46c /gnu | |
parent | f2758945fee500eecbb6277b52f4d29f3ab8d0aa (diff) | |
download | patches-ad6814557e0943d3a99ca3f20781160cccbb4e5d.tar patches-ad6814557e0943d3a99ca3f20781160cccbb4e5d.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.188.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.188.
(linux-libre-4.4-pristine-source)[hash]: Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9f20d2bace..566670670a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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.187") +(define-public linux-libre-4.4-version "4.4.188") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "1dlzb5yzcsicd41myj3q4dq2ql8xcc49brs5f7xjmc5ynvvjjgnc"))) + (hash (base32 "1llxamm62kgqd7dig98n8m16qas8dd8rrkmwpfcdgyf8rag216ff"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |