diff options
author | Mark H Weaver <mhw@netris.org> | 2016-12-13 23:43:47 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-12-14 03:27:26 -0500 |
commit | 5a3849443ac8bdcffea0376b3c7efa30688c10bb (patch) | |
tree | 7cd384b5df8d008b9b2b043f97020cae46de5f43 /Makefile.am | |
parent | 4fbd0f4f86df30b6522260f727b39eaa8a3d1e52 (diff) | |
download | guix-5a3849443ac8bdcffea0376b3c7efa30688c10bb.tar guix-5a3849443ac8bdcffea0376b3c7efa30688c10bb.tar.gz |
gnu: linux-libre: Update to 4.9.
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash)
(linux-libre): Update to 4.9.
* gnu/packages/linux-libre-4.8-x86_64.conf,
gnu/packages/linux-libre-4.8-i686.conf: Delete files.
* gnu/packages/linux-libre-4.9-x86_64.conf,
gnu/packages/linux-libre-4.9-i686.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0e3ddac146..b69468b327 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,8 +178,8 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm # Linux-Libre configurations. KCONFIGS = \ - gnu/packages/linux-libre-4.8-i686.conf \ - gnu/packages/linux-libre-4.8-x86_64.conf \ + gnu/packages/linux-libre-4.9-i686.conf \ + gnu/packages/linux-libre-4.9-x86_64.conf \ gnu/packages/linux-libre-4.4-i686.conf \ gnu/packages/linux-libre-4.4-x86_64.conf \ gnu/packages/linux-libre-4.1-i686.conf \ |