diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-13 04:14:41 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-13 04:14:41 -0400 |
commit | 9dae0a761142fd3f4aeb054729c6720c0bea5163 (patch) | |
tree | 9cbae8e2fe9bc18e30c60b3ecaeb61af924db80b /gnu | |
parent | 2e3744730777dc4e988675be369692d2be6fa1e2 (diff) | |
download | guix-9dae0a761142fd3f4aeb054729c6720c0bea5163.tar guix-9dae0a761142fd3f4aeb054729c6720c0bea5163.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.61.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
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 800f07b1c5..d8f885bc13 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -368,8 +368,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.60" - "0rahii7nxfhn3zh289x4xpx4fk3nbij0jnrbvfpa59p15iamwyi2" + (make-linux-libre "4.4.61" + "12555h3yxymxgfgq3g33sy78g7rj6l8dpqr29z98kr9ybs93q7vj" %intel-compatible-systems #:configuration-file kernel-config)) |