diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:13:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:13:30 -0400 |
commit | 17f874c594db064b7fba7214fc149bc62c9d273a (patch) | |
tree | 877e259823e51f6bf3882316578271969301de79 | |
parent | deae64ce01fd9c234d4b6bdacc3fc502ddcab138 (diff) |
gnu: linux-libre@4.4: Update to 4.4.185.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.185.
-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 653f844b48..63bdf8d238 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.184" - "05v295wk9fid17n5plkx6p9nwz6dvpcn2r7khwsq30sy3pg0vxv5" + (make-linux-libre "4.4.185" + "0df22wqj1nwqp60v8341qcmjhwmdr0hgfraishpc7hic8aqdr4p7" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config #:extra-options |