Maxim Cournoyer
713f959d49
gnu: edk2-tools: Update to 202308.
...
* gnu/packages/firmware.scm (edk2-tools): Update to 202308.
[arguments] <make-flags>: Add CC.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-25 13:43:52 -04:00
Maxim Cournoyer
35c1df5bd6
gnu: embedded: Turn packages using top-level variables into procedures.
...
Fixes <https://issues.guix.gnu.org/65716 >.
Before this change, simply adding the following import:
modified gnu/packages/firmware.scm
@@ -42,6 +42,7 @@ (define-module (gnu packages firmware)
#:use-module (gnu packages admin)
#:use-module (gnu packages autotools)
#:use-module (gnu packages assembly)
+ #:use-module (gnu packages avr)
#:use-module (gnu packages backup)
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
Would cause byte compilation and/or evaluation to fail due to a circular
module dependency.
* gnu/packages/embedded.scm: Add commentary.
(gcc-arm-none-eabi-4.9, gcc-arm-none-eabi-6, newlib-arm-none-eabi)
(newlib-nano-arm-none-eabi, gcc-arm-none-eabi-7-2018-q2-update)
(newlib-arm-none-eabi-7-2018-q2-update)
(newlib-nano-arm-none-eabi-7-2018-q2-update)
(arm-none-eabi-toolchain-4.9, arm-none-eabi-nano-toolchain-4.9)
(arm-none-eabi-toolchain-6, arm-none-eabi-nano-toolchain-6)
(arm-none-eabi-toolchain-7-2018-q2-update, gdb-arm-none-eabi)
(propeller-binutils, propeller-gcc-6, propeller-gcc-4)
(propeller-gcc, propeller-toolchain, propeller-development-suite)
(gcc-vc4): Turn into procedures, prefixing the procedure name with 'make-',
and adjust all users.
(make-libstdc++-arm-none-eabi) [arguments]: Avoid an unused warning.
(arm-none-eabi-toolchain): Rename to...
(make-arm-none-eabi-toolchain): ... this.
* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader) [native-inputs]:
Replace gcc-arm-none-eabi-6 with (make-arm-none-eabi-toolchain).
* gnu/packages/axoloti.scm (axoloti-runtime)
[inputs]: Replace arm-none-eabi-nano-toolchain-4.9
with (make-arm-none-eabi-nano-toolchain-4.9).
(axoloti-patcher): Likewise.
(axoloti-patcher-next) [inputs]: Replace
arm-none-eabi-nano-toolchain-7-2018-q2-update
with (make-arm-none-eabi-nano-toolchain-7-2018-q2-update).
Series-changes: 2
- Use mlambda for procedures
2023-09-25 10:33:04 -04:00
Maxim Cournoyer
d35bc00cc1
gnu: avr: Delay all cross compilation packages.
...
Partially addresses <https://issues.guix.gnu.org/65716 >.
* gnu/packages/avr.scm: Add commentary comment.
(avr-binutils): Turn into this...
(make-avr-binutils): ... procedure.
(avr-gcc): Likewise, into...
(make-avr-gcc): ... this. Adjust native-inputs accordingly.
(avr-toolchain): Likewise, into...
(make-avr-toolchain): ... this.
* gnu/packages/avr-xyz.scm (simavr) [propagated-inputs]: replace avr-toolchain
with a call to the 'make-avr-toolchain' procedure.
Series-changes: 2
- Use mlambda for procedures
- Fix ((make-avr-toolchain)) typo
2023-09-25 10:33:04 -04:00
Guillaume Le Vaillant
1d872a6705
gnu: Add satdump.
...
* gnu/packages/radio.scm (satdump): New variable.
2023-09-25 15:51:09 +02:00
Guillaume Le Vaillant
3ac33b9c67
gnu: nng: Update to 1.5.2.
...
* gnu/packages/networking.scm (nng): Update to 1.5.2.
[inputs, native-inputs]: Remove labels.
[arguments]: Update 'disable-failing-tests' phase.
2023-09-25 15:51:09 +02:00
Guillaume Le Vaillant
223ce59a98
gnu: sdrangel: Update to 7.16.0.
...
* gnu/packages/radio.scm (sdrangel): Update to 7.16.0.
[inputs]: Add qtgamepad.
[arguments]: Add 'fix-unrecognized-compiled-option' phase.
2023-09-25 15:51:09 +02:00
Arne Babenhauserheide
a965ff448d
gnu: wine and wine64: Update to 8.16
...
* gnu/packages/wine.scm (wine-minimal): Update to 8.16.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Simon South
8ffbcfbe3f
gnu: stcgal: Update to 1.10.
...
* gnu/packages/embedded.scm (stcgal): Update to 1.10.
[source]: Update comment; remove obsolete snippet.
[description]: Update.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Simon South
9239c82246
gnu: sigrok-firmware-fx2lafw: Update to 0.1.7-1.96b0b47.
...
This brings in eight commits[0] that improve the software in small ways, most
importantly allowing it to build with the latest version of SDCC, 4.3.0
(patches to follow). Note the project's last formal release was in 2019.
[0] http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=shortlog;h=96b0b47
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): Update to
0.1.7-1.96b0b47.
[source]: Switch to git-fetch.
[native-inputs]: Add autoconf, automake.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Simon South
b2779b9f5c
gnu: sigrok-firmware-fx2lafw: Explicitly disable tests.
...
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Add
with #:tests?.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Simon South
4c44f6f08d
gnu: sigrok-firmware-fx2lafw: Adjust format.
...
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): Move build-system
above native-inputs.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Simon South
5c154cf2f0
gnu: sigrok-firmware-fx2lafw: Remove input labels.
...
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[native-inputs]:
Remove input labels.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Simon South
47087b86c4
gnu: sigrok-firmware-fx2lafw: Rely on implicit inputs.
...
This effectively reverts commit 79f0bd7
, "gnu: sigrok-firmware-fx2lafw: Fix
build."
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw)[arguments]: Remove
with #:implicit-inputs?.
[native-inputs]: Remove all but sdcc.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Timotej Lazar
7902ea508a
gnu: bemenu: Update to 0.6.16.
...
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.16.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Timotej Lazar
e0269ad9ca
gnu: jq: Update to 1.7.
...
* gnu/packages/web.scm (jq): Update to 1.7.
[home-page]: Update URL.
[source]: Simplify snippet.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:03 +01:00
Ahmad Draidi
a5477e3a82
gnu: bcachefs-tools: Restyle format.
...
* gnu/packages/file-systems.scm (bcachefs-tools): Reformat with 'guix style'
and manually break some long lines.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Ahmad Draidi
7efa17af88
gnu: bcachefs-tools: Update to 1.2.
...
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 1.2.
[source]: Use version instead of commit.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Hendursaga
7a563a4faf
gnu: muchsync: Update to 7.
...
* gnu/packages/mail.scm (muchsync): Update to 7.
[source]: Use https.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Timotej Lazar
4aa2c04395
gnu: freerdp: Update to 2.11.1.
...
* gnu/packages/rdesktop.scm (freerdp): Update to 2.11.1.
[inputs]: Add pcsc-lite.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Timotej Lazar
bee40b70dc
gnu: syncthing: Update to 1.24.0.
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.24.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Timotej Lazar
3ef3203ee1
gnu: dos2unix: Update to 7.5.1.
...
* gnu/packages/textutils.scm (dos2unix): Update to 7.5.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Denis 'GNUtoo' Carikli
d953a1e5d6
gnu: kiwix-desktop: Update to 2.3.1.
...
* gnu/packages/web.scm (kiwix-desktop): Update to 2.3.1.
* gnu/packages/patches/kiwix-desktop-newer-libkiwix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Denis 'GNUtoo' Carikli
3fef73ed03
gnu: kiwix-tools: Update to 3.5.0.
...
* gnu/packages/web.scm (kiwix-tools): Update to 3.5.0.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Denis 'GNUtoo' Carikli
084de73474
gnu: kiwix-lib: Update to 13.0.0.
...
* gnu/packages/web.scm (kiwix-lib): Update to 13.0.0.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Denis 'GNUtoo' Carikli
46dc5977bc
gnu: libzim: Update to 8.2.1.
...
* gnu/packages/web.scm (libzim): Update to 8.2.1.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:02 +01:00
Andy Tai
37ffb0f195
gnu: icewm: Update to 3.4.2.
...
* gnu/packages/wm.scm (icewm): Update to 3.4.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:01 +01:00
Andy Tai
2987a4993f
gnu: xnedit: Update to 1.5.1.
...
* gnu/packages/text-editors.scm (xnedit): Update to 1.5.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-25 11:30:01 +01:00
Christopher Baines
ce22a756d0
gnu: guile-fibers: Remove version from latest package.
...
As I think this makes more sense, the version is only specified when you need
a specific previous release.
* gnu/packages/guile-xyz.scm (guile-fibers): Rename to guile-fibers-1.0.
(guile-fibers-1.3): Rename to guile-fibers.
(guile-fibers-1.1): Inherit from guile-fibers.
* gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: Replace
guile-fibers-1.3 with guile-fibers.
* gnu/packages/ci.scm (cuirass)[inputs]: Likewise.
* gnu/packages/gnunet.scm (gnunet-scheme)[propagated-inputs,native-inputs]:
Likewise.
* gnu/packages/package-management.scm (guix-build-coordinator)
[inputs,propagated-inputs]: Likewise.
* gnu/packages/package-management.scm (nar-herder)[inputs,propagated-inputs]:
Likewise.
* gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
2023-09-25 11:30:01 +01:00
Ricardo Wurmus
be5bec47f7
gnu: opencv: Add descriptors for xfeatures2d.
...
* gnu/packages/image-processing.scm (opencv)[native-inputs]: Add boost and vgg
descriptors.
[arguments]: Place descriptor files in expected locations; do not disable
xfeatures2d feature.
2023-09-24 19:32:12 +02:00
Mădălin Ionel Patrașcu
e134686cea
gnu: python-pygenometracks: Remove syntax error in setup.py.
...
* gnu/packages/bioinformatics.scm (python-pygenometracks)[arguments]:
Add phase remove-invalid-syntax.
2023-09-24 13:50:55 +02:00
Efraim Flashner
0792d99466
gnu: htslib: Link against htscodecs.
...
* gnu/packages/bioinformatics.scm (htslib)[source]: Add snippet to
remove bundled htscodecs.
[arguments]: Add configure-flag to link against htscodecs.
[propagated-inputs]: Add htscodecs.
(htslib-1.14, htslib-1.12): Use bundled htscodecs.
2023-09-24 11:15:17 +03:00
Efraim Flashner
a338a553e3
gnu: htscodecs: Update to 1.5.1.
...
* gnu/packages/bioinformatics.scm (htscodecs): Update to 1.5.1.
2023-09-24 10:53:07 +03:00
Liliana Marie Prikler
35fd25af9b
Merge branch 'emacs-team'
2023-09-24 09:24:36 +02:00
Guillaume Le Vaillant
4f35ff1275
Merge branch 'lisp-team'
2023-09-23 10:29:31 +02:00
Maxim Cournoyer
7e82d4e19f
gnu: tipp10: Update to 3.3.0.
...
* gnu/packages/education.scm (tipp10): Update to 3.3.0.
[source]: Use git-fetch. Drop obsolete patches.
[build-system]: Use qt-build-system.
[arguments]: Add #:qtbase. Remove #:phases.
[inputs]: Replace qtbase-5 with qtbase, qtmultimedia-5 with qtmultimedia.
[home-page]: Update home page.
[license]: Add comment.
* gnu/packages/patches/tipp10-disable-downloader.patch: Delete file.
* gnu/packages/patches/tipp10-fix-compiling.patch: Likewise.
* gnu/packages/patches/tipp10-qt5.patch: Likewise.
* gnu/packages/patches/tipp10-remove-license-code.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.
2023-09-22 23:08:54 -04:00
Liliana Marie Prikler
cdbd81ce14
Merge branch 'master' into emacs-team
2023-09-22 23:54:34 +02:00
Simon Tournier
ec130e1a1b
gnu: python-glcontext: Update to 2.4.0-1.0af21b7.
...
* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7.
2023-09-22 15:04:01 +02:00
Simon Tournier
5bae1fea20
gnu: python-glcontext: Update to 2.4.0-0.beebc1f.
...
* gnu/packages/python-xyz.scm (python-glcontext): Explicitly refer to commit
instead of mutable Git tag.
2023-09-22 15:04:01 +02:00
Simon Tournier
3a7a81b471
gnu: bap: Update to 2.6.0-alpha-0.f995d28.
...
* gnu/packages/ocaml.scm (bap): Update to 2.6.0-alpha-0.f995d28.
2023-09-22 15:04:00 +02:00
Simon Tournier
47ba771548
gnu: bap: Update to 2.5.0-alpha-0.a972f8a.
...
* gnu/packages/ocaml.scm (bap): Explicitly refer to commit instead of mutable
Git tag.
2023-09-22 15:04:00 +02:00
Efraim Flashner
f45c0c8228
gnu: wfa2-lib: Mark package as tunable.
...
* gnu/packages/bioinformatics.scm (wfa2-lib)[properties]: New field.
2023-09-22 09:32:11 +03:00
Tobias Geerinckx-Rice
5d2593be0a
gnu: w3m: Remove input labels.
...
* gnu/packages/w3m.scm (w3m)[native-inputs]:
Remove input labels.
2023-09-17 02:00:00 +02:00
Tobias Geerinckx-Rice
7a898188fd
gnu: w3m: Add graphics support.
...
This increases the closure by a whopping 0.1 MiB.
* gnu/packages/w3m.scm (w3m)[arguments]: Add "-enable-image=fb,x11"
to the #:configure-flags.
2023-09-17 02:00:00 +02:00
Danny Milosavljevic
5ef168f91c
gnu: Add jbr@21-b240.22.
...
* gnu/packages/java.scm (jbr21): New variable.
2023-09-21 20:36:13 +02:00
Danny Milosavljevic
ec8c5d027f
gnu: Add openjdk@21.
...
* gnu/packages/java.scm (openjdk21): New variable.
* gnu/packages/patches/openjdk-21-fix-rpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-09-21 20:36:13 +02:00
Danny Milosavljevic
fc1b85740a
gnu: Add openjdk@20.
...
* gnu/packages/java.scm (openjdk20): New variable.
2023-09-21 20:36:10 +02:00
Marius Bakke
fdfafaa48c
gnu: python-bwapy: Fix typo.
...
* gnu/packages/bioinformatics.scm (python-bwapy)[synopsis]: Fix typo.
2023-09-22 01:29:21 +08:00
Marius Bakke
86d1f12363
gnu: python-arboreto: Add missing inputs.
...
* gnu/packages/bioinformatics.scm (python-arboreto)[propagated-inputs]: Add
PYTHON-LZ4 and PYTHON-PYARROW.
2023-09-22 01:29:21 +08:00
Marius Bakke
c23e2f61d3
gnu: python-duniterpy: Update to 1.1.1.
...
* gnu/packages/finance.scm (python-duniterpy): Update to 1.1.1.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[arguments]: Add more tweaks for hard coded version ranges.
[native-inputs]: Add PYTHON-POETRY-CORE.
2023-09-22 01:29:21 +08:00
Marius Bakke
c2e078c602
gnu: python-libnacl: Update to 2.1.0.
...
* gnu/packages/python-crypto.scm (python-libnacl): Update to 2.1.0.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[arguments]: Adjust hack for locating libsodium. Add custom check phase.
[native-inputs]: Remove PYTHON-PYHAMCREST. Add PYTHON-POETRY-CORE.
2023-09-22 01:29:21 +08:00
Marius Bakke
9032212682
gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): Update to 0.1.8.
[native-inputs]: Move PYTHON-SPHINX ...
[propagated-inputs]: ... here.
2023-09-22 01:29:21 +08:00
Marius Bakke
d9b13b1e0f
gnu: barectf: Update to 3.1.2.
...
* gnu/packages/instrumentation.scm (barectf): Update to 3.1.2.
[source]: Switch to GIT-FETCH.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove version pins. Set CC before building.
[native-inputs]: Add PYTHON-POETRY-CORE and PYTHON-PYTEST. Remove
GCC-TOOLCHAIN, GNU-MAKE, PYTHON-PYYAML-5, and PYTHON-TOX. Move PYTHON-JINJA2,
PYTHON-JSONSCHEMA, and PYTHON-TERMCOLOR ...
[propagated-inputs]: ... here. Add PYTHON-PYYAML.
2023-09-22 01:29:21 +08:00
Marius Bakke
c95fb77781
gnu: python-incremental: Update to 22.10.0.
...
* gnu/packages/python-xyz.scm (python-incremental): Update to 22.10.0.
2023-09-22 01:29:21 +08:00
Marius Bakke
a392ec814f
gnu: python-txaio: Update to 23.1.1.
...
* gnu/packages/python-xyz.scm (python-txaio): Update to 23.1.1.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[propagated-inputs]: Remove.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-TWISTED.
2023-09-22 01:29:21 +08:00
Marius Bakke
767b8586be
gnu: python-hyperlink: Update to 21.0.0.
...
* gnu/packages/python-web.scm (python-hyperlink): Update to 21.0.0.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[arguments]: New field.
[native-inputs]: Add PYTHON-PYTEST.
2023-09-22 01:29:21 +08:00
Marius Bakke
90a3a0b588
gnu: python-psycopg: Update to 3.1.10.
...
* gnu/packages/databases.scm (python-psycopg): Update to 3.1.10.
2023-09-22 01:29:21 +08:00
Marius Bakke
e7fe89d716
gnu: python-psycopg-pool: Update to 3.1.7.
...
* gnu/packages/databases.scm (python-psycopg-pool): Update to 3.1.7.
2023-09-22 01:29:21 +08:00
Marius Bakke
0e25cba87d
gnu: python-uvicorn: Update to 0.23.2.
...
* gnu/packages/python-web.scm (python-uvicorn): Update to 0.23.2.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[arguments]: Adjust accordingly.
[native-inputs]: Add PYTHON-A2WSGI and PYTHON-HATCHLING.
[propagated-inputs]: Remove PYTHON-ASGIREF.
2023-09-22 01:29:20 +08:00
Marius Bakke
be3c0cf68e
gnu: python-websockets: Update to 11.0.3.
...
* gnu/packages/python-web.scm (python-websockets): Update to 11.0.3.
2023-09-22 01:29:20 +08:00
Marius Bakke
be44b00337
gnu: python-cmarkgfm: Update to 2022.10.27.
...
* gnu/packages/markup.scm (python-cmarkgfm): Update to 2022.10.27.
[arguments]: Remove obsolete phase.
2023-09-22 01:29:20 +08:00
Marius Bakke
36821b23b7
gnu: python-cachetools: Update to 5.3.1.
...
* gnu/packages/python-xyz.scm (python-cachetools): Update to 5.3.1.
* gnu/packages/matrix.scm (python-matrix-nio)[arguments]: Add phase to loosen
cachetools requirement.
2023-09-22 01:29:20 +08:00
Marius Bakke
a0aff95db9
gnu: python-distlib: Don't reference the implicit bash input.
...
* gnu/packages/python-xyz.scm (python-distlib)[inputs]: Add BASH-MINIMAL.
[arguments]: Use SEARCH-INPUT-FILE instead of WHICH.
2023-09-22 01:29:20 +08:00
Marius Bakke
c08b919b67
gnu: python-distlib: Update to 0.3.7.
...
* gnu/packages/python-xyz.scm (python-distlib): Update to 0.3.7.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove redundant phases.
[native-inputs]: Remove PYTHON-PYPA-BUILD.
2023-09-22 01:29:20 +08:00
Marius Bakke
9d285c8beb
gnu: python-platformdirs: Update to 3.10.0.
...
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 3.10.0.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add PYTHON-HATCHLING and PYTHON-HATCH-VCS. Remove
PYTHON-SETUPTOOLS-SCM.
2023-09-22 01:29:20 +08:00
Marius Bakke
73c8574314
gnu: python-bleach: Update to 6.0.0.
...
* gnu/packages/python-xyz.scm (python-bleach): Update to 6.0.0.
[propagated-inputs]: Remove PYTHON-WEBENCODINGS.
2023-09-22 01:29:20 +08:00
Marius Bakke
8e9a2932d6
gnu: python-django@4: Update to 4.2.5.
...
* gnu/packages/django.scm (python-django-4.0): Rename to ...
(python-django-4.2): ... this. Update to 4.2.5.
(python-django-3.2): Adjust inherits accordingly.
2023-09-22 01:29:20 +08:00
Marius Bakke
c909cf9f03
gnu: python-asgiref: Update to 3.7.2.
...
* gnu/packages/python-web.scm (python-asgiref): Update to 3.7.2.
[native-inputs]: Add PYTHON-MYPY.
[propagated-inputs]: Add PYTHON-TYPING-EXTENSIONS.
2023-09-22 01:29:20 +08:00
Marius Bakke
0b0a33665c
gnu: python-django@3.2: Update to 3.2.21.
...
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.21.
2023-09-22 01:29:20 +08:00
Marius Bakke
1af18a07d3
gnu: python-pytest-django: Update to 4.5.2.
...
* gnu/packages/django.scm (python-pytest-django): Update to 4.5.2.
[native-inputs]: Remove PYTHON-DJANGO and PYTHON-PYTEST-XDIST.
2023-09-22 01:29:19 +08:00
Marius Bakke
b8113fce02
gnu: python-pkginfo: Update to 1.9.6.
...
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.9.6.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Remove PYTHON-WHEEL. Add PYTHON-PYTEST.
2023-09-22 01:29:19 +08:00
Marius Bakke
977dbf2588
gnu: python-daemon: Update to 3.0.1.
...
* gnu/packages/python-xyz.scm (python-daemon): Update to 3.0.1.
[arguments]: Skip two more tests.
[propagated-inputs]: Add PYTHON-PACKAGING and PYTHON-SETUPTOOLS.
[native-inputs]: Remove PYTHON-COVERAGE, PYTHON-TWINE, and PYTHON-MOCK.
2023-09-22 01:29:19 +08:00
Marius Bakke
9d87b400a6
gnu: python-deprecated: Update to 1.2.14.
...
* gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.14.
2023-09-22 01:29:19 +08:00
Marius Bakke
7bdf4aa3bb
gnu: python-flex: Update to 6.14.1.
...
* gnu/packages/python-xyz.scm (python-flex): Update to 6.14.1.
[propagated-inputs]: Remove PYTHON-ISO8601. Add PYTHON-STRICT-RFC3339.
2023-09-22 01:29:19 +08:00
Marius Bakke
d9620855de
gnu: Remove python-django@2.2.
...
This version is no longer maintained and contains known security flaws.
* gnu/packages/django.scm (python-django-2.2): Remove variable.
2023-09-22 01:29:19 +08:00
Marius Bakke
12af750868
gnu: graphite-web: Update to 1.1.10.
...
* gnu/packages/monitoring.scm (graphite-web): Update to 1.1.10.
[arguments]: Relax Django requirement.
[propagated-inputs]: Remove PYTHON-WHISPER , PYTHON-SCANDIR, and
PYTHON-TXAMPQ. Replace PYTHON-DJANGO-2.2 with PYTHON-DJANGO-3.2.
2023-09-22 01:29:19 +08:00
Marius Bakke
b9142073c4
gnu: python-httpx: Update to 0.24.1.
...
* gnu/packages/python-web.scm (python-httpx): Update to 0.24.1.
2023-09-22 01:29:19 +08:00
Marius Bakke
928d462ab1
gnu: websockify: Don't propagate inputs.
...
* gnu/packages/web.scm (websockify)[propagated-inputs]: Move everything ...
[inputs]: ... here.
2023-09-22 01:29:19 +08:00
Marius Bakke
c7cb52e3fa
gnu: websockify: Update to 0.11.0.
...
* gnu/packages/web.scm (websockify): Update to 0.11.0.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[arguments]: Remove.
[native-inputs]: Remove PYTHON-MOX3.
[propagated-inputs]: Add PYTHON-JWCRYPTO, PYTHON-REDIS, PYTHON-REQUESTS, and
PYTHON-SIMPLEJSON.
2023-09-22 01:29:19 +08:00
Marius Bakke
687ae1f8d1
gnu: python-django-picklefield: Update to 3.1.0.
...
* gnu/packages/django.scm (python-django-picklefield): Update to 3.1.0.
[propagated-inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO.
2023-09-22 01:29:19 +08:00
Marius Bakke
75fe559afc
gnu: Add python-django-ninja.
...
* gnu/packages/django.scm (python-django-ninja): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
10c11d2b6d
gnu: Add python-django-configurations.
...
* gnu/packages/django.scm (python-django-configurations): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
c196c4c353
gnu: Add python-django-cache-url.
...
* gnu/packages/django.scm (python-django-cache-url): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
ee401c1cb5
gnu: Add python-dj-search-url.
...
* gnu/packages/django.scm (python-dj-search-url): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
c463f184e3
gnu: python-dj-database-url: Update to 2.1.0.
...
* gnu/packages/django.scm (python-dj-database-url): Update to 2.1.0.
2023-09-22 01:29:18 +08:00
Marius Bakke
40f1f2d33b
gnu: Add python-dj-email-url.
...
* gnu/packages/django.scm (python-dj-email-url): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
4163c617b8
services: nftables: Add 'configuration' action.
...
* gnu/services/networking.scm (nftables-shepherd-service)[actions]: New field.
2023-09-22 01:29:18 +08:00
Marius Bakke
2b1eb3c1cf
gnu: uwufetch: Avoid top-level package references.
...
* gnu/packages/admin.scm (uwufetch)[arguments]: Use the grep and gawk provided
by INPUTS, instead of the top-level variables.
2023-09-22 01:29:18 +08:00
Marius Bakke
397a6860f6
gnu: Add python-aioquic.
...
* gnu/packages/python-web.scm (python-aioquic): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
f2e2c51ec9
gnu: Add python-pylsqpack.
...
* gnu/packages/python-compression.scm (python-pylsqpack): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
370c8bd78b
gnu: Add python-towncrier.
...
* gnu/packages/python-xyz.scm (python-towncrier): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
d546023c86
gnu: Add python-sphinx-basic-ng.
...
* gnu/packages/sphinx.scm (python-sphinx-basic-ng): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
08250bffab
gnu: Add python-slotscheck.
...
* gnu/packages/python-check.scm (python-slotscheck): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
27954c3cb2
gnu: Add python-pyproject-hooks.
...
* gnu/packages/python-xyz.scm (python-pyproject-hooks): New variable.
2023-09-22 01:29:18 +08:00
Marius Bakke
c097775401
gnu: Add python-tracerite.
...
* gnu/packages/python-xyz.scm (python-tracerite): New variable.
2023-09-22 01:29:17 +08:00
Marius Bakke
b2467d2354
gnu: Add python-html5tagger.
...
* gnu/packages/python-web.scm (python-html5tagger): New variable.
2023-09-22 01:29:17 +08:00
Marius Bakke
353f58db51
gnu: Add python-a2wsgi.
...
* gnu/packages/python-web.scm (python-a2wsgi): New variable.
2023-09-22 01:29:17 +08:00
Marius Bakke
82ecaa1c56
gnu: python-deprecated: Remove unused inputs.
...
* gnu/packages/python-xyz.scm (python-deprecated): Remove PYTHON-SPHINX and
PYTHON-TOX.
2023-09-22 01:29:17 +08:00
Marius Bakke
1ddb081d6b
gnu: python-filelock: Update home page.
...
* gnu/packages/python-xyz.scm (python-filelock)[home-page]: Follow redirect.
2023-09-22 01:29:17 +08:00
Marius Bakke
e592513d39
gnu: python-certauth: Fix test failure with newer PyOpenSSL.
...
* gnu/packages/python-crypto.scm (python-certauth)[arguments]: New field.
2023-09-22 01:29:17 +08:00
Marius Bakke
146cf4c306
gnu: Add python-dirty-equals.
...
* gnu/packages/python-xyz.scm (python-dirty-equals): New variable.
2023-09-22 01:29:17 +08:00
Marius Bakke
a76ccdddaf
gnu: Add python-jwcrypto.
...
* gnu/packages/python-web.scm (python-jwcrypto): New variable.
2023-09-22 01:29:17 +08:00
Clément Lassieur
ee7c9d2541
gnu: python-bashlex: Update to 0.18.
...
* gnu/packages/python-xyz.scm (python-bashlex): Update to 0.18.
This fixes the build.
2023-09-21 17:43:35 +02:00
Hendursaga
70fd6721f4
gnu: routino: Update to 3.4.1.
...
* gnu/packages/geo.scm (routino): Update to 3.4.1.
[source]: Use HTTPS.
[arguments]: Use G-expressions.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-21 17:32:15 +02:00
Hendursaga
f92bff51b4
gnu: osmium-tool: Update to 1.15.0.
...
* gnu/packages/geo.scm (osmium-tool): Update to 1.15.0.
Reviewed-by: Bruno Victal <mirai@makinata.eu>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-21 17:26:11 +02:00
Hendursaga
ef18fd58b4
gnu: osm2pgsql: Update to 1.9.2.
...
* gnu/packages/geo.scm (osm2pgsql): Update to 1.9.2.
[arguments]: Use G-expressions.
<#:configure-flags>: Ensure compilation with LuaJIT, PROJ API version 4.
[inputs]: Replace lua with luajit. Replace proj with proj-7. Add
nlohmann-json.
[native-inputs]: Add pandoc, python-argparse-manpage, for building
documentation. Remove python-psycopg2, as it is only used for tests, and
testing has been disabled.
[home-page]: Update URL.
Reviewed-by: Bruno Victal <mirai@makinata.eu>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-21 17:24:40 +02:00
Hendursaga
84442d0423
gnu: libosmium: Update to 2.19.0.
...
* gnu/packages/geo.scm (libosmium): Update to 2.19.0.
[inputs]: Replace proj with proj-7, the last version with PROJ API
version 4 compatibility. Remove sparsehash and utfcpp.
[native-inputs]: Add graphviz-minimal, to build documentation.
Reviewed-by: Bruno Victal <mirai@makinata.eu>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-21 17:21:35 +02:00
Artyom Bologov
be9f749a29
gnu: cl-njson: Update to 1.2.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-njson): Update to 1.2.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-21 16:56:16 +02:00
Tobias Geerinckx-Rice
4bdb8bd267
gnu: dolphin-emu: Update to 5.0-13669.f9deb68.
...
* gnu/packages/emulators.scm (dolphin-emu): Update to 5.0-13669.f9deb68.
[source]: Don't explicitly return #t from snippet.
[arguments]: Nor from phases.
2023-09-17 02:00:00 +02:00
Tobias Geerinckx-Rice
30ff8d1692
gnu: dolphin-emu: Remove input labels.
...
* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]:
Remove input labels.
2023-09-17 02:00:00 +02:00
Tobias Geerinckx-Rice
e82a2337b9
gnu: pfetch: Update to 0.7.0-1.a906ff8.
...
* gnu/packages/admin.scm (pfetch): Update to 0.7.0-1.a906ff8.
[arguments]: Don't explicitly return #t from phases.
2023-09-17 02:00:00 +02:00
Felix Lechner
e05c225ffb
gnu: Add wasm-micro-runtime.
...
* gnu/packages/web.scm (wasm-micro-runtime): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-20 16:38:44 +02:00
Mathieu Othacehe
6bd17a0806
image: Do not allow BIOS bootloader and GPT.
...
When using grub-bootloader with a GPT image, GRUB will fail during
installation with a cryptic error message.
* gnu/system/image.scm (system-disk-image): Raise an error when trying to use
a non-EFI compatible bootloader with a GPT image partitioning.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-09-20 09:38:40 +02:00
Mathieu Othacehe
e5ed1712da
image: Introduce the mbr-hybrid-raw image type.
...
Until 209204e23b
and
d57cab7641
, the default image type used by "guix
system image" was an MBR image with an ESP partition.
Having both an MBR image and an ESP partition is handy because the image will
boot on most x86 based systems using legacy BIOS and/or UEFI.
We now have a distinction between MBR images and EFI images. Introduce a new
MBR hybrid image type and default to it to restore the default behaviour.
This also fixes the images section of (gnu ci) that was trying to install a
BIOS bootloader on an EFI, GPT image and failing to do so.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-09-20 09:38:36 +02:00
Efraim Flashner
00a1ee15cd
gnu: %gcc-11-x86_64-micro-architectures: Correct some values.
...
* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Correct the
values for the psABI micro-architectures.
2023-09-20 09:53:55 +03:00
Efraim Flashner
7a2ee8524a
gnu: wfmash: Update to 0.10.5.
...
* gnu/packages/bioinformatics.scm (wfmash): Update to 0.10.5.
[source]: Update to changes in source code.
[arguments]: Add configure-flag to enable more features.
[native-inputs]: Add pkg-config.
2023-09-20 09:53:52 +03:00
Ricardo Wurmus
4b3b2e6300
gnu: Add python-tibanna.
...
* gnu/packages/web.scm (python-tibanna): New variable.
2023-09-19 23:28:03 +02:00
Ricardo Wurmus
c5cf47ccff
gnu: Add python-lambda-4dn.
...
* gnu/packages/web.scm (python-lambda-4dn): New variable.
2023-09-19 23:28:03 +02:00
Ricardo Wurmus
8c56ab99d9
gnu: Add python-benchmark-4dn.
...
* gnu/packages/python-xyz.scm (python-benchmark-4dn): New variable.
2023-09-19 23:28:03 +02:00
Efraim Flashner
b37925ecdd
gnu: xterm: Update to 384.
...
* gnu/packages/xorg.scm (xterm): Update to 384.
2023-09-19 18:40:36 +03:00
Efraim Flashner
7083f2cf87
gnu: keepassxc: Update to 2.7.6.
...
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.6.
2023-09-19 17:32:25 +03:00
Efraim Flashner
6f30e5b3bf
gnu: git-annex: Update to 10.20230828.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230828.
2023-09-19 17:32:25 +03:00
Efraim Flashner
695df753b9
gnu: wl-clipboard: Update to 2.2.1.
...
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.1.
2023-09-19 17:32:01 +03:00
Simon South
3d8d67ef69
gnu: Add asl.
...
* gnu/packages/assembly.scm (asl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18 23:37:48 +02:00
Attila Lendvai
90f65b5857
gnu: Add netperf.
...
* gnu/packages/networking.scm (netperf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18 23:36:23 +02:00
Hendursaga
1fa438fd1c
gnu: Add alure.
...
* gnu/packages/audio.scm (alure): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18 23:35:30 +02:00
Andy Tai
429a543d22
gnu: tensorflow-lite: Update to 2.13.0.
...
* gnu/packages/machine-learning.scm: (tensorflow-lite):
Update to 2.13.0
[inputs]: Add gemmlowp
[native-inputs]: Remove gemmlowp-src
* gnu/packages/patches/tensorflow-lite-unbundle.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18 23:35:07 +02:00
Kjartan Oli Agustsson
9f0c9f9049
gnu: Add commit-patch.
...
* gnu/packages/version-control.scm (commit-patch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-18 23:18:19 +02:00
Ludovic Courtès
5e0ae26846
services: hurd-vm: Use ‘qemu-system-x86_64’.
...
Fixes <https://issues.guix.gnu.org/66053 >.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Use ‘qemu-system-x86_64’.
2023-09-18 23:14:00 +02:00
Efraim Flashner
a515f8b1d8
gnu: tor: Update to 0.4.8.6.
...
* gnu/packages/tor.scm (tor): Update to 0.4.8.6.
[source]: Remove patch.
* gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-09-18 22:32:20 +03:00
Efraim Flashner
926a79a86a
gnu: julia-deepdiffs: Skip tests.
...
* gnu/packages/julia-xyz.scm (julia-deepdiffs)[arguments]: Skip the test
suite.
2023-09-18 22:30:12 +03:00
Tobias Geerinckx-Rice
71ec12d8ba
gnu: ocl-icd: Delete dubiously deprecated duplicate definition.
...
This follows up on commit 3341b22f59
which
re-added ocl-icd. opencl-icd-loader is a different, incompatible package.
* gnu/packages/opencl.scm (ocl-icd): Remove duplicate variable.
2023-09-17 02:00:00 +02:00
Dr. Arne Babenhauserheide
3d9ebc7b2e
gnu: icecat: Update to 102.15.1 [security fixes].
...
This fixes fix mfsa2023-40, a critical webp vulnerability.
See https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/
* gnu/packages/gnuzilla.scm (%icecat-base-version, icecat-source):
Update to 102.15.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-09-17 02:00:00 +02:00
Efraim Flashner
a749ae387d
gnu: julia-forwarddiff: Update to 0.10.36.
...
* gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.36.
[propagated-inputs]: Add julia-logexpfunctions.
2023-09-18 13:50:46 +03:00
Janneke Nieuwenhuizen
273709932f
Revert "gnu: guix: Update to 1.4.0-11.658de25e99."
...
Several people on IRC report that "rewrite-url, to-version specified" fails.
This reverts commit 1a0c7f71f0
.
2023-09-18 12:31:52 +02:00
Andre A. Gomes
c46fe3ed74
gnu: cl-nkeymaps: Update to 1.1.0.
...
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.0.
[inputs]: Add sbcl-cl-str.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-18 11:09:47 +02:00
Efraim Flashner
9c98e144ff
gnu: font-gnu-unifont: Update to 15.1.01.
...
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 15.1.01.
[source]: Adjust snippet to not remove non-existent precompiled files.
[arguments]: Disable parallel build. Adjust custom 'install phase to
not duplicate actions from the Makefile.
2023-09-18 11:53:28 +03:00
Mădălin Ionel Patrașcu
83598dafb9
gnu: python-fit-nbinom: Remove syntax error in setup.py.
...
* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Add
phase 'remove-invalid-syntax.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-18 10:36:24 +02:00
Mădălin Ionel Patrașcu
1c8e159335
gnu: python-plastid: Patch it for python 3.10.
...
* gnu/packages/bioinformatics.scm (python-plastid)[arguments]: Add new phase
'patch-for-python-3.10.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-09-18 10:25:26 +02:00
Ricardo Wurmus
30e5484f35
gnu: swineherd: Propagate inputs.
...
Swineherd does not wrap its inputs, so it needs to drag along all its Guile
inputs when installed.
* gnu/packages/admin.scm (swineherd)[inputs]: Move all from here...
[propagated-inputs]: ...to here.
2023-09-18 10:13:53 +02:00
Janneke Nieuwenhuizen
1a0c7f71f0
gnu: guix: Update to 1.4.0-11.658de25e99.
...
* gnu/packages/package-management.scm (guix): Update to 1.4.0-11.658de25e99.
2023-09-18 06:49:46 +02:00
Liliana Marie Prikler
10664c0f1c
gnu: emacs-rjsx-mode: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-rjsx-mode)[#:phases]: Add
‘js2-number-tests’.
2023-09-15 21:12:12 +02:00
Liliana Marie Prikler
3c7cbaf461
gnu: emacs-pyvenv: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-pyvenv)[#:phases]: Add ‘ert-number-tests’.
2023-09-15 21:03:21 +02:00
Liliana Marie Prikler
73388a1a19
gnu: emacs-ob-go: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-ob-go)[#:phases]: Add ‘ert-number-tests’.
2023-09-15 20:48:12 +02:00
Liliana Marie Prikler
30a339b364
gnu: emacs-matcha: Update to 0.0.1-2.dc4a940.
...
* gnu/packages/emacs-xyz.scm (emacs-matcha): Update to 0.0.1-2.dc4a940.
2023-09-15 20:43:47 +02:00
Liliana Marie Prikler
66abcaacde
gnu: emacs-elfeed-org: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-elfeed-org)[#:phases]: Add ‘xt-number-tests’.
2023-09-15 20:36:52 +02:00
Liliana Marie Prikler
187f642998
gnu: emacs-lispy: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-lispy)[#:phases]: Rename
‘remove-failing-test’ to ‘fix-tests’. Adjust to new failures with Emacs 29.
2023-09-15 20:17:07 +02:00
Liliana Marie Prikler
74873c5746
gnu: emacs-go-mode: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-go-mode)[fix-tests]: Also fix duplicate
“go--fill-paragraph-block-region” test.
2023-09-15 19:18:14 +02:00
Guillaume Le Vaillant
69aadc9e76
gnu: cl-bordeaux-threads: Update to 0.9.2.
...
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.9.2.
[inputs]: Add sbcl-global-vars, sbcl-trivial-features and
sbcl-trivial-garbage.
[arguments]: Add 'silence-deprecation-warning' phase. Update
'adjust-test-sleep' phase.
2023-09-13 14:37:18 +02:00
Guillaume Le Vaillant
5c7db8406a
gnu: sbcl: Downgrade to 2.3.7.
...
Version 2.3.8 doesn't build on riscv64, so let's use version 2.3.7 for now.
* gnu/packages/lisp.scm (sbcl): Downgrade to 2.3.7.
2023-09-12 14:48:50 +02:00
Tobias Geerinckx-Rice
1d30ec9351
gnu: rdiff-backup: Update to 2.2.6.
...
* gnu/packages/backup.scm (rdiff-backup): Update to 2.2.6.
2023-09-10 02:00:00 +02:00