1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Commit Graph

174842 Commits

Author SHA1 Message Date
Hartmut Goebel
9208c7b65b gnu: trytond-document-incoming-invoice: Update to 7.0.1.
* gnu/packages/tryton.scm (trytond-document-incoming-invoice): Update to 7.0.1.

Change-Id: Icfa8300af5cbb99d9376966d469154b9a3a4ef0b
2025-11-27 00:02:49 +01:00
Hartmut Goebel
b1b9d88db8 gnu: trytond-account-tax-non-deductible: Update to 7.0.1.
* gnu/packages/tryton.scm (trytond-account-tax-non-deductible): Update to 7.0.1.

Change-Id: I27eed33ea3a902f4b642ee94185ea22972ae0702
2025-11-27 00:02:48 +01:00
Hartmut Goebel
63d29ebae1 gnu: trytond-account-stock-eu: Update to 7.0.6.
* gnu/packages/tryton.scm (trytond-account-stock-eu): Update to 7.0.6.

Change-Id: I429c74cdaa2fe6cd0962bd34181a9e3c624a5627
2025-11-27 00:02:48 +01:00
Hartmut Goebel
08ea220e03 gnu: trytond-account-statement-rule: Update to 7.0.2.
* gnu/packages/tryton.scm (trytond-account-statement-rule): Update to 7.0.2.

Change-Id: I133763ddbbbad7b9897b59a2c313e4203e92c1a8
2025-11-27 00:02:48 +01:00
Hartmut Goebel
3783bd6a22 gnu: trytond-account-statement: Update to 7.0.5.
* gnu/packages/tryton.scm (trytond-account-statement): Update to 7.0.5.

Change-Id: Idf6f30116b410bcff5c9f4f720df6a41b783413d
2025-11-27 00:02:48 +01:00
Hartmut Goebel
374254a24c gnu: trytond-account-payment-stripe: Update to 7.0.5.
* gnu/packages/tryton.scm (trytond-account-payment-stripe): Update to 7.0.5.
  [propagated-inputs]: Replace python-stripe by python-strip-12.

Change-Id: I23c1fb3a1ad9cc5177353e2d6a16a922dafc9de2
2025-11-27 00:02:48 +01:00
Hartmut Goebel
73f2766c88 gnu: trytond-account-payment-clearing: Update to 7.0.6.
* gnu/packages/tryton.scm (trytond-account-payment-clearing): Update to 7.0.6.

Change-Id: I53160b11150047a529d2f0e436e427f374a9167e
2025-11-27 00:02:48 +01:00
Hartmut Goebel
237395a2f4 gnu: tryton: Update to 7.0.29.
* gnu/packages/tryton.scm (tryton): Update to 7.0.29.

Change-Id: Ie63744cec8d83a04feaf5580225634bb23559b47
2025-11-27 00:02:48 +01:00
Hartmut Goebel
321e33c0b7 gnu: trytond: Update to 7.0.40.
* gnu/packages/tryton.scm (trytond): Update to 7.0.40.

Change-Id: I5d97498371f784b4f80778ee669277b6cac7928c
2025-11-27 00:02:48 +01:00
Hartmut Goebel
50b7968f79 gnu: python-sql: Update to 1.7.0.
* gnu/packages/databases.scm (python-sql): Update to 1.7.0.

Change-Id: Ifb5a1daba79c6a065981046e01eef13f5337132c
2025-11-27 00:02:48 +01:00
Hartmut Goebel
16248a958d gnu: python-mt940: Update to 0.7.0.
* gnu/packages/finance.scm (python-mt940): Update to 0.7.0.

Change-Id: I0be4368aaf1f7fc627ec3f8e16077edeb20e1a9e
2025-11-27 00:02:48 +01:00
Hartmut Goebel
ec53e575fc gnu: Add python-stripe-12.
* gnu/packages/python-web.scm (python-stripe-12): New variable.

Change-Id: I7f72a250a1b93625c37788819eb904004397ec0a
2025-11-27 00:02:48 +01:00
Nicolas Graves
a511728210 gnu: python-meshio: Update to 5.3.5.
* gnu/packages/simulation.scm (python-meshio): Update to 5.3.5.
[source]: Remove snippet.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
[propagated-inputs]: Remove python-importlib-metadata.
[inputs, description]: Improve style.

Change-Id: I9cfe0bdbef3bbb8628e065d523dd65bf1fe388c6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
c63083b2a1 gnu: fenics: Switch to pyproject.
* gnu/packages/simulation.scm (fenics):
[build-system]: Switch to pyproject-build-system.
[arguments]: Relocate field, improve style.
<#:test-flags>: Use them, and skip flaky tests.
[native-inputs]: Add python-setuptools.

