summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-08-07guix: store: Add max-log-size to set-build-options.client-add-build-max-log-size-optionChristopher Baines1-0/+5
This exposes a option that already exists in the daemon, but is currently limited to only being set by root or when the daemon is running as the same user as the client. Being able to specify a limit on the log size is useful as some builds produce a lot of log output indefinitely. * guix/store.scm (set-build-options): Add #:max-log-size. Change-Id: I54f799f7cc53572e7f37917b704b91c027aad932
2026-08-07gnu: gnome-music: Update to 50.0.Maxim Cournoyer1-2/+2
* gnu/packages/gnome.scm (gnome-music): Update to 50.0.
2026-08-07doc: Fix -E option example of `guix shell'.Maxim Cournoyer1-4/+5
The TERM variable had been changed to OMP_NUM_THREADS in the example, but the text hadn't been adjusted. * doc/guix.texi (Invoking guix shell): Replace TERM with OMP_NUM_THREADS, as well as its associated value (from "no-color" to "16").
2026-08-07gnu: meta-package-manager: Update to 7.5.0.Kevin Deldycke1-7/+4
* gnu/packages/package-management.scm (meta-package-manager): Update to 7.5.0. [arguments]<#:test-flags>: Remove the test_cli_sbom.py ignore, redundant since 7.4.0 where the SBOM tests self-skip without their optional dependencies. Merges: guix/guix!10245 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-07gnu: python-click-extra: Update to 8.8.1.Kevin Deldycke1-19/+4
* gnu/packages/python-xyz.scm (python-click-extra): Update to 8.8.1. [arguments]: Remove the declare-package-data phase, redundant with upstream's setuptools package-data shim shipped since 8.6.1. Relates-to: guix/guix!10245 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-07gnu: python-extra-platforms: Update to 13.6.0.Kevin Deldycke1-6/+4
* gnu/packages/python-xyz.scm (python-extra-platforms): Update to 13.6.0. [arguments]<#:test-flags>: Drop the Sphinx cross-reference test ignore, which self-skips without uv since 13.4.0. [native-inputs]: Remove python-requests, only imported by the network test that is deselected here. Relates-to: guix/guix!10245 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-07gnu: Add emptty.Anderson Torres1-0/+48
* gnu/packages/display-managers.scm (emptty): New variable. Merges: guix/guix!10277 Reviewed-by: bdunahu <bdunahu@operationnull.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-07gnu: display-managers.scm: Add footer commentAnderson Torres1-0/+2
* gnu/packages/display-managers.scm: Add footer.
2026-08-07gnu: Add go-0xacab-org-leap-geoip-service.Sharlatan Hellseher1-0/+35
* gnu/packages/golang-web.scm (go-0xacab-org-leap-geoip-service): New variable. Relates-to: guix/guix#6230
2026-08-07gnu: Add go-github-com-ooni-probe-engine.Sharlatan Hellseher1-0/+76
* gnu/packages/golang-web.scm (go-github-com-ooni-probe-engine): New variable.
2026-08-07gnu: Add go-github-com-ooni-probe-assets.Sharlatan Hellseher1-0/+27
* gnu/packages/golang-web.scm (go-github-com-ooni-probe-assets): New variable.
2026-08-07gnu: Add go-github-com-ooni-oohttp.Sharlatan Hellseher1-0/+34
* gnu/packages/golang-web.scm (go-github-com-ooni-oohttp): New variable.
2026-08-06gnu: ↵Sharlatan Hellseher1-14/+4
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2: Update to 2.14.1. * gnu/packages/golang-web.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2): Update to 2.14.1. [arguments]<#:test-flags>: Drop all.
2026-08-06gnu: Add go-github-com-mdp-qrterminal.Orahcio Felício de Sousa1-0/+26
* gnu/packages/aidc.scm (go-github-com-mdp-qrterminal): New variable. Relates-to: guix/guix!9629 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-06gnu: Add go-rsc-io-qr.Orahcio Felício de Sousa1-0/+33
* gnu/packages/aidc.scm (go-rsc-io-qr): New variable. Relates-to: guix/guix!9629 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-06gnu: indelfixer: Improve style.Nicolas Graves1-2/+1
* gnu/packages/bioinformatics.scm (indelfixer)[inputs]: Drop input labels. Change-Id: I9c2cf2ada0fe8634c7c988af36f6332e1e54dd11 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-06gnu: r-phantompeakqualtools: Improve style.Nicolas Graves1-11/+11
* gnu/packages/bioinformatics.scm (r-phantompeakqualtools) [arguments]: Improve style, use G-expressions. [inputs]: Drop input label. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-06gnu: hisat2: Improve style.Nicolas Graves1-27/+28
* gnu/packages/bioinformatics.scm (hisat2) [arguments]: Run guix style, use G-expressions. <#:make-flags>: Use cc-for-target and cxx-for-target. <#:phases>: Modernize and rewrite 'install phase. [inputs]: Drop input labels. Change-Id: I3fc648a5351a0649ba53b4302e34a576a03de6e6 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-06gnu: express-beta-diversity: Improve style.Nicolas Graves1-13/+16
* gnu/packages/bioinformatics.scm (express-beta-diversity) [arguments]<#:phases>: Use G-expressions, drop trailing #t. [inputs]: Drop input label. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-06gnu: libbigwig: Improve style.Nicolas Graves1-2/+2
* gnu/packages/bioinformatics.scm (libbigwig) [arguments]<#:make-flags>: Use cc-for-target. Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-06gnu: emacs-ben: Update to 0.12.14.Sergio Pastor Pérez1-2/+2
* gnu/packages/emacs-xyz.scm (emacs-ben): Update to 0.12.14. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Merges: guix/guix#10308
2026-08-06gnu: emacs-substitute: Update to 0.6.0.Anderson Torres1-2/+2
* gnu/packages/emacs-xyz.scm (emacs-substitute): Update to 0.6.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Merges: guix/guix#10219
2026-08-06gnu: emacs-substitute: Cleanup description.Anderson Torres1-4/+7
* gnu/packages/emacs-xyz.scm (emacs-substitute)[description]: Use texinfo @itemize. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-08-06gnu: emacs-truename-cache: Indent source.Anderson Torres1-9/+10
* gnu/packages/emacs-xyz.scm (emacs-truename-cache)[source]: Indent. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Merges: guix/guix#10188
2026-08-06gnu: Add emacs-git-bug.Anderson Torres1-0/+27
* gnu/packages/emacs-xyz.scm (emacs-git-bug): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-08-06gnu: emacs-telega: Update to 0.8.660.Sergey Trofimov1-3/+3
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.660. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Merges: guix/guix#10139
2026-08-06gnu: emacs-telega-server: Update to 1.2.0.Sergey Trofimov1-3/+3
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 1.2.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-08-06gnu: tdlib: Update to 1.8.66.Sergey Trofimov1-3/+3
* gnu/packages/telegram.scm (tdlib): Update to 1.8.66. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-08-06gnu: Remove spin2cpp.Andreas Enge1-48/+0
* gnu/packages/embedded.scm (spin2cpp): Delete variable.
2026-08-06gnu: Remove make-propeller-development-suite.Andreas Enge1-25/+1
* gnu/packages/embedded.scm (make-propeller-development-suite): Delete variable.
2026-08-06gnu: python-astropy-iers-data: Update to 0.2026.8.3.0.53.6.Sharlatan Hellseher1-2/+2
* gnu/packages/astronomy.scm (python-astropy-iers-data): Update to 0.2026.8.3.0.53.6.
2026-08-06gnu: python-astropy: Disable downloading of iers data by default.Hugo Buddelmeijer3-0/+45
* gnu/packages/astronomy.scm (python-astropy): Add no download patch. [source]: Add new patch. * gnu/packages/patches/python-astropy-dont-download-iers-data.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register patch. Merges: guix/guix!10344 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-06gnu: python-astropy-iers-data: Rename and hide.Sharlatan Hellseher1-29/+38
* gnu/packages/astronomy.scm (python-astropy-iers-data): Change variable and pacakge name to python-astropy-iers-data-primary then hide it. (python-astropy-iers-data-next): Rename variable to python-astropy-iers-data and unhide it. (python-astropy-iers-data-next): Deprecate variable in favour of python-astropy-iers-data. (python-astropy)[propagated-inputs]: Replace python-astropy-iers-data with python-astropy-iers-data-primary. Relates-to: guix/guix!10344
2026-08-06gnu: python-safety: Update to 3.8.1.Nicolas Graves1-34/+35
* gnu/packages/python-xyz.scm (python-safety): Update to 3.8.1. [source]: Switch to git-fetch. {patches}: Add a fixing patch for network issues. [arguments]{test-flags}: Drop them. {phases}: Improve style. [propagated-inputs]: Add python-certifi, python-truststore. Remove python-psutil, python-requests, python-ruamel.yaml. Replace python-typer-without-click by python-typer. Merges: guix/guix!10393 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-06gnu: Add python-typer-without-click.Nicolas Graves1-0/+37
* gnu/packages/python-xyz.scm (python-typer-without-click): New variable. Relates-to: guix/guix!10393 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-06gnu: python-safety-schemas: Update to 0.0.19.Nicolas Graves1-2/+2
* gnu/packages/python-xyz.scm (python-safety-schemas): Update to 0.0.19. Relates-to: guix/guix!10393 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-08-06gnu: python-hyperopt: Update to 0.3.0.Sharlatan Hellseher1-38/+18
* gnu/packages/machine-learning.scm (python-hyperopt): Update to 0.3.0. [source]: Switch to git-fetch. [arguments]<#:test-flags>: Run more tests. [phases]{patch-tests}: Remove phase. [propagated-inputs]: Remove python-future, python-numpy-1, python-setuptools, and python-six; add python-numpy, python-lightgbm, and python-pymongo. [native-inputs]: Remove python-pymongo and python-pynose; add python-hatchling and python-hatch-vcs. Relates-to: guix/guix#6610, guix/guix#6904
2026-08-06gnu: Add python-lightgbm.Sharlatan Hellseher1-0/+23
* gnu/packages/machine-learning.scm (python-lightgbm): New variable.
2026-08-06gnu: python-gpy: Update to 1.14.1.Sharlatan Hellseher1-32/+17
* gnu/packages/machine-learning.scm (python-gpy): Update to 1.14.1. [source]: Switch to git-fetch. [arguments] <#:test-flags>: Run all tests. [phases]{compatibility}: Simplify, remove all fixes applied upstream. [propagated-inputs]: Remove python-numpy-1; add python-numpy, python-matplotlib, and python-plotly. [native-inputs]: Remove python-matplotlib and python-wheel. Relates-to: guix/guix#6610
2026-08-06gnu: python-paramz: Update to 0.10.0.Sharlatan Hellseher1-24/+11
* gnu/packages/machine-learning.scm (python-paramz): Update to 0.10.0. [arguments] <#:test-flags>: Simplify. [propagated-inputs]: Remove python-numpy-1; add python-numpy. [native-inputs]: Remove python-wheel. Relates-to: guix/guix#6610
2026-08-06gnu: onionshare-cli: Fix build.Sharlatan Hellseher1-3/+2
* gnu/packages/tor.scm (onionshare-cli): [phases]{relax-requirements}: Refresh the list.
2026-08-06gnu: python-flask-socketio: Update to 5.6.1.Sharlatan Hellseher1-8/+13
* gnu/packages/python-web.scm (python-flask-socketio): Update to 5.6.1. [source]: Switch to git-fetch. [native-inputs]: Remove python-wheel.
2026-08-06gnu: trealla: Update to 3.1.25.jgart1-2/+2
* gnu/packages/prolog.scm (trealla): Update to 3.1.25. Change-Id: I7191312ed655b9427dd98b3f0f613d1eaba43fc9
2026-08-05gnu: libreoffice: Update to 25.8.7.3.libreofficeNicolas Graves1-2/+4
* gnu/packages/libreoffice.scm (libreoffice): Update to 25.8.7.3. [inputs]: Add libeot and zstd:lib. Change-Id: Id1fd993ace53893b8eeaa695f625bcc0472877cb Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-05gnu: libetonyek: Update to 0.1.13.Nicolas Graves1-3/+3
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.13. Change-Id: Iffbd108ca701b25b056ebf60ac66e4a791726f27 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-05gnu: Add libeot.Nicolas Graves1-0/+20
* gnu/packages/libreoffice.scm (libeot): New variable. Change-Id: I78debdf271d54ae8df87ab51089276216cb00fbb Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-05gnu: orcus: Update to 0.20.2.Nicolas Graves1-2/+2
* gnu/packages/libreoffice.scm (orcus): Update to 0.20.2. Change-Id: I4daf48c36e8b044a9136ace50f6204d2a5f8f4ad Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-05gnu: ixion: Update to 0.20.0.Nicolas Graves1-2/+2
* gnu/packages/libreoffice.scm (ixion): Update to 0.20.0. Change-Id: I9560e7e1a463793f9b95948d5ff3a62f442457a9 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-05gnu: mdds: Update to 3.2.1.Nicolas Graves2-8/+9
* gnu/packages/boost.scm (mdds): Update to 3.2.1. [native-inputs]: Add pkg-config. * gnu/packages/libreoffice.scm (libetonyek)[arguments] <#:configure-flags>: Fix use of --with-mmds flag. Change-Id: Id2b5e617e5863f8c21f9ead0e876e5042f32956b Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-08-05gnu: magic: Update to 8.3.679.Cayetano Santos1-2/+2
* gnu/packages/electronics.scm (magic): Update to 8.3.679.