gnu: torbrowser: Update to 14.5.6 [security-fixes]. Fixes MFSA-RESERVEs 2025-1979527, 2025-1979782, 2025-1977130 and 2025-2. See <https://www.mozilla.org/en-US/security/advisories/mfsa2025-66/> for details. * gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to 20250818110000. (%torbrowser-version): Update to 14.5.6. (%torbrowser-firefox-version): Update to 128.14.0esr-14.5-1-build2. (torbrowser-translation-base): Update to 9896e5765c. (torbrowser-translation-specific): Update to a58fb6a60d. Change Id: I186e3993e67402f390fd94c09d7666d49eedbd01 Signed-off-by: Hilton Chain <hako@ultrarare.space>
gnu: mullvadbrowser: Update to 14.5.6 [security-fixes]. Fixes MFSA-RESERVEs 2025-1979527, 2025-1979782, 2025-1977130 and 2025-2. See <https://www.mozilla.org/en-US/security/advisories/mfsa2025-66/> for details. * gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to 20250818110000. (%mullvadbrowser-version): Update to 14.5.6. (%mullvadbrowser-firefox-version): Update to 128.14.0esr-14.5-1-build2. (mullvadbrowser-translation-base): Update to 9896e5765c. Change Id: I22f8d76a20aa753205b1c6668d5d70da4c95138d Signed-off-by: Hilton Chain <hako@ultrarare.space>
gnu: noscript: Update to 13.0.9. * gnu/packages/browser-extensions.scm (noscript): Update to 13.0.9. Change-Id: I567d22bd50385eb4150799ad740f77888aca4112 Signed-off-by: Hilton Chain <hako@ultrarare.space>
services: dicod: Remove reference to (gnu packages dico). This is a followup to 4c130c980f5770e6974fc9c26e271945395e494f. * gnu/services/dict.scm (gnu): Remove reference to (gnu packages dico). Change-Id: Idf0d2c43d63d5ad040ecbc13629ffed5c603ddf3
gnu: paraview: Update to 6.0.0. * gnu/packages/image-processing.scm (paraview): Update to 6.0.0. [source]<snippet>: Update list of bundled VTK libraries in comments. glew is no longer bundled so do not remove it. [arguments]<#:configure-flags>: Use a relative directory in "CMAKE_INSTALL_DOCDIR" and "PARAVIEW_GENERATED_DOCUMENTATION_OUTPUT_DIRECTORY". Remove "-DVTK_MODULE_USE_EXTERNAL_VTK_glew=ON". [inputs]: Replace fmt with fmt-11. Remove glew. * gnu/packages/simulation.scm (openfoam-org)[native-inputs]: Replace fmt with fmt-11. Remove glew. Change-Id: Ifa005f33dd04c0119008726c11f3b32efba28b0d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: paraview: Fix build with gcc-14. * gnu/packages/image-processing.scm: Import (gnu packages engineering). (paraview): Use Guix's CGNS when building bundled VTK. [source]: Remove ".git" suffix from URL. Adjust snippet to also remove bundled VTK library cgns. [arguments]<#:configure-flags>: Add "-DVTK_MODULE_USE_EXTERNAL_VTK_cgns=ON". [inputs]: Add cgns. Change-Id: Id8e11fd772a05a3833446233de301b13263f76a3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: guile-mqtt: Use the latest nyacc. * gnu/packages/guile-xyz.scm (guile-mqtt): Use the latest nyacc. [origin]: patch make file to properly compile ffi. [arguments]: remove make flags (setenv in phases instead), disable parallel build. [native-inputs]: replace nyacc-2.01 with nyacc. Change-Id: I572164ed06d614b45ccd2d65603397ef7c0cd62d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: dico: Build with Guile 3.0 series. Dico use Guile as a plugin, it wouldn't install any real Scheme files, setting '--with-guile-site-dir=' is unnecessary. * gnu/packages/dictionaries.scm (dico)[argument]<#:configure-flags>: Drop flag '--with-guile-site-dir='. [inputs]: Replace 'guile-2.2' with 'guile-3.0'. Change-Id: I86b9729323702ef45e51f9a56396dc4ad7ab7ccb Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: dico: Use G-expression. * gnu/packages/dictionaries.scm (dico): Use G-expression. [arguments]<#:configure-flags>: Replace %output with #$output. <#:phases>: Use G-expression. Change-Id: I2fbc8b3acb96a6456aa78d631bec7363bf0d7d48 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: dico: Move to (gnu packages dictionaries). * gnu/local.mk (GNU_SYSTEM_MODULES): Remove entry for 'dico.scm'. * gnu/packages/dico.scm: Deleted. (dico): Moved from ... * gnu/packages/dictionaries.scm: ... to here. Sort the import clauses in alphabetical order. Change-Id: I81bd9eebc12ae16b258602db50f098a591fac466 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: tensorflow-lite: Fix build. * gnu/packages/machine-learning.scm (tensorflow-lite): Fix build. [inputs]: Replace old abseil-cpp with current version. [phases]: Add stages to patch sources for build with current versions of abseil-cpp and opencl. Change-Id: I8fb2836d9f2337fb01f81aebc9a3ab6ae08e642a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add guile-srfi-165. * gnu/packages/guile-xyz.scm (guile-srfi-165): New variable. Co-authored-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: I81b79de3f69c676b40a98a42fd898d0f58ab9486 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: guix-data-service: Work around .go file incompatibilities. Fixes a bug whereby ‘guix-data-service’ was running on Guile 3.0.9, and would thus fail to load .go files of Fibers, Knot, etc. because these are compiled with ‘guile-next’. * gnu/packages/web.scm (guix-data-service)[native-inputs]: Use Guile from ‘guile-fibers-next’. Change-Id: I4dab1ca2a80d784fb28ce1cf8810b13910e3776f
gnu: guix-data-service: Use ‘search-input-file’ and ‘which’. * gnu/packages/web.scm (guix-data-service)[arguments]: In ‘wrap-executable’ phase, use ‘which’ and ‘search-input-file’ instead of relying on input labels. Change-Id: Id45c91b46a444fd85a97a719bdf21fa05e395324
gnu: geonkick: Update to 3.6.2. * gnu/packages/music.scm (geonkick): Update to 3.6.2. [source]: Update url. [home-page]: Update. Change-Id: I655fbbe716fed87c559f50c6c675fc8c47cabe6c Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: redkite: Update to 2.1.0. * gnu/packages/audio.scm (redkite): Update to 2.1.0. [source]: Update url. [synopsis, home-page]: Update. Change-Id: I57c363f0bd156ea2bf461ba5a835246c12de3a55 Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: Remove zxing-cpp-1.2a. * gnu/packages/aidc.scm (zxing-cpp-1.2a): Delete variable. Fixes: guix/guix#2259 Change-Id: I13c71132e1ee47c39b38af654881f57ca4036ca6
Revert "tests: Use lower-oci-image-state in container tests." This reverts commit cc07ecd7ccc52540113414eaebafc0fb218ef9ff, which breaks 'guix pull', for to-be-investigated reasons. Fixes: #2252 Change-Id: Idd02dd2e0cd93034e636030845996a9ab3748839 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: soci: Apply patch to resolve a bug in liblinphone. * gnu/packages/patches/soci-mysql-ddl-types.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (soci) [source]: Apply it. Change-Id: I3840850c650d614f65ee398f948cea6206b03641 Fixes: https://issues.guix.gnu.org/47641
gnu: soci: Use gexps and remove inputs labels. * gnu/packages/databases.scm (soci) [propagated-inputs]: Remove labels. [configure-flags]: Use gexps. Change-Id: I7e96296255c41ca46a1cb1e4c9b1e73fbbc286d8