1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00
Commit Graph

160897 Commits

Author SHA1 Message Date
IliaLuetin
2c7fe6b39e gnu: Add go-github-com-altree-bigfloat.
* gnu/packages/golang-maths.scm (go-github-com-altree-bigfloat): New variable.

Change-Id: Ic0da1aae7ea6bce376b554d5ff981b78fea677d6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-05 22:02:50 +00:00
Sharlatan Hellseher
f916dddfb4 gnu: Add go-github-com-edwvee-exiffix.
* gnu/packages/golang-xyz.scm (go-github-com-edwvee-exiffix): New variable.

Change-Id: I11a368a350eca699afc4df2fb74627146913540b
2025-11-05 22:02:50 +00:00
Sharlatan Hellseher
bcefe556ad gnu: go-github-com-disintegration-imaging: Adjust inputs.
* gnu/packages/golang-xyz.scm (go-github-com-disintegration-imaging):
[inputs]: Remove go-golang-org-x-image.
[propagated-inputs]: Add go-golang-org-x-image.

Change-Id: Idba502827dc73c702ff9bb40a12e358daea45874
2025-11-05 22:02:27 +00:00
Sharlatan Hellseher
c4f9bd741c gnu: python-swagger-spec-validator: Fix tests.
* gnu/packages/python-xyz.scm (python-swagger-spec-validator)[source]:
Switch to git-fetch providing tests.
[native-inputs]: Remove python-wheel; add python-pytest.

Change-Id: Ia895d58a5a66292fe05972395c35bd92554551e2
2025-11-05 21:38:14 +00:00
jgart
07351780e7 gnu: gtk4-layer-shell: Improve synopsis.
* gnu/packages/gtk.scm (gtk4-layer-shell)[synopsis]: Improve synopsis.

Change-Id: I8e9aa41980ae366f1b4895814bbead9a9189f770
2025-11-05 11:11:48 -06:00
Patrick Norton
41a983eb98 gnu: Add gtk4-layer-shell.
+ gnu/packages/gtk (gtk4-layer-shell): New variable.

Change-Id: I361fbb848e774e76c4a08b39e7d972a217afd2bb
Signed-off-by: jgart <jgart@dismail.de>
2025-11-05 11:00:04 -06:00
jgart
09d85a13a2 gnu: trealla: Update to 2.84.14.
* gnu/packages/prolog.scm (trealla): Update to 2.84.14.

Change-Id: I9de9de28bf43019af1dcb2a7ec51643bd58cbec2
2025-11-05 10:53:12 -06:00
Sharlatan Hellseher
19391429b3 gnu: python-pyhdf: Fix build with gcc-14.
* gnu/packages/python-xyz.scm (python-pyhdf)[arguments] <phases>: Add
'relax-gcc-14-strictness.
[native-inputs]: Remove python-numpy and python-wheel.

Change-Id: I33b09ceaab56857420a4a1af1386a916b5a8e9d9
2025-11-05 16:40:29 +00:00
Jake Coble
1d55e8225d gnu: synapse: Update to 1.140.0.
* gnu/packages/matrix.scm (synapse): Update to 1.140.0.
[uri]: Use new repository location.
[arguments] <modules, imported-modules>: Add cargo-build-system.
<test-backend, test-flags>: Use custom.
<phases>: Add 'prepare-cargo-build-system, 'install-rust-library,
'start-postgresql.
[inputs]: Add Rust dependencies for the Python library.
[propagated-inputs]: Remove python-daemonize, python-frozendict,
python-jinja2, python-pyjwt, python-pynacl, python-simplejson,
python-six, and python-txacme; add python-authlib, python-cryptography,
python-hiredis, python-ijson, python-immutabledict,
python-matrix-common, python-multipart, python-parameterized,
python-psycopg2cffi, python-pydantic, python-pympler, and
python-txredisapi.
[native-inputs]: Remove python-mock, python-parameterized, and
python-setuptools; add libc-utf8-locales-for-target, openssl,
postgresql, python-poetry-core, python-pyperf, python-setuptools-rust,
rust, rust:cargo tzdata-for-tests, and xmlsec.
[home-page]: Use new repository location.

* gnu/packages/rust-crates.scm: (rust-cc-1.2.30, rust-headers-0.4.1,
rust-icu-locale-2.0.0, rust-icu-locale-data-2.0.0,
rust-icu-segmenter-2.0.0, rust-icu-segmenter-data-2.0.0,
rust-pyo3-0.25.1, rust-pyo3-build-config-0.25.1, rust-pyo3-ffi-0.25.1,
rust-pyo3-log-0.12.4, rust-pyo3-macros-0.25.1,
rust-pyo3-macros-backend-0.25.1, rust-pythonize-0.25.0,
rust-ulid-1.2.1): New variables.
(lookup-cargo-inputs): Add synapse.

Change-Id: I4ea7a992352bc7c86075c5a09444cd9d170e3378
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-05 16:40:29 +00:00
Jake Coble
180f39cc8c gnu: Add python-txredisapi.
* gnu/packages/python-xyz.scm (python-txredisapi): New variable.

Change-Id: Ifb5a657030f540c6c603fc9319229fd3e4f08ea8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-05 16:40:29 +00:00
Jake Coble
acda793e1e gnu: Add python-psycopg2cffi.
* gnu/packages/databases.scm (python-psycopg2cffi): New variable.

Change-Id: Ifdc8eb44e7bb56cc00354eb919e36bc79b4a009a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-05 16:40:29 +00:00
Jake Coble
5f8a699354 gnu: Add python-matrix-common.
* gnu/packages/matrix.scm (python-matrix-common): New variable.

Change-Id: Ibf92761fc0983b342ebabde3c6db160032de7ed2
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-05 16:40:29 +00:00
Jake Coble
99f9161236 gnu: python-canonicaljson: Update to 2.0.0.
* gnu/packages/python-xyz.scm (python-canonicaljson): Update to 2.0.0.
[arguments] <test-backend>: Use 'unittest.
<phases>: Remove 'loosen-requirements.
[native-inputs]: Remove python-pypa-build, python-pytest, and
python-setuptools-scm; add python-nose2.a
[propagated-inputs]: Remove python-frozendict, python-simplejson, and
python-six.

Change-Id: Ibd2e2a94ef8687b6e52276eab0cad6110c8e54ec
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-05 16:40:29 +00:00
Artyom V. Poptsov
e49aa0f3a7 gnu: atop: Update to 2.12.1.
* gnu/packages/admin.scm (atop): Update to 2.12.1.

Change-Id: I36b3b61065b306cb920ddcb5b1d916a78c5b16e5
2025-11-05 19:22:51 +03:00
Artyom V. Poptsov
a4c9750b59 gnu: fastfetch-minimal: Update to 2.54.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.54.0.

Change-Id: I92fb0c3ef98d469ce94d06fd7d32c2aad95d94b7
2025-11-05 19:22:51 +03:00
Artyom V. Poptsov
e7099c5a0d gnu: jc: Update to 1.25.6.
* gnu/packages/admin.scm (jc): Update to 1.25.6.

Change-Id: Ie2b6358bf0cb1cee162c58bc0f80526583ff2777
2025-11-05 19:22:50 +03:00
Artyom V. Poptsov
ac555eb317 gnu: nmap: Update to 7.98.
* gnu/packages/admin.scm (nmap): Update to 7.98.

Change-Id: Ib57ca4737d77e96042796ba6263d6d28e537a61e
2025-11-05 19:22:50 +03:00
Artyom V. Poptsov
265b51f7ab gnu: solaar: Update to 1.1.16.
* gnu/packages/admin.scm (solaar): Update to 1.1.16.

Change-Id: I938365ebd3d41816861f7b0dc004f6a9e516cd7b
2025-11-05 19:22:10 +03:00
Efraim Flashner
47df71794f gnu: ripgrep: Update to 15.1.0.
* gnu/packages/rust-apps.scm (ripgrep): Update to 15.1.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[ripgrep]: Update
entry.

