aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-02-10 13:26:51 -0500
committerLeo Famulari <leo@famulari.name>2021-02-12 15:35:48 -0500
commit21fdbb1dd53a9f26e76ba63604a8eeeb05c80107 (patch)
tree8a0500c5fd5dff39dbd764c61b342056011f814f /gnu/machine
parent03fc596524f054f79c5e286927cbc23a32959075 (diff)
downloadguix-21fdbb1dd53a9f26e76ba63604a8eeeb05c80107.tar.gz
guix-21fdbb1dd53a9f26e76ba63604a8eeeb05c80107.zip
gnu: linux-libre 4.14: Update to 4.14.221.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.221. (linux-libre-4.14-pristine-source): Update hash.
Diffstat (limited to 'gnu/machine')
0 files changed, 0 insertions, 0 deletions
-02-09gnu: blender: Update to 3.0.1....* gnu/packages/graphics.scm (blender): Update to 3.0.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2022-02-01gnu: LLVM: Switch to 13 as the default....* gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use version 13. * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9. * gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise. * gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9. * gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise. * gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise. * gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise. * gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise. * gnu/packages/opencl.scm (pocl)[inputs]: Likewise. Marius Bakke