diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-04 00:03:37 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-04 00:03:37 -0500 |
commit | 6fe56202bc9c022e78341b48672e54647a054434 (patch) | |
tree | 4f9b2a8e762f0dbee82d5bfd50070e56e8e2c819 /gnu | |
parent | 0903a51769427b0dac0ea515db4c5b678ce9a02c (diff) | |
download | patches-6fe56202bc9c022e78341b48672e54647a054434.tar patches-6fe56202bc9c022e78341b48672e54647a054434.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.115.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.115.
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 46dd61a77c..22be7e9d3d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -407,8 +407,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.114" - "1xhwisv98vdi02lbi3sr2kvywfq5ibbisz5487202qqcrf1x95jx" + (make-linux-libre "4.4.115" + "1jjq33jgixkljp3ngxhra0khmfd4mjmp08kw84h422gldb1n2j0q" %intel-compatible-systems #:configuration-file kernel-config)) |