diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-27 18:57:10 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-27 18:57:10 -0400 |
commit | 9969b436af8c2892e59ed14ffe94905b6b18c005 (patch) | |
tree | f5e92ab2e61ba9ebe1c968c77b74d32c145f083d | |
parent | bae0f8af21fafd222a31f84c0dd9aaefeed2370f (diff) | |
download | patches-9969b436af8c2892e59ed14ffe94905b6b18c005.tar patches-9969b436af8c2892e59ed14ffe94905b6b18c005.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.184.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.184.
-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 079300cf6d..efb1c659f8 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.183" - "1v21n5kwnv9n18gfp2dz9hsdkwmfwigalr82xsnwbzhs0x561bxx" + (make-linux-libre "4.4.184" + "05v295wk9fid17n5plkx6p9nwz6dvpcn2r7khwsq30sy3pg0vxv5" '("x86_64-linux" "i686-linux") #:configuration-file kernel-config #:extra-options |