diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-21 22:04:48 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-21 22:04:48 -0400 |
commit | bd5424d487ea8aae6469f7c0dd62e673ac117521 (patch) | |
tree | 9fd272985bb46495c525e0649c0382b197d65a2d | |
parent | befbaebf72d43ac71404065551dc613d6e5a303b (diff) | |
download | guix-bd5424d487ea8aae6469f7c0dd62e673ac117521.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.63.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.63.
-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 e067f4d8ec..d6bef7ef46 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -369,8 +369,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.62" - "1xhcnwi4z9zi7p0qak57xd8fjzg40d8252l1ha25ybvr8chyl7z9" + (make-linux-libre "4.4.63" + "1ipzjrrgjd1cdfpj1110zav3wkq60xxagc2hvb50yni8wrxfbf40" %intel-compatible-systems #:configuration-file kernel-config)) |