diff options
author | Mark H Weaver <mhw@netris.org> | 2017-04-28 00:39:53 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-04-28 00:39:53 -0400 |
commit | 01c58cb3e98513e9910fef5e58db0ea1bfc87387 (patch) | |
tree | 923a66576aa665a5a0a25af14d2e6e3bcedf8b9c /gnu | |
parent | 244d4f48770ac3e8cac4da435ff6cf8a5a8e14b4 (diff) | |
download | guix-01c58cb3e98513e9910fef5e58db0ea1bfc87387.tar.gz guix-01c58cb3e98513e9910fef5e58db0ea1bfc87387.zip |
gnu: linux-libre@4.4: Update to 4.4.64.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.64.
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 0b299f9e55..a76dcce69e 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.63" - "1ipzjrrgjd1cdfpj1110zav3wkq60xxagc2hvb50yni8wrxfbf40" + (make-linux-libre "4.4.64" + "02fvsklimzgkhsjg3i6mjhf09b4kvgwr2cg2nak5li3fpjmw1y35" %intel-compatible-systems #:configuration-file kernel-config)) |