diff options
author | Mark H Weaver <mhw@netris.org> | 2017-02-18 21:45:29 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-02-18 21:45:29 -0500 |
commit | 64d385380cf1e048b6bc388287212eb21fb23b50 (patch) | |
tree | 919a33e4c490748ac6fa5b459dc0fd2c7c3813bb /gnu | |
parent | bd1450f1e4088f6cf21e61b71c305c39f4934e7d (diff) | |
download | patches-64d385380cf1e048b6bc388287212eb21fb23b50.tar patches-64d385380cf1e048b6bc388287212eb21fb23b50.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.50.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.50.
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 fcbd93254e..40f702cc53 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -348,8 +348,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.49" - "0jn4hx4fjw09kw2cv0nx17d3jv9qisabw5mj1ann1fs52w40719q" + (make-linux-libre "4.4.50" + "0c157kk0vgrb1fsyy4q3czqdg4npgql82n6p303afy8ylh2w6d3l" %intel-compatible-systems #:configuration-file kernel-config)) |