diff options
author | Mark H Weaver <mhw@netris.org> | 2017-11-21 21:20:33 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-11-21 21:20:33 -0500 |
commit | 1dc37cf113f2822b78153a726e0fde87f8196721 (patch) | |
tree | dee9976c88c08d3cb44446700f8d1469113ddee9 /gnu | |
parent | ab2ccf4cf5074f3bd34f7b60dd8ab9dadadfe1c6 (diff) | |
download | guix-1dc37cf113f2822b78153a726e0fde87f8196721.tar guix-1dc37cf113f2822b78153a726e0fde87f8196721.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.100.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.100.
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 d339242ff1..acc6008a48 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,8 +389,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.99" - "1jg6awk2y3spkaiwwaxvbzcxflbx9jql29j1zqysg5p7njzcxjcr" + (make-linux-libre "4.4.100" + "0lqb6bxpa3play8hz9k1d54xzlm8m58xh6rlfcvmwcs8qjkvpm6g" %intel-compatible-systems #:configuration-file kernel-config)) |