Change-Id: I744fadd30db9ce283956dad10d99ab57959a1b9b
2025-11-05 12:31:22 +02:00
Zheng Junjie
92ab24629b gnu: ripgrep: Update to 15.0.0.
* gnu/packages/rust-apps.scm (ripgrep): Update to 15.0.0.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[ripgrep]: Update
entry.

Change-Id: Ie4f2544c26c02fbc45093fdc6d23d350408e408e
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-11-05 12:22:48 +02:00
Skylar "The Cobra" Astaroth
20c34e7325 gnu: Add rmpc.
* gnu/packages/mpd.scm (rmpc): New variable.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs): Add rmpc.

Change-Id: I3b075888a34a4bde0d6c3e719c10fe653b35bc20
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-11-05 12:15:44 +02:00
Christopher Baines
17b590b7e7 gnu: guix-data-service: Update to 0.0.1-74.eb75964.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-74.eb75964.

Change-Id: I2739e3b8fb36c3bdaa7a84b1f1296c85a276d6b9
2025-11-05 09:04:13 +00:00
Christopher Baines
dedd689716 gnu: nar-herder: Update to 0-46.54ded0d.
* gnu/packages/package-management.scm (nar-herder): Update to 0-46.54ded0d.

Change-Id: I04d5668474ee9aed6cc74273afa485c5ddf2d051
2025-11-05 09:01:11 +00:00
Ian Eure
894df5f56b gnu: librewolf: Update to 144.0.2-1 [security-fixes].
Contains fixes for:
CVE-2025-12380: Use-after-free in WebGPU internals triggered from a
                compromised child process

* gnu/packages/librewolf.scm (librewolf): Update to 144.0.2-1.

Change-Id: I20a797097579d8633adefcd2fc7f365d1ea828b0
2025-11-04 16:35:36 -08:00
Ian Eure
ba7b96dcd6 gnu: firefox-l10n: Update to 19667931d63ae27d05ebb5701884a5b45ca89976.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 19667931d63ae27d05ebb5701884a5b45ca89976.

Change-Id: Icdab2dfb3629f5c3507c0a77892a207d00d7871e
2025-11-04 16:35:35 -08:00
Nicolas Graves
737e58d7eb gnu: lfs-s3: Update to 0.2.1.
* gnu/packages/version-control.scm (lfs-s3): Update to 0.2.1.
[home-page]: Refresh it.
[source]: Improve style.
[propagated-inputs]: Add go-github-com-klauspost-compress.

Change-Id: Ibbb13b3cdf1250ca64c34edaba09ac2a40c66b06
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 23:28:54 +00:00
Artyom V. Poptsov
1961dd6a18 gnu: tla: Modernize the package.
* gnu/packages/version-control.scm (tla): Modernize the package.
[source]<snippet>: Don't return #t.
[arguments]<#:phases>: Use GEXPs.

Change-Id: I80e18380ae0c1f73515ef1e7943793fc0c38eeb2
2025-11-05 00:01:23 +03:00
Artyom V. Poptsov
394c8ae695 gnu: tla: Fix build.
* gnu/packages/version-control.scm (tla): Fix build by switching to GCC 10.
[native-inputs]: Add gcc-10.

Change-Id: I4dcb2b7a5bd7fa5321b3df992fd7021d30f1e9e7
2025-11-05 00:01:23 +03:00
Raven Hallsby
624e1f047c gnu: Add editorconfig-checker.
* gnu/packages/text-editors.scm (editorconfig-checker): New variable.

Change-Id: I1131e6bfa0d6a0e2c3b90dd2d8e5789431862a99
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 20:35:29 +00:00
Raven Hallsby
366d1d837f gnu: Add go-github-com-editorconfig-core-go-v2.
* gnu/packages/text-editors.scm (go-github-com-editorconfig-core-go-v2): New variable.

Change-Id: If7bdced0087ffc0776395a67781f961f396a4450
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 20:35:29 +00:00
Raven Hallsby
78d4de01c8 gnu: Add go-github-com-gkampitakis-go-snaps.
* gnu/packages/golang-check.scm (go-github-com-gkampitakis-go-snaps): New variable.

