diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-27 01:58:58 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-27 01:58:58 -0500 |
commit | 12e97f3640ebfeb51905ddf25083e9be4ffecf20 (patch) | |
tree | f2031f982743c3bca8f6aa3848ec10bfa909b2e0 | |
parent | 78f609165d84e302b778d91fcbf1d01e0ccf2326 (diff) | |
download | patches-12e97f3640ebfeb51905ddf25083e9be4ffecf20.tar patches-12e97f3640ebfeb51905ddf25083e9be4ffecf20.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.172.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.172.
-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 acbc117ec9..6ab369287c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -457,8 +457,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.171" - "01jd2672fq633xw5vdmifvd6dy93pif28xkvymah82jm9xj1lbqh" + (make-linux-libre "4.4.172" + "000bz3jfg0li3rwlf2c80df6682lhi59hj1kwm4hw7whgg69xi7b" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |