summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2026-03-07gnu: r-dunn-test: Update to 1.3.7.Ricardo Wurmus
* gnu/packages/cran.scm (r-dunn-test): Update to 1.3.7. [propagated-inputs]: Add r-rlang. Change-Id: I5c078f0b209b6996d1a3cde6b0af907ad2bf3131
2026-03-07gnu: Add kalm.Sughosha
* gnu/packages/kde-utils.scm (kalm): New variable. Change-Id: I1b2b0ffa626bfc9c5c9abeb26e5573d19d828ec7
2026-03-07gnu: Add kde-inotify-survey.Sughosha
* gnu/packages/kde-systemtools.scm (kde-inotify-survey): New variable. Change-Id: Iac2efd7b021fdfaa5325e8fa368c9ae8a442c422
2026-03-07gnu: Add kup.Sughosha
* gnu/packages/kde-systemtools.scm (kup): New variable. Change-Id: I54ddd7917baed7b1ba214774205b38a1e5868372
2026-03-07gnu: python-icegrams: Update to 1.1.6.Spencer King
* gnu/packages/python-xyz.scm (python-icegrams): Update to 1.1.6. Merges: https://codeberg.org/guix/guix/pulls/6948 Change-Id: Ia983a0a04e2e03bebda550fa42665adc4e7f01a2 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-07gnu: python-klayout: Update to 0.30.6.Cayetano Santos
* gnu/packages/electronics.scm (python-klayout): Update to 0.30.6. Change-Id: I5e5d648695a8d0f28047c88da96343da6077525c
2026-03-07gnu: klayout: Update to 0.30.6.Cayetano Santos
* gnu/packages/electronics.scm (klayout): Update to 0.30.6. Change-Id: I5176af5d4834016f532e84d6fe5e6e6942083baa
2026-03-07gnu: rdfind: Update to 1.8.0.Artyom V. Poptsov
* gnu/packages/admin.scm (rdfind): Update to 1.8.0. Change-Id: I7df3cee80efd9fe7f6ccd3d6f5e3b4a0645a5299
2026-03-07gnu: s-tui: Update to 1.3.0.Artyom V. Poptsov
* gnu/packages/admin.scm (s-tui): Update to 1.3.0. [native-inputs]: Remove python-wheel. Change-Id: I8c51eed733fb7ac14a287adeb05166aa9cab0347
2026-03-07gnu: nmrpflash: Update to 0.9.27.Artyom V. Poptsov
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.27. Change-Id: I20aa88b2345f8c18f1fc2f822bed3904c46e4af5
2026-03-07gnu: fastfetch-minimal: Update to 2.60.0.Artyom V. Poptsov
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.60.0. Change-Id: I4d11eb4d4fb094a301d393a62e12ba0daa21ab96
2026-03-07gnu: ebusd: Update to 26.1.Artyom V. Poptsov
* gnu/packages/embedded.scm (ebusd): Update to 26.1. Use GEXPs. [arguments]<#:phases>: Set the proper path to the installed configuration in the "patch" phase. Update the ebusd configuration installation path in "install-config" phase. [native-inputs]: Update "config" input: use the latest commit from the upstream as the upstream has migrated from the old CSV configuration format to TypeSpec format. Change the installation file name to "ebusd-configuration". Change-Id: I61b18bfe812511c41ea11829db2034ae68bab058
2026-03-07gnu: Add font-google-noto-serif-hebrew.Gabriel Santos
* gnu/packages/fonts.scm (font-google-noto-serif-hebrew): New variable. Closes: guix/guix#6895 Change-Id: I00474e6ba1fefdfc44fdf7f0d0d1435f705529db Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2026-03-07gnu: Add font-google-noto-sans-hebrew.Gabriel Santos
* gnu/packages/fonts.scm (font-google-noto-sans-hebrew): New variable. Change-Id: I3687b89345138695466bd462a0d52b24ea54c6d4 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2026-03-07Revert "gnu: guix: Update to 1.5.0-1.2cec204a4c3."Janneke Nieuwenhuizen
Fixes #6943. This reverts commit 001caf6e6374ac8d300e4b727bac308432f8f5e9.
2026-03-06gnu: darkhttpd: Update to 1.17.jgart
* gnu/packages/web.scm (darkhttpd): Update to 1.17. Change-Id: I448d633917a292b6de7f46a3169b6c78c9967419
2026-03-07gnu: Add python-onnxscript.Danny Milosavljevic
* gnu/packages/speech.scm (python-onnxscript): New variable. Change-Id: I9c7b7c38fb5d948b16425e310911d5418cc26dbe
2026-03-07gnu: Add python-onnx-ir.Danny Milosavljevic
* gnu/packages/speech.scm (python-onnx-ir): New variable. Change-Id: I2265388370a426a70af4de5a932dac3848a723eb
2026-03-07gnu: python-cvxpy: Fix intermittent build failure.Danny Milosavljevic
* gnu/packages/python-science.scm (python-cvxpy)[arguments]<#:phases>{set-ci-environment}: New phase. Change-Id: I4e76b5e88c03f4b2c6915181231b700512d6f37a
2026-03-07gnu: onnxruntime: Fix integration into projects.Danny Milosavljevic
* gnu/packages/patches/onnxruntime-1.22.0-splittosequence-bool.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/machine-learning.scm (onnxruntime)[source]: Use patch. [arguments]<#:configure-flags>: Enable onnxruntime_USE_FULL_PROTOBUF, Protobuf_USE_STATIC_LIBS=ON. [inputs]: Replace onnx by onnx-for-onnxruntime. Replace protobuf by protobuf-static-for-onnxruntime. Change-Id: I20d8172b9c4e81ce351cf40102be7db388387a0d
2026-03-07gnu: onnx-optimizer: Add comment.Danny Milosavljevic
* gnu/packages/machine-learning.scm (onnx-optimizer): Add comment. Change-Id: Ia194c43cf788f02f285ee1716ad16a557b358982
2026-03-07gnu: python-protobuf: Remove unused input.Danny Milosavljevic
* gnu/packages/protobuf.scm (python-protobuf)[inputs]: Remove protobuf-3.20. Change-Id: If2c9c7c8eafed5ad6fcbd4e4a9c1e6f5e956089a
2026-03-07gnu: Add onnx-for-onnxruntime.Danny Milosavljevic
* gnu/packages/patches/onnx-1.17.0-for-onnxruntime.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/machine-learning.scm (onnx-1.17.0-for-onnxruntime): New variable. [source]: Use patch. Change-Id: Ib5dab812c6a0f970e65d0764a4889a3eee0ebda2
2026-03-07gnu: Add protobuf-static-for-onnxruntime.Danny Milosavljevic
* gnu/packages/protobuf.scm (protobuf-static-for-onnxruntime): New variable. Change-Id: I641eda7de77e6e56cde3bab5d35daefce246ef9e
2026-03-07gnu: speech-dispatcher: Update to 0.12.1.Danny Milosavljevic
* gnu/packages/speech.scm (speech-dispatcher): Update to 0.12.1. [inputs]: Add bash-minimal, flite, pipewire. [arguments]<#:phases>{patch-bin-bash}: New phase; use bash-minimal. Change-Id: I9c7d27a707ead20290fcb2da50fef68a252ecfcd
2026-03-06gnu: guix-xsearch: Update to 2.3.Noé Lopez
* gnu/packages/package-management.scm (guix-xsearch): Update to 2.3. [arguments]<#:phases>: Wrap Guile search paths. [propagated-inputs]: Stop propagating guile-xapian. Merges: https://codeberg.org/guix/guix/pulls/5918 Change-Id: Ief44bb67ad991c81ea8e34f62a415b22f47a503f Reviewed-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: labwc: Update to 0.9.5Ashish SHUKLA
* gnu/packages/wm.scm (labwc): Update to 0.9.5. Merges: https://codeberg.org/guix/guix/pulls/6893 Change-Id: I4f3d8905a7b7bc1fa1469bf6b551984411739075 Reviewed-by: Nguyễn Gia Phong <cnx@loang.net> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: zulip-term: Update to 0.7.0-0.6a79987.moksh
* gnu/packages/messaging.scm (zulip-term): Update to 6a799870eccc00d612e25ff881d18f4ff66d92fa commit. [arguments]<tests>: Rework failing tests. <#:phases>: Add 'relax-requirements. Change-Id: I236dda580c230fd56995a7d5c1b0f0f8e7709c81
2026-03-06gnu: python-zulip: Update to 0.9.1.moksh
* gnu/packages/messaging.scm (python-zulip): Update to 0.9.1. [arguments]<#:test-backend, #:test-flags>: Use unittest. [phases]{sanity-check}: Keep the phase. {remove-zulip-api-script, restore-zulip-api-script}: New phases. [native-inputs]: Remove python-matrix-nio and python-pytest; add python-mock. [propagated-inputs]: Add python-matrix-nio. Change-Id: I4dd56f50730003712f91c62b56c93752e16c4133 Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: pspp: Update to 2.1.1.Andy Tai
* gnu/packages/statistics.scm (pspp): Update to 2.1.1. Change-Id: Id2f806693fb97fcf20c9e0badac84572e141e5fe Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: spread-sheet-widget: Update to 0.10.Andy Tai
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.10. Change-Id: I90e9aeed605ee68467bc5b07ce86731d9736fba2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: packages/matrix: Sort a->z.Sharlatan Hellseher
* gnu/packages/matrix.scm (pantalaimon, python-matrix-nio) (python-synapse-s3-storage-provider): Sort variables alphabetically. Change-Id: I2bd5c61011686592fca87463de62ff4d8186b0fe
2026-03-06gnu: Add python-synapse-s3-storage-provider.Zheng Junjie
* gnu/packages/matrix.scm (python-synapse-s3-storage-provider): New variable. Merges: https://codeberg.org/guix/guix/pulls/6470 Change-Id: I239bfd7eaa949a9a17147551b951458820928d7a Reviewed-by: Yan Abu Arab <yanabuarab@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: bwa: Update to 0.7.19.Spencer King
* gnu/packages/bioinformatics.scm (bwa): Update to 0.7.19. Merges: https://codeberg.org/guix/guix/pulls/6925 Change-Id: I066277d3746e291426156ae36a70c8a51a59f23f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: qman: Fix missing commands.Sughosha
* gnu/packages/man.scm (qman)[arguments]<#:phases>: Add 'patch-paths' phase. [inputs]: Add groff, man-db, and xdg-utils. Fixes: guix/guix#6753 Merges: https://codeberg.org/guix/guix/pulls/6932 Change-Id: I359090e89c38bb6636635eb6e96cf95337a5716f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: guix: Update to 1.5.0-1.2cec204a4c3.Janneke Nieuwenhuizen
* gnu/packages/package-management.scm (guix): Update to 1.5.0-1.2cec204a4c3. Change-Id: I7ba84e560a63850758adfd7fdd1a6854849e6340
2026-03-06system: examples: bare-hurd64: Remove now unnecessary kernel-arguments.Janneke Nieuwenhuizen
On x86_64-gnu, that only works with RumpDISK, the GRUB bootloader configuration always inserts "noide". * gnu/system/examples/bare-hurd64.tmpl (%hurd64-os)[kernel-arguments]: Remove. Change-Id: Ic648d88ea4171adaa0f932436fbeaadb208cdbfa
2026-03-06gnu: check: Skip tests on the 64bit Hurd.Yelninei
* gnu/packages/check.scm (check): Disable tests for 64 bit Hurd targets. Change-Id: I5ef1e16c69212d5feb763e4c01aac2a8c8f41075
2026-03-06gnu: bootstrap: Update bootstrap binaries for x86_64-gnu, aka the 64-bit Hurd.Janneke Nieuwenhuizen
On commit: ff6f285510215c1fc4793a9c598ab1592d292229 gnu: hurd: Update to 0.9.git20251029-0.6290b4c. Run: ./pre-inst-env guix build --target=x86_64-pc-gnu bootstrap-tarballs Producing: /gnu/store//wz4yh586wczmp4wymy6g5rrcn3xlhgsb-bootstrap-tarballs-0 With guix hash -r: 0v8g29r5fip6h612jgy5cnq78nzwjgmk0llas475f20xrsckdnjg * gnu/packages/bootstrap.scm (%bootstrap-executables): Update entries for x86_64-gnu. (%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update entry for x86_64-gnu. Change-Id: I454a80669cbee8646bbc1997d4e91d16a8bb83a0
2026-03-06gnu: hurd: Update to 0.9.git20251029-0.6290b4c.Janneke Nieuwenhuizen
* gnu/packages/patches/hurd-crash-x86_64.patch, gnu/packages/patches/hurd-proc-zombies.patch, gnu/packages/patches/hurd-streamio-select.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Unregister them. * gnu/packages/hurd.scm (hurd-headers): Remove them; update to 0.9.git20251029-0.6290b4c. Change-Id: I951130ad373f9d323bfdfc5d18aab5584bb51a16
2026-03-06gnu: gnumach: Update to v1.8+git20260224.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (gnumach-headers): Update to v1.8+git20260224. Change-Id: Id8ca710a08da1ed31902aec0f984393a56b9d080
2026-03-06gnu: gnumach-headers: Update to 1.8+git20260129.Yelninei
The patch-compat phase seems to be no longer required. * gnu/packages/hurd.scm (gnumach-headers): Update to 1.8+git20260129. * gnu/packages/commencement.scm (gnumach-headers-boot0): Remove 'patch-compat phase. Change-Id: I4007c58d4f99388c78a80eaef783be35208fe16a
2026-03-06gnu: python: Skip test_largefile on the 64bit Hurd.Yelninei
* gnu/packages/python.scm (python-3.11):[#:make-flags]: Skip test_largefile on the 64bit Hurd. Change-Id: I3a93a69969b43eaf99d639afc5448f82627f19d1
2026-03-06gnu: hurd: Add patch to prevent hang of crash-dump-core.Yelninei
* gnu/packages/patches/hurd-crash-x86_64.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/hurd.scm (hurd): Add patch. Change-Id: I4a6b3a3385a9890c4a1781092ad1168a7b51e50f
2026-03-06gnu: diffutils: Reenable tests on the 64bit Hurd.Yelninei
* gnu/packages/base.scm (diffutils): Reenable test-c-stack and test-c-stack2 gnulib test. Change-Id: I6bac2582053c5180fe8c3a803b6e8218c0df653b
2026-03-06gnu: coreutils: Reenable tests on the 64bit Hurd.Yelninei
* gnu/packages/base.scm (coreutils): Don't skip tests/misc/sort-NaN-infloop.sh. gnulib-tests no longer hang but XFAIL instead. Change-Id: I9ea21d9522a16058b59f35ea7aae81c5ee1cee24
2026-03-06gnu: python-boot0: Resolve conflict with newer libm.Yelninei
* gnu/packages/commencement.scm (python-boot0): Rename sinpi to m_sinpi as a newer libm provides sinpi symbol. Change-Id: Ifb8d193a06b66d2859a6ee27f6e64e0260c9b847
2026-03-06gnu: git-minimal: Remove gcc-14 relaxation CFLAGS.Yelninei
* gnu/packages/version-control.scm (git-minimal): Remove flags for gcc-14. Change-Id: I3a6e53225dd44f1a421aef61e9a04c5ba4863aec
2026-03-06gnu: flex: Simplify configure flags for cross compiling.Yelninei
* gnu/packages/flex.scm (flex)[#:configure-flags]: Remove target-hurd64? check and don't set CFLAGS. Change-Id: I1c177cd78b0e489126eba08ec39f90d34d6e63e8
2026-03-06gnu: hurd-headers: Remove unused let binding.Yelninei
* gnu/packages/hurd.scm (hurd-headers): Remove let-binding. * gnu/packages/commencement.scm (gnu/packages/commencement.scm): Inherit version and source. Change-Id: Ib4500e499aab44a424f46fc4bfbf07b9964db2ab