diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:46:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-18 20:46:11 -0400 |
commit | cbc28ac133db5c0d35a1d900b8163279117eb6cb (patch) | |
tree | c9b4f1073f1f11fae5c9d96ba6674cc8dadbb472 | |
parent | b84c4cda046589658c4d1ba4a9c0b292351fe5ca (diff) | |
download | guix-cbc28ac133db5c0d35a1d900b8163279117eb6cb.tar guix-cbc28ac133db5c0d35a1d900b8163279117eb6cb.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.182.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.182.
-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 936d8bec4c..0eaafa5531 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -486,8 +486,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.181" - "1ird78a3pg8k6h60258g56ka86jpgiaj0q9r2jws770qgrmy324l" + (make-linux-libre "4.4.182" + "0ggs5pyjr7a9mldskfbsybzxlb3lmfbhxg5q2qpzxnh1c8wcn53h" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config #:extra-options |