diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-12 12:59:50 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-12 12:59:50 -0400 |
commit | a542521a7078d163e3ab0bfeb8b8c320dd528b0e (patch) | |
tree | e6c60e07a46598d03787a89db92cca18f1b765dd | |
parent | 88b696ef27134c3e55355706d5917f0aa975a6be (diff) | |
download | guix-a542521a7078d163e3ab0bfeb8b8c320dd528b0e.tar guix-a542521a7078d163e3ab0bfeb8b8c320dd528b0e.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.181.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.181.
-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 17e36e6841..ca68784506 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.180" - "157kfs4slii86q9yrspvqdynpiv6rff80hrrn569v6h4nkc4b7ag" + (make-linux-libre "4.4.181" + "1ird78a3pg8k6h60258g56ka86jpgiaj0q9r2jws770qgrmy324l" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config #:extra-options |