Change-Id: I7efe0b569cf5e8b7465887f71294e2bdb33b4a54
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 20:27:20 +00:00
Raven Hallsby
a5ab3a39da gnu: Add go-github-com-maruel-natural.
* gnu/packages/golang-xyz.scm (go-github-com-maruel-natural): New variable.

Change-Id: I629048bf802ab509dad2078379ccd747950a8190
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 20:27:20 +00:00
Raven Hallsby
dbe39aa565 gnu: Add go-github-com-baulk-chardet.
* gnu/packages/golang-xyz.scm (go-github-com-baulk-chardet): New variable.

Change-Id: Ic9229d6c29702eaa8c34d8e4dec7b5e977094f26
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 20:27:20 +00:00
Raven Hallsby
87b7252f84 gnu: Add go-github-com-gkampitakis-ciinfo.
* gnu/packages/golang-check.scm (go-github-com-gkampitakis-ciinfo)
(go-ciinfo): New variables.

Change-Id: Ib1001012ff0ac424600a4713122807be29bde19b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 20:27:20 +00:00
Artyom V. Poptsov
853c962f3b gnu: bonnie++: Update to 2.00a.
* gnu/packages/benchmark.scm (bonnie++): Update to 2.00a.

Change-Id: Iceb4212a5699ac6c2642e2d41eddd5a0dd37dc84
2025-11-04 22:48:06 +03:00
Artyom V. Poptsov
b0718088e2 gnu: bonnie++: Fix build.
* gnu/packages/benchmark.scm (bonnie++): Fix build by switching to GCC 10.
[native-inputs]: Add gcc-10.

Change-Id: I222a8c14abab16481a9873432738eead9ae49d5d
2025-11-04 22:46:38 +03:00
jgart
c7f10d6742 gnu: trealla: Update to 2.84.12.
* gnu/packages/prolog.scm (trealla): Update to 2.84.12.

Change-Id: I38fabf1237e323fd7864062110b76ba5a4b75ba3
2025-11-04 13:00:59 -06:00
Nigko Yerden
9d5f3c6b3a gnu: supertuxkart: Remove gcc@14 compatibility build phase.
gnu/packages/games.scm (supertuxkart)[arguments]{#:phases}:
remove 'gcc14 phase.

Change-Id: I4fddc2ebfa5a34f8589840874b410cb62bc01247
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-04 17:57:46 +01:00
Nigko Yerden
a269b44d3e gnu: supertuxkart: Update to 1.5.
* gnu/packages/games.scm (%supertuxkart-version): Update to 1.5.
(supertuxkart-data)[version]: Update "commit" to 18621.
(supertuxkart)[native-inputs]: Add shaderc.

Change-Id: Ief59d2b31f0464d31cd1e958ee2c97d9df36687b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-04 17:57:46 +01:00
Fredrik Salomonsson
09014b57fd installer: Add Sway as an option in the Desktop environment page.
* gnu/installer/services.scm (%system-services): desktop-environment for sway
and its minimal companion packages.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests): Add
sway and its companion packages to operating-system packages.

Change-Id: I22f4cb67752ce1a15009680a1ba081fae129d45a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-11-04 17:49:29 +01:00
Ayan Das
824de8a3df gnu: python-av: Re-enable deselected tests.
* gnu/packages/python-xyz.scm (python-av): Drop the deselection of
  Chapter and Packet side-data tests now that python-av-testdata provides
  the required samples; keep the dash IO exclusion.
  [arguments] <test-flags>: Update comment accordingly.
* gnu/packages/python-xyz.scm (python-av-testdata): Add the required FATE
  samples.

Change-Id: I0c3c35ffd37403dcbe3e698c1d9fe9f3c3b44f5c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Ayan Das
c92f9834c6 gnu: python-torchmetrics: Update to 1.8.2.
* gnu/packages/machine-learning.scm (python-torchmetrics): Update to 1.8.2.
  [source]: Update hash.

