diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-14 14:05:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-14 14:05:44 -0400 |
commit | 72d5109ca4d43614b099cf34a1cd0c84f41ae013 (patch) | |
tree | 8b0af67e1ed5ca42b8d4316e8bf4291ac904a78e | |
parent | ffbe2dc1e5d04e7d572ff8ab7b602cc2225fe2f5 (diff) |
gnu: linux-libre@4.4: Update to 4.4.128.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.128.
-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 26626ce8ff..3ee1649666 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -416,8 +416,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.127" - "1av536sp6ancx0fy71wpmqv4r66pksrcjbnrcjggard6im4c8pjy" + (make-linux-libre "4.4.128" + "1aqz5skyz534bcpnn6w9madg6kadgyjjypah9dhmqf841rygb6rk" %intel-compatible-systems #:configuration-file kernel-config)) |