diff options
author | Mark H Weaver <mhw@netris.org> | 2017-12-01 01:35:44 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-12-01 01:35:44 -0500 |
commit | 8b8600022c174693db210730531bf7e13778ecc4 (patch) | |
tree | c2be215bbb4d3f95d97ef0a98af4fcd23c8b4aad | |
parent | 9ce07f2dbafe068aea81e79decc4cfc146a48259 (diff) | |
download | patches-8b8600022c174693db210730531bf7e13778ecc4.tar patches-8b8600022c174693db210730531bf7e13778ecc4.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.103.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.103.
-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 a4ceede51c..53bec7eef3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,8 +389,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.102" - "16jl383v71zxpgrab30z6m3jzcg42i2zwh9vfy8k5li0xnal4437" + (make-linux-libre "4.4.103" + "1x2pyrjz8myja77nz0zg2k74yrcbiq7g1caqjnafbgc8qwh31fp8" %intel-compatible-systems #:configuration-file kernel-config)) |