Change-Id: I85825ec6aa2a68db74cb7b5864103bbf34c33031
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
99e0ae2431 gnu: python-commonroad-route-planner: Switch to pyproject.
* gnu/packages/simulation.scm (python-commonroad-route-planner):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I4df18bbc6bafa2d156e8569646e6b5b1af464714
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
ebf4dccced gnu: python-commonroad-io: Switch to pyproject.
* gnu/packages/simulation.scm (python-commonroad-io):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:tests?>: Disable them.
[native-inputs]: Add python-setuptools.  Remove python-pytest.

Change-Id: Ib678e1e41ab51dbfef75fc86dee327c721de5731
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
5cbbbc609f gnu: python-commonroad-vehicle-models: Switch to pyproject.
* gnu/packages/simulation.scm (python-commonroad-vehicle-models):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:test-flags>: Ignore failing tests.
[native-inputs]: Add python-matplotlib, python-pytest, python-scipy,
python-setuptools.

Change-Id: If774ec9d9c8185367b2e2360e60e05038b11eca6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
98d4c1daeb gnu: python-fenics-ffc: Switch to pyproject.
* gnu/packages/simulation.scm (python-fenics-ffc):
[source, arguments, description]: Improve style.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.

Change-Id: I311ee58857bb796e6cacece5408a2eb62c754a04
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
a978dc3d3e gnu: Add python-fenics-ufl-2019.
* gnu/packages/simulation.scm (python-fenics-ufl-2019): New variable.

Change-Id: Ie0dccb8e5500cdaa14b6f32621ce48d1399b9979
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
720b0aa871 gnu: python-fenics-ufl: Update to 2025.2.0.
* gnu/packages/simulation.scm (python-fenics-ufl): Update to 2025.2.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Drop them.
[native-inputs]: Add python-setuptools.
[description]: Improve style.

Change-Id: I747c989bd6dbcfa034182523ec6be7976d7f3f33
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:06 +00:00
Nicolas Graves
bc4297daa9 gnu: open-simulation-interface: Switch to pyproject.
* gnu/packages/simulation.scm (open-simulation-interface):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools.

Change-Id: Ie27bdc726ee7a943cdb7a59b86595853e78a575e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-26 21:22:05 +00:00
Sharlatan Hellseher
2b2889137f gnu: mbed-tools: Update to 7.59.0.
* gnu/packages/embedded.scm (mbed-tools): Update to 7.59.0.
[build-system]: Switch to pyproejct-build-system.
[arguments] <phases>: Remove 'relax-requirements; add 'fix-pytest-config;
use default 'check.
[propagated-inputs]: Remove python-pdoc3.
[native-inputs]: Remove python-pytest-cov; add python-setuptools and
python-setuptools-scm.

Change-Id: I277b573ae5983f1a48b657bdbbfba311600d82cf
2025-11-26 21:22:05 +00:00
Sharlatan Hellseher
7c28753d9e gnu: python-psptool: Update to 3.1.
* gnu/packages/embedded.scm (python-psptool): Update to 3.1.
[source]: Switch to git-fetch.
<snippet>: Drop it as no longer required.
[build-system]: Switch to pyproject-build-system.
[arguments] <test-backend>: Use 'unittest.
[native-inputs]: Add python-psptrace-bootstrap and python-setuptools.

Change-Id: Iadf37adc484d2b19db710e0110343e965b5e2e08
2025-11-26 21:22:05 +00:00
Sharlatan Hellseher
27cf3437aa gnu: Add python-psptrace.
* gnu/packages/embedded.scm (python-psptrace, python-psptrace-bootstrap):
New variables.

Change-Id: Ie36a997170c7623790b3fabe4c786513031959c2
2025-11-26 21:22:05 +00:00
Sharlatan Hellseher
9afa48113a gnu: python-pypika: Update to 0.49.0.
* gnu/packages/databases.scm (python-pypika): Update to 0.49.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest and python-setuptools.

Change-Id: I3f35b622325d8a2d4c953eb0f71475303b9ee44e
2025-11-26 21:22:04 +00:00
Alvin Hsu
3995e51f75 gnu: Add emacs-agitjo.
* gnu/packages/emacs-xyz.scm (emacs-agitjo): New variable.

Change-Id: I2b7597b337e7f46ec062860818d142762faefeb2
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-11-26 14:02:32 +01:00
Alvin Hsu
8732f89aea gnu: emacs-disproject: Build manual.
* gnu/packages/emacs-xyz.scm (emacs-disproject)[arguments]<#:phases>:
Add 'build-info-manual phase.
<#:tests?>: Disable.
[native-inputs]: Add texinfo.

