gnu: openttd-jgrpp: Update to 0.68.2. * gnu/packages/games.scm (openttd-jgrpp): Update to 0.68.2. Closes: guix/guix#4654 Change-Id: I78acd5e97f1a295198368acae6ea67ff1172011c Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
gnu: ccls: Update to 20250815.1. * gnu/packages/cpp.scm (ccls): Update to 20250815.1. Change-Id: I25eaec1b1fab4b648c9eb07f80ea2a0617c2c201 Signed-off-by: jgart <jgart@dismail.de>
gnu: tuxpaint: Update to 0.9.35. * gnu/packages/games.scm (tuxpaint): Update to 0.9.35 [inputs]: Add libxml2. (tuxpaint-stamps): Update to 2025.05.26. (tuxpaint-config): Update to 0.0.26. Change-Id: I762690134c6d548082000add229ad82cce499970 Signed-off-by: jgart <jgart@dismail.de>
gnu: tmux: Update to 3.6a. * gnu/packages/tmux.scm (tmux): Update to 3.6a. Change-Id: I51c560461e38b5f6ab7eeffac5ad5d5c14ad3d5e Signed-off-by: jgart <jgart@dismail.de>
gnu: trealla: Update to 2.86.10. * gnu/packages/prolog.scm (trealla): Update to 2.86.10. Change-Id: Ie5e63e302002949f9fca3ffe60e1147744289700
gnu: zig-source: Update url to point to Codeberg. * gnu/packages/zig.scm (zig-source)[origin]: Update url to point to Codeberg. Change-Id: I9cf3567cf6b9082e28d4e25ed4281db4be508eff Signed-off-by: jgart <jgart@dismail.de>
gnu: mlir: Install mlir-tblgen Change-Id: I83d4566e0b861f14d023c1991fbae95c7c552d88 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add MLIR 15. * gnu/packages/llvm.scm (mlir-15): New variable. Change-Id: Idf0d2e406b7705a8d7de0dbda66d358c64c00d66 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Modified-by: Ludovic Courtès <ludo@gnu.org>
gnu: git: Define ‘PATH_MAX’ on GNU/Hurd. Fixes a regression introduced in 04e9e4a4623391bb225dcc0dd3003a0d3300f16d. * gnu/packages/patches/git-clar-path-max.patch: New file. * gnu/packages/version-control.scm (git-minimal): Use it. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: I7b1eb519952674cf66b745bd0a71bbe3395d3bdc
gnu: Add pyspice. * gnu/packages/electronics.scm (pyspice): New variable. Change-Id: I3c09a95f8d992044acd9109b0af6c4f5719cb570 Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
gnu: zfs: Build for linux-libre-lts. This fixes build issue of ZFS related packages due to incompatibility with kernel updates. ZFS is generally used with LTS kernels anyway. * gnu/packages/file-systems.scm (zfs) [arguments] <#:linux>: Set to linux-libre-lts. Change-Id: I71d04de6f79415c4e15090f37a809a0c435c4798
gnu: Add emacs-expreg. * gnu/packages/emacs-xyz.scm (emacs-expreg): New variable. Change-Id: I36b9bf36513756dd5a8685d0580ae88fc1451c4a Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: Add emacs-doct. * gnu/packages/emacs-xyz.scm (emacs-doct): New variable. Change-Id: I614ec7584e4e37f1e8c34aab3cbfb40d893cf202 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: emacs-consult-denote: Update to 0.4.2. * gnu/packages/emacs-xyz.scm (emacs-consult-denote): Update to 0.4.2. Change-Id: I3a9743b90410d75821392a1d48b2f48ff3fbf0e9 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
gnu: linux-libre 6.6: Update to 6.6.118. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.118. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I6a92912a72c8adf25dcbc39b3679af70dcc0a7e5
gnu: linux-libre 6.12: Update to 6.12.60. * gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.60. (linux-libre-6.12-pristine-source): Update hash. Change-Id: I124c6956bd90548bfd05b7d1e9e7270029132ee1
gnu: linux-libre: Update to 6.17.10. * gnu/packages/linux.scm (linux-libre-6.17-version): Update to 6.17.10. (linux-libre-6.17-pristine-source): Update hash. Change-Id: I78280e42db271157a1e23b1c70339c2fd7979869
gnu: Remove linux-libre 6.16. * gnu/packages/linux.scm (linux-libre-6.16-version, linux-libre-6.16-gnu-revision, deblob-scripts-6.16, linux-libre-6.16-pristine-source, linux-libre-6.16-source, linux-libre-headers-6.16, linux-libre-6.16, linux-libre-arm64-mnt-reform-6.16): Remove variables. * gnu/packages/aux-files/linux-libre/6.16-arm.conf, gnu/packages/aux-files/linux-libre/6.16-arm64.conf, gnu/packages/aux-files/linux-libre/6.16-i686.conf, gnu/packages/aux-files/linux-libre/6.16-riscv.conf, gnu/packages/aux-files/linux-libre/6.16-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. Change-Id: I20755e7f0622211879db0f6aa8f9d11cea0ba28c
gnu: python-tweepy: Update to 4.16.0, fix build. * gnu/packages/python-web.scm (python-tweepy): Update to 4.16.0. [build-system]: Switch to pyproject-build-system. [arguments] <tests?>: Enable. <test-backend, test-flags>: Use 'unittest. <phases>: Use defailt 'check. [propagated-inputs]: Add python-async-lru and python-oauthlib. [native-inputs]: Add nss-certs-for-test, python-flit-core, and python-urllib3-1.26. Change-Id: I113133c6e43cfa88541f6da7579ba42643fce1bd
gnu: poetry: Fix tests by limiting maximum threads count. * gnu/packages/package-management.scm (poetry)[arguments] <test-flags>: Limit parallel tests up to 8 threads, they look like not thread same on scale. Change-Id: I7608c833b7ceb62fefc4adceff040ec37d4a6ff0