diff options
author | Mark H Weaver <mhw@netris.org> | 2019-02-23 22:50:36 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-02-23 22:50:36 -0500 |
commit | 992f8c02415317ba34a20920c011ec440dd18bce (patch) | |
tree | 705cf0fcd7518956c58123baade47eb2983cbd9d /gnu | |
parent | 1275f9ef2ca0d274fbfab7312882e24d8c055b85 (diff) | |
download | patches-992f8c02415317ba34a20920c011ec440dd18bce.tar patches-992f8c02415317ba34a20920c011ec440dd18bce.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.176.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.176.
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 ffd376de45..7b156358fe 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.175" - "1sv3kqb20p1r69bgc2bbap1v5lj0s2yd4vza5mbrfpf83qn1aha8" + (make-linux-libre "4.4.176" + "0c300zqmsadahs2fpzxh6cn7q3h7jxq69msd17rh8v3wnvql8vzx" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config)) |