Change-Id: Ie50460ca05a45121e6b96e953d2b7d2821b55dbe
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-11-26 13:53:19 +01:00
Danny Milosavljevic
4bb979bb15 gnu: emacs-elisp-autofmt: Update to 0.1-1.c276564.
* gnu/packages/patches/emacs-elisp-autofmt-fix-region-send.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add reference to it.
* gnu/packages/emacs-xyz.scm (emacs-elisp-autofmt): Update to 0.1-1.c276564.
[source]: Add reference to patch.
[arguments]<#:phases>{patch-dependencies}: Delete phase.
{fix-tests}: Remove one workaround.
<#:include>: Add elisp-autofmt-cmd.py
<#:test-command>: Replace "tests" by "test".

Change-Id: Ie74a7f57e77c88899bd084b882299438115c646f
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-11-26 13:43:58 +01:00
Andreas Enge
a2970aab6b gnu: sdrangel: Update to 7.22.4.
* gnu/packages/radio.scm (sdrangel): Update to 7.22.4.

Change-Id: If1480fddcb4f6e8425295c7d5513d091edcd5716
2025-11-26 12:44:55 +01:00
Andreas Enge
434e93b930 gnu: libdab: Update to 0.8-2.dfacdcd.
* gnu/packages/radio.scm (libdab): Update to 0.8-2.dfacdcd.

Change-Id: Ie9658538d3248d827380527d5962ed1fc435c875
2025-11-26 12:41:50 +01:00
Lee Thompson
bfb049f51c gnu: Add book-emacs-lisp-elements.
* gnu/packages/books.scm (book-emacs-lisp-elements): New variable.

Change-Id: Ibec232a083974a915f05cc0e005eaf1e8a631c39
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2025-11-26 12:19:28 +01:00
Efraim Flashner
3a95404e15 system: image: Expand list of bootloaders using grub-efi.
* gnu/system/image.scm (bootloader-uses-grub-efi?): Add the other
grub-efi* bootloader names.

Change-Id: I5b7140db16022601fbf7326f45ebe0a058640c1c
2025-11-26 13:17:38 +02:00
Efraim Flashner
1dfe1ebdf6 system: image: Don't add grub-efi to the build closure unless needed.
* gnu/system/image.scm (system-disk-image)[partition-image]: In the
initializer don't unconditionally refer to grub-efi and grub-efi32
unless they might be needed.

Change-Id: I6eca21e162c233cd57e840a525788af831ad6b6b
2025-11-26 13:17:38 +02:00
Efraim Flashner
5df3514ab0 system: image: Factor out testing for grub-efi bootloader.
* gnu/system/image.scm (system-disk-image)[partition-image]: When
testing if a partition needs to be GPT formatted, factor out the test
for an grub-efi based bootloader.
(bootloader-uses-grub-efi?): New variable.

Change-Id: I62de5962b1246dcec15f0851e58234497d1426d9
2025-11-26 13:17:34 +02:00
Christopher Baines
f8d9981bc0 gnu: guile-knots: Update to 0-28.a8e07b7.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-28.a8e07b7.

Change-Id: Iaec1ac04812232531013f57eceb568821968c8b9
2025-11-26 10:14:35 +00:00
Christopher Baines
2ca430fb89 gnu: guile-fibers-next: Update to 1.4.2-0.297359f.
* gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.4.2-0.297359f.
[source]: Update Git URL.

Change-Id: Ie13c23e07a1d35a8cc5640de31f7bebeb803d204
2025-11-26 10:10:26 +00:00
Romain GARBAGE
1502c830a6 gnu: gmsh: Do not propagate inputs.
* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Remove gfortran.
Move all other packages...
[inputs]: ...here. Remove python.
[native-inputs]: Add python-wrapper.

Change-Id: I6287fa91693900e73fa858ea571e6c55ba090fd9
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-11-26 10:46:05 +01:00
Romain GARBAGE
7b1fdc56e0 gnu: gmsh: Switch to G-exps.
* gnu/packages/maths.scm (gmsh): Switch to G-exps.

Change-Id: I509129c49bcec3070eee748857a4bc3b9f9be59e
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-11-26 10:45:46 +01:00
Andreas Enge
3a7556ccb6 gnu: Remove pinentry-qt5.
* gnu/packages/gnupg.scm (pinentry-qt5): Delete variable.

Fixes: guix/guix#3875
Change-Id: I4cc26b2ad635cc6c0fcfe6834a06887c98eee151
2025-11-26 09:53:29 +01:00
Andreas Enge
279df705b4 gnu: Remove python-axolotl.
* gnu/packages/python-crypto.scm (python-axolotl): Delete variable.

Fixes: guix/guix#3866
Change-Id: I296f5cbe615d20fbf7541af9a043c314ac1a1048
2025-11-26 09:52:15 +01:00
Andreas Enge
8ce4353723 gnu: Remove python-future-fstrings.
* gnu/packages/python-xyz.scm (python-future-fstrings): Delete variable.