Change-Id: I95df5598ae30528cae7c2c10d6695decb06647e7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Ayan Das
f32ba70c4c gnu: python-botorch: Update to 0.16.0.
* gnu/packages/machine-learning.scm (python-botorch): Update to 0.16.0.
  [source]: Switch upstream URL to meta-pytorch; update hash.
  [arguments]: In #:test-flags, skip tests that mock
  fmin_l_bfgs_b_batched (not imported with SciPy<1.13):
  test_emsemble_map_saas, test_negative_fixed_features.  Also ignore
  test_community/ (requires optional 'pfns').
  [native-inputs]: Drop python-wheel.

Change-Id: I8249ef0730bd6f6849dc515fbafa8068bf0bfe9a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Ayan Das
c3ee31c04e gnu: python-gpytorch: Update to 1.14.2.
* gnu/packages/machine-learning.scm (python-gpytorch): Update to 1.14.2.
  [source]: Update hash.
  [native-inputs]: Drop python-wheel.

Change-Id: Icd6ef2b964e17b918bbe92179e0803d4e001ec13
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Ayan Das
7a877935ac gnu: python-pgmpy: Skip flaky test_get_edges.
* gnu/packages/statistics.scm (python-pgmpy): Skip flaky test_get_edges.
  [arguments]: In #:test-flags, add "test_get_edges" to the pytest -k skip
  list.  Add a brief comment about the FileNotFoundError in tearDown removing
  missing 'dog_problem.xml'.
  [native-inputs]: Drop python-wheel.

Change-Id: I48609db063adb7d99c0813013fb95c049e874964
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Ayan Das
e00a3fb9d6 gnu: python-pot: Update to 0.9.6.
* gnu/packages/machine-learning.scm (python-pot): Update to 0.9.6.
  [source]: Switch to git-fetch (upstream tag).  Update hash.  Remove
  snippet for deleting 'ot/lp/emd_wrap.cpp'—not present in VCS source.
  [arguments]: Add test-flags to skip 'test_entropic_semirelaxed_gromov'
  (TypeError).
  [native-inputs]: Drop python-wheel; add python-pytest and
  python-pytest-cov.

Change-Id: I8932a58ad9b83fd9c82c21fbb7db23fb06336a64
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:57 +00:00
Ayan Das
52dfc46279 gnu: onnxruntime: Skip exporter-dependent tests needing onnxscript.
* gnu/packages/machine-learning.scm (onnxruntime): Skip exporter-dependent
  tests needing onnxscript.
  [arguments]: Extend pytest ignore list to exclude exporter tests that
  require python-onnxscript (test_pytorch_export_contrib_ops.py and
  transformers parity/phi_vision tests).

Change-Id: I7fe48815fcbd53121049a3b61d43af636df2bffe
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:56 +00:00
Ayan Das
9e2dd1012f gnu: python-torchaudio: Skip additional TorchScript consistency tests.
* gnu/packages/machine-learning.scm (python-torchaudio): Extend pytest -k
  filter to exclude FrequencyMasking/TimeMasking/deemphasis/RNNTLoss
  TorchScript tests that fail with PyTorch 2.9.0.
  [native-inputs]: Drop python-wheel.

Change-Id: I87e4360cd3ebe433f5e5e508028872b8fdc294b7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:56 +00:00
Ayan Das
720d2b57eb gnu: python-pytorch: Update to 2.9.0.
* gnu/packages/machine-learning.scm (python-pytorch): Update to 2.9.0.
  [source]: Update hash.
  [arguments]: Add 'skip-pip-redirect' phase to avoid pip redirect in
  setup.py.  Extend concurrentqueue include fix to cover nativert.
  [native-inputs]: Add python-setuptools.

* gnu/packages/patches/python-pytorch-system-libraries.patch: Update for 2.9.0.

Change-Id: I26606949da3c36fe8d7b6933ec54cb2c347a1bb9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:56 +00:00
Ayan Das
04eeea17f5 gnu: gloo: Update to 0.0.0-4.54cbae0.
* gnu/packages/machine-learning.scm (gloo): Update to commit
54cbae0d3a67fa890b4c3d9ee162b7860315e341.
[source]: Switch upstream URL to https://github.com/pytorch/gloo and update hash.

Change-Id: Ibbea0a6739dc658f9ae147641fe128650f1370b9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-04 12:12:31 +00:00