diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-10 20:31:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-10 20:31:14 -0400 |
commit | 8c6770057e38f0a478c78f9ed2290872b475dd08 (patch) | |
tree | 062d27ebf49fd11345eaf0a1b1c8ce95fb9a7a1c /gnu/packages/linux.scm | |
parent | 8502ff7a1afdf55cb148eaa4b6b70d82069a2ab2 (diff) | |
download | patches-8c6770057e38f0a478c78f9ed2290872b475dd08.tar patches-8c6770057e38f0a478c78f9ed2290872b475dd08.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.147.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.147.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 1ad86a7895..f9ebdd82ad 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -429,8 +429,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.146" - "1gpshdkn2rfg8kkf2qb2z30yk1lgzndk0fn1bvnrmfmx7swc45w8" + (make-linux-libre "4.4.147" + "0b9pr7qwa5ksj0bk5yh6hcxrjkv41ji0x29hscravmj4ckkxg0l6" %intel-compatible-systems #:configuration-file kernel-config)) |