Fixes: guix/guix#3865
Change-Id: I0dc9ba6b3450d61c993359b32488d1c6f516323f
2025-11-26 09:51:20 +01:00
Andreas Enge
8f7ba9697b gnu: Remove opensmtpd-extras.
* gnu/packages/mail.scm (opensmtpd-extras): Delete variable.

Fixes: guix/guix#3864
Change-Id: Ic909c437da838bb72658cb8b45d2179536ca5b79
2025-11-26 09:50:17 +01:00
Andreas Enge
e9c4dc10bf gnu: Remove python-misaka.
* gnu/packages/python-xyz.scm (python-misaka): Delete variable.

Fixes: guix/guix#3857
Change-Id: I92b85081d3ed36d6e347c5f794654125176c8cf8
2025-11-26 09:48:40 +01:00
Andreas Enge
6e5a38ce03 gnu: Remove python-flask-misaka.
* gnu/packages/python-web.scm (python-flask-misaka): Delete variable.

Change-Id: If4425c80ea59a560a1fc2f720bfb5210efbb52af
2025-11-26 09:48:09 +01:00
Andreas Enge
b85f7ca96f gnu: Remove python-scandir.
* gnu/packages/python-xyz.scm (python-scandir): Delete variable.

Fixes: guix/guix#3844
Change-Id: I07486a29e949e4ffeca4be84ce3298796f1b84e8
2025-11-26 09:47:07 +01:00
Andreas Enge
f3da664694 gnu: Remove skktools.
* gnu/packages/language.scm (skktools): Delete variable.

Change-Id: I5991393625da3cdff6081994ce83bb2775da3f95
2025-11-26 09:41:44 +01:00
Ian Eure
c93b89e591 gnu: librewolf: Update to 145.0.1-2 [security-fixes].
Contains fixes for:
CVE-2025-13021: Incorrect boundary conditions in the Graphics: WebGPU
                component
CVE-2025-13022: Incorrect boundary conditions in the Graphics: WebGPU
                component
CVE-2025-13012: Race condition in the Graphics component
CVE-2025-13023: Sandbox escape due to incorrect boundary conditions in
                the Graphics: WebGPU component
CVE-2025-13016: Incorrect boundary conditions in the JavaScript:
                WebAssembly component
CVE-2025-13024: JIT miscompilation in the JavaScript Engine: JIT
                component
CVE-2025-13025: Incorrect boundary conditions in the Graphics: WebGPU
                component
CVE-2025-13026: Sandbox escape due to incorrect boundary conditions in
                the Graphics: WebGPU component
CVE-2025-13017: Same-origin policy bypass in the DOM: Notifications
                component
CVE-2025-13018: Mitigation bypass in the DOM: Security component
CVE-2025-13019: Same-origin policy bypass in the DOM: Workers
                component
CVE-2025-13013: Mitigation bypass in the DOM: Core & HTML component
CVE-2025-13020: Use-after-free in the WebRTC: Audio/Video component
CVE-2025-13014: Use-after-free in the Audio/Video component
CVE-2025-13015: Spoofing issue in Firefox
CVE-2025-13027: Memory safety bugs fixed in Firefox 145 and
                Thunderbird 145

* gnu/packages/librewolf.scm (librewolf): Update to 145.0.1-2.

Change-Id: Ibc74847cb0bbf3ca31cd91ebead1459199a1b364
2025-11-25 21:45:56 -08:00
Ian Eure
60b6c5bdc2 gnu: firefox-l10n: Update to 74fe0b1805ed82dd5e27092a7d0f970c68207f2f.
* gnu/packages/librewolf.scm (firefox-l10n): Update to 74fe0b1805ed82dd5e27092a7d0f970c68207f2f.

Change-Id: I7591affa769976cd015959c84c7afbb786fc75c0
2025-11-25 21:45:55 -08:00
Ian Eure
b09bfcb1eb gnu: nss-rapid: Update to 3.118.1.
* gnu/packages/nss.scm (nss-rapid): Update to 3.118.1.

Change-Id: I48392728cd3eab54ff73b67c03dd6cc2884c9270
2025-11-25 21:45:54 -08:00
Maxim Cournoyer
12dabd127f .guix-authorizations: Register csantosb's key.
* .guix-authorizations (csantosb): Register csantosb's key.

Voucher: Steve George <steve@futurile.net>
Voucher: Ekaitz Zarraga <ekaitz@elenq.tech>
Voucher: Maxim Cournoyer <maxim@guixotic.coop>
Change-Id: I1532452abe33d875223e25ca99b4af656125a728
2025-11-26 10:29:36 +09:00