diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-16 05:23:04 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-16 05:23:04 -0500 |
commit | 8220c963e19af6fea4252b25eb8c36a1f1e7f153 (patch) | |
tree | a5ffe32e03d712e5652d8267049e867f10d04711 | |
parent | ad1c349db067fc8d035a05ace39d22d0125e8f85 (diff) | |
download | patches-8220c963e19af6fea4252b25eb8c36a1f1e7f153.tar patches-8220c963e19af6fea4252b25eb8c36a1f1e7f153.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.43.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.43.
-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 5b6466c848..c7fd3a61c1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -339,8 +339,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.42" - "1jd43yvycizgqdmwp9rpj7gpjy37mah8jlqaiskjb0hivyk495yz" + (make-linux-libre "4.4.43" + "1q78sza4nxwjsnwyklvrnihi0vwd4v9gglh8lms8jrl06cdp1ivy" %intel-compatible-systems #:configuration-file kernel-config)) |