diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-10 23:17:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-10 23:17:14 -0400 |
commit | e05fe1f91701c28e1a05ae13057601cef7aacf3c (patch) | |
tree | c2757f4068dcf5b8d15bfd72aaa78b72a08b16e4 /gnu | |
parent | dc5282f9ea1142230b8361c788b30c9355af575b (diff) | |
download | guix-e05fe1f91701c28e1a05ae13057601cef7aacf3c.tar guix-e05fe1f91701c28e1a05ae13057601cef7aacf3c.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.160.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.160.
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 344f3ea397..6020330cd3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -452,8 +452,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.159" - "12wrhni1ikmakwv55cgzsznx9llzp82irsisbjjs7bc8z2hzwr6l" + (make-linux-libre "4.4.160" + "1337p94j1hyc2gaw51wvlv622wwj2af1y8rafyfgp1403cs7ghp4" %intel-compatible-systems #:configuration-file kernel-config)) |