diff options
author | Mark H Weaver <mhw@netris.org> | 2020-05-02 16:35:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-05-02 16:37:46 -0400 |
commit | 00e0240ec0a5522764a5d7520b89d5286fce819a (patch) | |
tree | 0f0d5049960fcf3b05ec82c881b68ad3e787a3d7 /gnu/packages/linux.scm | |
parent | 5bcb149c45378baac767bd18d3b83f503bf2a2ff (diff) | |
download | patches-00e0240ec0a5522764a5d7520b89d5286fce819a.tar patches-00e0240ec0a5522764a5d7520b89d5286fce819a.tar.gz |
gnu: linux-libre: Update deblob scripts.
* gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.37.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 dd945aad51..0d2e7b1afe 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -200,9 +200,9 @@ defconfig. Return the appropriate make target if applicable, otherwise return (define deblob-scripts-5.4 (linux-libre-deblob-scripts - "5.4.28" + "5.4.37" (base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25") - (base32 "08ls4gx5vanyiq9rn0869nfq4piw4lx1dl8hh9w9xgkr4ypc1j4k"))) + (base32 "10qb890is4z58vr8czh3xx69q62l3b3j38y410kgiw8nii3zx5lr"))) (define deblob-scripts-4.19 (linux-libre-deblob-scripts |