3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

97039 commits

Author SHA1 Message Date
Kyle Andrews
15d9578e1d
gnu: Add r-piton.
* gnu/packages/cran.scm (r-piton): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-29 20:46:37 +01:00
Pierre Neidhardt
77d4bff94c
gnu: Add fuse-overlayfs.
* gnu/packages/file-systems.scm (fuse-overlayfs): New variable.
2022-12-29 11:57:40 +01:00
Maxim Cournoyer
72875031a4
gnu: ddcutil: Install udev rules at their expected location.
* gnu/packages/hardware.scm (ddcutil) [arguments]: New field.
[description]: Document how the included udev rules can be used.
2022-12-28 23:09:41 -05:00
Maxim Cournoyer
d6ea9f8b38
gnu: u-boot-am335x-boneblack: Revert to old name.
This reverts to the name this package had previous to commit
c2c1dfdf57 ("gnu: bootloader: Add U-Boot
packages for Raspberry Pi models."), which caused the package name to be
derived from the board name.

* gnu/packages/bootloaders.scm (u-boot-am335x-evm-boneblack): Remove the
NAME-SUFFIX keyword argument.  Specify the full name via the name field.
* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Adjust to
the renamed package.

Reported-by: Vagrant Cascadian <vagrant@debian.org>
2022-12-28 22:14:16 -05:00
Jessica Tallon
783b85f643
gnu: svtplay-dl: Update to 4.17.
* gnu/packages/video.scm (svtplay-dl): Update to 4.17.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-29 09:57:44 +08:00
Timotej Lazar
57037cddf3
gnu: asciinema: Update to 2.2.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Drop custom 'check phase.  Add 'fix-python-path phase.
[native-inputs]: Drop python-nose.  Add python-pytest.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-29 09:53:52 +08:00
bac6689d3f
gnu: podman: Update to 4.3.1.
* gnu/packages/containers.scm (podman): Update to 4.3.1.
[native-inputs]: Add python, for hack/markdown-preprocess.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-29 09:43:23 +08:00
Maxim Cournoyer
4ca649e978
services: pulseaudio: Fix /etc/pulse/default.pa not being used.
Fixes <https://issues.guix.gnu.org/60383>.

* gnu/services/sound.scm (pulseaudio-etc): Produce daemon.conf
unconditionally, with the correct default-script-file location.  Produce
client.conf unconditionally.

Reported-by: Bruno Victal <mirai@makinata.eu>
2022-12-28 16:58:03 -05:00
Maxim Cournoyer
bcd131dafb
gnu: Add patman.
* gnu/packages/bootloaders.scm (patman): New variable.
* gnu/packages/patches/u-boot-patman-fix-help.patch: New patch.
* gnu/packages/patches/u-boot-patman-get-maintainer.patch: Likewise.
* gnu/packages/patches/u-boot-patman-local-conf.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
2022-12-28 16:03:20 -05:00
Maxim Cournoyer
0d4587d65f
gnu: Add u-boot-documentation.
* gnu/packages/patches/u-boot-infodocs-target.patch: New patch.
* gnu/local.mk: (dist_patch_DATA): Register it.
* gnu/packages/bootloaders.scm (u-boot): Apply it.
(u-boot-documentation): New variable.
2022-12-28 16:03:20 -05:00
Ricardo Wurmus
bbada5967d
gnu: r-giotto: Update to 1.1.2-1.3c8067c.
* gnu/packages/bioinformatics.scm (r-giotto): Update to 1.1.2-1.3c8067c.
2022-12-28 19:26:10 +01:00
Ricardo Wurmus
003b79576d
gnu: Add jacktrip.
* gnu/packages/audio.scm (jacktrip): New variable.
2022-12-28 19:11:59 +01:00
Ricardo Wurmus
9b3df37142
gnu: Add emacs-syslog-mode.
* gnu/packages/emacs-xyz.scm (emacs-syslog-mode): New variable.
2022-12-28 18:43:30 +01:00
Ricardo Wurmus
bf1f212269
gnu: Add emacs-hsluv.
* gnu/packages/emacs-xyz.scm (emacs-hsluv): New variable.
2022-12-28 18:41:04 +01:00
Ricardo Wurmus
b0e9736103
gnu: Add emacs-hide-lines.
* gnu/packages/emacs-xyz.scm (emacs-hide-lines): New variable.
2022-12-28 18:40:58 +01:00
Paul A. Patience
fc5dc3e047
gnu: Add paraview.
* gnu/packages/graphics.scm (paraview): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-28 14:12:16 +01:00
Sughosha
612a3f8716
gnu: ardour: Update to 7.2
* gnu/packages/audio.scm (ardour): Update to 7.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 11:00:32 +01:00
Petr Hodina
708b29a395
gnu: Add pdfcrack.
* gnu/packages/pdf.scm (pdfcrack): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 10:53:23 +01:00
Nicolas Graves
dade225788
gnu: Add emacs-consult-xdg-recent-files.
* gnu/packages/emacs-xyz.scm (emacs-consult-xdg-recent-files): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 10:35:11 +01:00
acab8e1d47
gnu: Add emacs-tempel-collection.
* gnu/packages/emacs-xyz.scm (emacs-tempel-collection): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-28 10:35:11 +01:00
Nicolas Goaziou
4e00a85e20
gnu: emacs-orderless: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 1.0.
2022-12-28 10:35:11 +01:00
Nicolas Goaziou
cf041578b2
gnu: emacs-geiser: Update to 0.28.2.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.28.2.
2022-12-28 10:35:11 +01:00
Nicolas Goaziou
07eaa781d7
gnu: emacs-company-math: Update to 1.5.1.
* gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.5.1.
[propagated-inputs]: Reorder inputs alphabetically.
2022-12-28 10:35:10 +01:00
392789e045
gnu: parallel: Update to 20221222.
* gnu/packages/parallel.scm (parallel): Update to 20221222.
2022-12-28 08:39:25 +02:00
bb69b97d20
gnu: tree: Update to 2.1.0.
* gnu/packages/admin.scm (tree): Update to 2.1.0.
2022-12-28 08:39:25 +02:00
Marius Bakke
0cb8f7125b
gnu: python-bitarray: Update to 2.6.1.
* gnu/packages/python-xyz.scm (python-bitarray): Update to 2.6.1.
[arguments]: Override check phase.
2022-12-28 00:38:41 +01:00
Marius Bakke
7e6901618f
gnu: python-pycurl: Update to 7.45.2.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.2.
2022-12-28 00:38:41 +01:00
Marius Bakke
f170813334
gnu: Open vSwitch: Update to 3.0.3.
* gnu/packages/networking.scm (openvswitch): Update to 3.0.3.
2022-12-28 00:38:41 +01:00
Marius Bakke
5f222e7b7a
gnu: zeitgeist: Remove input labels.
* gnu/packages/gnome.scm (zeitgeist)[arguments]: Use SEARCH-INPUT-DIRECTORY
instead of label.
[native-inputs, inputs]: Remove labels.
2022-12-28 00:38:40 +01:00
Simon South
361aad5ce3
gnu: ola: Use gexps.
* gnu/packages/lighting.scm (ola)[arguments]: Use gexps.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:42 +01:00
Simon South
5f8a51993e
gnu: ola: Remove input labels.
* gnu/packages/lighting.scm (ola)[inputs]: Remove input labels.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:42 +01:00
Simon South
45c5710267
gnu: ola: Update to 0.10.8.
* gnu/packages/lighting.scm (ola): Update to 0.10.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon South
94cab6a703
gnu: abc: Update to 0.0-2.70cb339.
* gnu/packages/fpga.scm (abc): Update to 0.0-2.70cb339.
[source]: Fetch from current source-code repository.
[native-inputs]: Remove as obsolete.
[arguments]<#:tests?>: Update comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon South
79240b4b4e
gnu: abc: Use gexps.
* gnu/packages/fpga.scm (abc)[arguments]: Use gexps; simplify "install" phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Simon South
c10238966e
gnu: abc: Convey license information.
* gnu/packages/fpga.scm (abc)[arguments]: Add #:license-file-regexp so license
information is included in package output.
[license]: Specify URI of actual package license.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Remco van 't Veer
e4f39ace86
gnu: ruby: Add ruby-3.2.
* gnu/packages/ruby.scm (ruby-3.2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
a4461df9b2
gnu: libksba: Update replacement to 1.6.3 [fixes CVE-2022-47629].
* gnu/packages/gnupg.scm (libksba/fixed): Update to 1.6.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-27 23:53:41 +01:00
Ricardo Wurmus
a70a1d8edf
gnu: fossil: Remove obsolete snippet.
* gnu/packages/version-control.scm (fossil)[source]: Remove obsolete
substitution.
2022-12-27 22:38:03 +01:00
kiasoc5
5e27c9a0d2
gnu: fossil: Update to 2.20.
* gnu/packages/version-control.scm (fossil): Update to 2.20.
2022-12-27 22:38:03 +01:00
Maxim Cournoyer
fd0e69984f
gnu: jami: Update to 20221220.0956.79e1207.
* gnu/packages/jami.scm (%jami-version): Update to 20221220.0956.79e1207.
(%jami-sources): Remove all but the 'jami-disable-integration-tests.patch' and
'jami-libjami-headers-search.patch' patches.
* gnu/packages/patches/jami-fix-qml-imports.patch: Delete file.
* gnu/packages/patches/jami-fix-unit-tests-build.patch: Likewise.
* gnu/packages/patches/jami-no-webengine.patch: Likewise.
* gnu/packages/patches/jami-sip-contacts.patch: Likewise.
* gnu/packages/patches/jami-sip-unregister.patch: Likewise.
* gnu/packages/patches/jami-sipaccount-segfault.patch: Likewise.
* gnu/packages/patches/jami-xcb-link.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.
2022-12-27 13:27:25 -05:00
Leo Famulari
aeb42167fd
gnu: Borg: Update to 1.2.3.
* gnu/packages/backup.scm (borg): Update to 1.2.3.
2022-12-27 12:55:34 -05:00
Leo Famulari
86e4c50e25
gnu: linux-libre-documentation: Organize.
This package was miscategorized as a "Generic kernel package".

* gnu/packages/linux.scm (linux-libre-documentation): Move variable into
its own section.
2022-12-27 12:54:36 -05:00
Maxim Cournoyer
60d4652c5d
image: Enhance compatibility of the root ext4 partition.
Generating a raw-with-offset image would previously not be bootable with
U-Boot.

* gnu/system/image.scm (root-partition) [file-system-options]: New field.
2022-12-26 22:47:02 -05:00
dan
c50cd1bbec
images: wsl2: Create XDG_RUNTIME_DIR on first login.
* gnu/system/images/wsl2.scm (wsl-boot-program): Create XDG_RUNTIME_DIR on
first login and set it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-26 09:34:26 +01:00
Ivan Vilata i Balaguer
9369c1ccf4
gnu: services: Fix bluetooth-service docstring.
* gnu/services/desktop.scm (bluetooth-service): Sync docstring with info,
remove mention to group not really needed to access D-Bus service.
* doc/guix.texi (Desktop Services): Also remove mention to group here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:48:05 +01:00
Tobias Kortkamp
bc157ca62b
gnu: Add wvkbd.
* gnu/packages/xdisorg.scm (wvkbd): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-12-26 00:46:31 +01:00
Ludovic Courtès
badad2653f
gnu: pipe-viewer: Update to 0.4.4.
* gnu/packages/video.scm (pipe-viewer): Update to 0.4.4.
2022-12-26 00:06:26 +01:00
Nicolas Goaziou
2b101bf9e7
gnu: emacs-circadian: Update to 0.3.3.
* gnu/packages/emacs-xyz.scm (emacs-circadian): Update to 0.3.3.
[arguments]<#:test-command>: Update test procedure.
[native-inputs]: Remove EMACS-ERT-RUNNER.
2022-12-25 22:57:32 +01:00
Nicolas Goaziou
3fe33baed6
gnu: emacs-ement: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.5.2.
2022-12-25 22:57:32 +01:00
c408b9042f
gnu: Add emacs-snow.
* gnu/packages/emacs-xyz.scm (emacs-snow): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-25 22:57:31 +01:00
10a661c8c8
gnu: syslinux: Honor #:tests? flag.
* gnu/packages/bootloaders.scm (syslinux)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
2022-12-25 22:07:32 +02:00
Michael Rohleder
91bcc26b1c
gnu: hstr: Update to 2.6.
* gnu/packages/shellutils.scm (hstr): Update to 2.6.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:20:58 +01:00
Michael Rohleder
333f359f7a
gnu: ristretto: Update to 0.12.4.
* gnu/packages/xfce.scm (ristretto): Update to 0.12.4.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:18:20 +01:00
Michael Rohleder
d93ab41288
gnu: xfce4-notifyd: Update to 0.6.5.
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.5.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:17:55 +01:00
Michael Rohleder
cb823181d3
gnu: xfce4-taskmanager: Update to 1.5.5.
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.5.5.
[inputs]: Add libxfce4ui.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:17:24 +01:00
Michael Rohleder
40cdf88892
gnu: vcsh: Update to 2.0.5.
* gnu/packages/version-control.scm (vcsh): Update to 2.0.5.
[native-inputs]: Remove which. Add autoconf, automake, ronn-ng, perl,
perl-test-harness, perl-shell-command, perl-test-most, pkg-config.
[inputs]: Remove perl, perl-test-harness, perl-shell-command,
perl-test-most.
[arguments]: Remove phase install-bash-completion. Add phase fix-version-gen.
Remove deletion of configure and build phases.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:17:10 +01:00
Artyom V. Poptsov
34feda1def
gnu: guile-png: Update to 0.3.0.
* gnu/packages/guile-xyz.scm (guile-png): Update to 0.3.0.
  [arguments]: Patch tests to silence Guile-SMC logs.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 17:01:23 +01:00
Timo Wilken
2967abf1a2
services: wireguard: Allow specifying pre-shared keys.
* gnu/services/vpn.scm (<wireguard-peer>)[preshared-key]: New field.
* doc/guix.texi (VPN Services): Document it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-12-25 16:56:48 +01:00
Marius Bakke
f81c05d89b
gnu: QEMU: Unbundle OpenSBI.
* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete precompiled
riscv64 firmware, and its source code.
[arguments]: Provide OpenSBI.
[inputs]: Add OPENSBI-QEMU.
2022-12-25 14:15:59 +01:00
Marius Bakke
c8e836991d
gnu: Add opensbi-qemu.
* gnu/packages/firmware.scm (opensbi-qemu): New variable.
2022-12-25 14:15:59 +01:00
Marius Bakke
699aef4bc6
gnu: opensbi: Use the same source file name regardless of variant.
* gnu/packages/firmware.scm (make-opensbi-package)[source](file-name): Don't
use the NAME variable which changes depending on the variant.
2022-12-25 14:15:59 +01:00
Marius Bakke
71b8707100
gnu: QEMU: Unbundle OpenBIOS.
* gnu/packages/virtualization.scm (qemu)[source](snippet): Remove precompiled
PPC OpenBIOS firmware, and its source code.
[arguments]: Replace with the one from Guix.
[inputs]: Add OPENBIOS-QEMU-PPC.
2022-12-25 14:15:59 +01:00
Marius Bakke
53a1fce25a
gnu: Add openbios-qemu-ppc.
* gnu/packages/firmware.scm (make-openbios-package): New procedure.
(openbios-qemu-ppc): New variable.
* gnu/packages/patches/openbios-gcc-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-12-25 14:15:59 +01:00
Marius Bakke
c97de4a989
services: ganeti: Label mcron jobs.
* gnu/services/ganeti.scm (ganeti-watcher-jobs): Label job as "ganeti-watcher".
(ganeti-cleaner-jobs): Labels jobs as "ganeti master cleaner" and "ganeti node
cleaner".
2022-12-25 14:15:59 +01:00
Artyom V. Poptsov
860e949896
gnu: freecad: Fix the package hash.
* gnu/packages/engineering.scm (freecad): Fix the package hash.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-12-25 13:08:31 +04:00
Ricardo Wurmus
36bc92a3ec
gnu: mumi: Update to 0.0.4-2.0a90eed.
* gnu/packages/mail.scm (mumi): Update to 0.0.4-2.0a90eed.
2022-12-25 00:26:02 +01:00
Ricardo Wurmus
8bf58c1b35
gnu: mumi: Update to 0.0.4-1.18acd2b.
* gnu/packages/mail.scm (mumi): Update to 0.0.4-1.18acd2b.
2022-12-24 16:33:21 +01:00
Guillaume Le Vaillant
aae8371f72
gnu: qdmr: Update to 0.10.4.
* gnu/packages/radio.scm (qdmr): Update to 0.10.4.
2022-12-24 14:39:07 +01:00
Vinicius Monego
7e7659d34f
gnu: shotcut: Update to 22.12.21.
* gnu/packages/video.scm (shotcut): Update to 22.12.21.
2022-12-24 09:04:31 -03:00
Vinicius Monego
f8841c086e
gnu: homebank: Update to 5.6.
* gnu/packages/finance.scm (homebank): Update to 5.6.
2022-12-24 09:04:27 -03:00
Sughosha
1cb49932d7
gnu: gnome-shell-extension-burn-my-windows: Update to 22.
* gnu/packages/gnome-xyz (gnome-shell-extension-burn-my-windows): Update to 22.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-24 07:17:50 +01:00
Sughosha
8ebb5b64fd
gnu: gnome-shell-extension-vertical-overview: Update to 10.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vertical-overview): Update to 10.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-24 07:17:49 +01:00
Sughosha
528c79e7ac
gnu: gnome-shell-extension-unite-shell: Update to 69.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-unite-shell): Update to 69.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-12-24 07:17:49 +01:00
Ludovic Courtès
3532fc6ba4
gnu: libtirpc-hurd: Fix cross-compilation.
Fixes a regression introduced in
517618b240, whereby the "wrong"
'krb5-config' script would be picked.

* gnu/packages/onc-rpc.scm (libtirpc/hurd)[arguments]: Turn
 #:configure-flags into a gexp to refer to the right "mit-krb5".
2022-12-24 00:45:47 +01:00
Ludovic Courtès
69fc67b6bb
hurd-boot: Fix list of devices with translators.
Fixes a regression introduced in
450f774028 and
e3c6575ee9, which introduced
unquote-splicing without changing quote to quasiquote.

* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Use
quasiquote, note quote.
2022-12-24 00:45:47 +01:00
Ludovic Courtès
bae13578f7
gnu: python-scikit-build: Depend on 'git-minimal/fixed'.
* gnu/packages/python-xyz.scm (python-scikit-build)[native-inputs]:
Replace 'git-minimal' with 'git-minimal/fixed'.
2022-12-24 00:45:46 +01:00
Ludovic Courtès
8f31575ad1
gnu: gnome-photos: Depend on 'git-minimal/fixed'.
* gnu/packages/gnome.scm (gnome-photos)[arguments]: Pass
 #:disallowed-references.
[native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'.
2022-12-24 00:39:20 +01:00
Ludovic Courtès
0dcca97c9f
gnu: opam: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (opam)[native-inputs]: Replace 'git-minimal'
with 'git-minimal/fixed'.
2022-12-24 00:39:10 +01:00
Ludovic Courtès
9203de5250
gnu: ocamlformat: Depend on 'git-minimal/fixed'.
* gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with
'git-minimal/fixed'.
2022-12-24 00:39:10 +01:00
Ludovic Courtès
83b1a2f682
gnu: julia-documenter: Depend on 'git-minimal/fixed'.
That way the main 'git-minimal' package can be updated without causing a
rebuild of all the dependents of 'julia-documenter'.

* gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Replace
'git-minimal' by 'git-minimal/fixed'.
2022-12-24 00:39:10 +01:00
Ricardo Wurmus
ddd6b70591
gnu: Add emacs-loccur.
* gnu/packages/emacs-xyz.scm (emacs-loccur): New variable.
2022-12-24 00:32:07 +01:00
Ricardo Wurmus
b6d9e266a7
gnu: ceph: Update to 17.2.5.
* gnu/packages/storage.scm (ceph): Update to 17.2.5.
[source]: Remove obsolete patches; remove bundled sources for arrow.
[arguments]: Disable parallel build; use system arrow.
[inputs]: Drop input labels; add apache-thrift, apache-arrow-for-ceph, and
utf8proc.
* gnu/packages/patches/ceph-boost-compat.patch: Delete file.
* gnu/packages/patches/ceph-rocksdb-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-12-23 20:20:06 +01:00
Ricardo Wurmus
ad141242f8
gnu: Add apache-arrow-for-ceph.
* gnu/packages/databases.scm (apache-arrow-for-ceph): New variable.
2022-12-23 20:20:06 +01:00
Nicolas Goaziou
ef060487a2
gnu: naev: Update to 0.10.0.
* gnu/packages/games.scm (naev): Update to 0.10.0.
[inputs]: Add ENET, PCRE2.
2022-12-23 19:06:47 +01:00
Nicolas Goaziou
a3c2668788
gnu: fet: Update to 6.7.7.
* gnu/packages/education.scm (fet): Update to 6.7.7.
2022-12-23 18:29:36 +01:00
Guillaume Le Vaillant
11aa1e6ad1
gnu: sdrangel: Update to 7.8.5.
* gnu/packages/radio.scm (sdrangel): Update to 7.8.5.
  [arguments]: Remove 'fix-boost-compatibility' phase.
2022-12-23 16:38:32 +01:00
Guillaume Le Vaillant
558494674d
gnu: aptdec: Update to 1.7-3.4d4a0c9.
* gnu/packages/radio.scm (aptdec): Update to 1.7-3.4d4a0c9.
2022-12-23 16:33:16 +01:00
Nicolas Goaziou
dd8a20355e
gnu: emacs-cider: Update to 1.6.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.6.0.
2022-12-23 15:16:31 +01:00
Nicolas Goaziou
3a77238721
gnu: emacs-vertico: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.0.
2022-12-23 15:16:31 +01:00
Nicolas Goaziou
e26d6a6de0
gnu: emacs-subed: Update to 1.0.28.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.28.
2022-12-23 15:16:31 +01:00
9923100a42
gnu: sgabios: Fix build on cross-build architectures.
* gnu/packages/firmware.scm (sgabios)[arguments]: When cross-building
add a make-flag to use the correct objcopy.
2022-12-23 13:56:11 +02:00
Roman Scherer
66188398c4
gnu: netcdf: Update to 4.9.0.
* gnu/packages/maths.scm (netcdf): Update to 4.9.0.
  [source]: Use new URI.
  [inputs]: Add libxml2 and unzip.
  [arguments]: Update 'configure-flags'. Add 'fix-test-rcmerge' phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-23 11:56:27 +01:00
Andrew Tropin
dd4eee5581
home: xdg: Add with-imported-modules to xdg activation script.
Without it activation doesn't work when called in clean environment.

* gnu/home/services/xdg.scm (ensure-xdg-base-dirs-on-activation): Add
with-imported-modules to xdg activation script.
2022-12-23 11:43:27 +04:00
Nicolas Goaziou
1b29fccff2
gnu: emacs-mood-line: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 2.0.0.
2022-12-22 23:39:30 +01:00
Nicolas Goaziou
c8495bfc79
gnu: emacs-marginalia: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 1.0.
2022-12-22 23:38:13 +01:00
Morgan Willcock
75b0388a90
gnu: emacs-org-msg: Update to 4.0.
* gnu/packages/emacs-xyz.scm (emacs-org-msg): Update to 4.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-22 23:31:04 +01:00
Nicolas Goaziou
f4672d9795
gnu: emacs-god-mode: Run tests.
* gnu/packages/emacs-xyz.scm (emacs-god-mode)[arguments]: Run tests.
[native-inputs]: Add EMACS-ECUKES.
2022-12-22 23:31:04 +01:00
Hilton Chain
29e2d45b11
gnu: emacs-god-mode: Update to 2.18.0.
* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.18.0.
[source,home-page]: Changed URL.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-22 23:31:03 +01:00
Nicolas Goaziou
82ab75b6a2
gnu: emacs-dashboard: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-dashboard)[arguments]: Use G-expressions.
<#:include>: Use %default-include.
<#:phases>: Remove trailing #T, and unnecessary call to CHMOD.
[description]: Properly capitalize it.
2022-12-22 23:31:03 +01:00
florhizome
fc29138074
gnu: emacs-dashboard: Update to 1.7.0-0.a69cc10.
* gnu/packages/emacs-xyz.scm (emacs-dashboard): Update to 1.7.0-0.a69cc10.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-12-22 23:30:31 +01:00
6ce7904a85
gnu: ipxe-qemu: Fix building on 32-bit systems.
* gnu/packages/bootloaders.scm (ipxe-qemu)[native-inputs]: When building
from a 32-bit system add a binutils variant capable of assembling 64-bit
instructions and an ld-wrapper using it.
2022-12-22 22:09:58 +02:00
Leo Famulari
1be1961a1c
gnu: linux-libre 5.10: Update to 5.10.161.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.161.
(linux-libre-5.10-pristine-source): Update hash.
2022-12-22 11:36:25 -05:00
Leo Famulari
dd575627b3
gnu: linux-libre 5.15: Update to 5.15.85.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.85.
(linux-libre-5.15-pristine-source): Update hash.
2022-12-22 11:36:25 -05:00
Leo Famulari
9922da2829
gnu: linux-libre: Update to 6.0.15.
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.15.
(linux-libre-6.0-pristine-source): Update hash.
2022-12-22 11:36:25 -05:00
Michael Rohleder
d2cd3290ea
gnu: stockfish: Update to 15.1.
* gnu/packages/games.scm (stockfish): Update to 15.1.
  [arguments]: Renamed phase remove-m-flag to remove-m-flag-and-net-target.
  Add removing of the net target in the Makefile, because it wants networking.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-12-22 17:15:48 +01:00
Guillaume Le Vaillant
dade92613b
gnu: Add dsd.
* gnu/packages/radio.scm (dsd): New variable.
2022-12-22 17:15:48 +01:00
Marius Bakke
c9392e6fc6
gnu: QEMU: Unbundle SGABIOS.
* gnu/packages/virtualization.scm (qemu)[source]: Purge sgabios.
[arguments]: Replace bundled variant with the one from INPUTS.
[inputs]: Add SGABIOS.
2022-12-22 16:50:47 +01:00
Marius Bakke
368e00cce0
gnu: Add sgabios.
* gnu/packages/firmware.scm (sgabios): New variable.
2022-12-22 16:50:47 +01:00
Marius Bakke
9279775d69
gnu: iPXE: Embed the actual package version.
* gnu/packages/bootloaders.scm (ipxe)[arguments]: Add phase to set the proper
version.
2022-12-22 16:50:47 +01:00
Marius Bakke
209aed9511
gnu: Install QEMU firmare files to 'share/qemu'.
This paves the way for using a native search path in the future.

* gnu/packages/bootloaders.scm (ipxe-qemu)[arguments]: Install firmware files
to 'share/qemu' instead of 'share/firmware'.
* gnu/packages/firmware.scm (seabios-qemu)[arguments]: Likewise.
* gnu/packages/virtualization.scm (qemu)[arguments]: Adjust accordingly.
2022-12-22 16:50:47 +01:00
Marius Bakke
ba7f6f0bf3
gnu: QEMU: Unbundle iPXE.
* gnu/packages/virtualization.scm (qemu)[source](snippet): Purge iPXE.
[arguments]: Re-add firmware files from IPXE-QEMU.
[inputs]: Add IPXE-QEMU.
2022-12-22 16:50:47 +01:00
Marius Bakke
a5dbe84a61
gnu: ipxe-qemu: Cross-compile on non x86_64.
* gnu/packages/bootloaders.scm (ipxe-qemu)[native-inputs]: When not targeting
x86_64, add CROSS-GCC and CROSS-BINUTILS.
[arguments]: Set CROSS_COMPILE in that case.
2022-12-22 16:50:47 +01:00
Marius Bakke
ffc0037458
gnu: SeaBIOS: Split QEMU variants out to separate package.
* gnu/packages/firmware.scm (seabios)[arguments]: Move custom build and
install phases out to ...
(seabios-qemu): ... this new variable.
* gnu/packages/virtualization.scm (qemu)[inputs]: Change from SEABIOS to
SEABIOS-QEMU.
2022-12-22 16:50:47 +01:00
Marius Bakke
aeabddcfc5
gnu: QEMU: Don't provide --firmwarepath for user-mode binaries.
* gnu/packages/virtualization.scm (qemu)[arguments]: Remove --firmwarepath
from the user-mode emulation configure invocation.
2022-12-22 16:50:47 +01:00
c1d543203e
gnu: openvpn: Update to 2.5.8.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.8.
2022-12-22 14:28:21 +02:00
Ricardo Wurmus
d8a9d55b57
gnu: Add r-bedtorch.
* gnu/packages/bioinformatics.scm (r-bedtorch): New variable.
2022-12-22 11:18:02 +01:00
Ricardo Wurmus
6d2f312b23
gnu: Add r-rhtslib12.
* gnu/packages/bioinformatics.scm (r-rhtslib12): New variable.
2022-12-22 11:17:52 +01:00
Ricardo Wurmus
2a4930a1e6
gnu: Add wiggletools.
* gnu/packages/bioinformatics.scm (wiggletools): New variable.
2022-12-22 10:29:20 +01:00
7c2dab7dd4
gnu: xterm: Update to 377.
* gnu/packages/xorg.scm (xterm): Update to 377.
2022-12-22 11:00:56 +02:00
Vagrant Cascadian
0744540d09
gnu: guile-ssh: Update to 0.16.0.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.16.0.
2022-12-21 22:15:15 -08:00
Andrew Tropin
30143cdad2
gnu: fheroes2: Update to 1.0.0.
* gnu/packages/games.scm (fheroes2): Update to 1.0.0.
2022-12-22 09:59:39 +04:00
Navid Afkhami
87c3fab854
gnu: Add python-episcanpy.
* gnu/packages/bioinformatics.scm (python-episcanpy): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-22 00:17:43 +01:00
Navid Afkhami
d07543b886
gnu: Add python-bamnostic.
* gnu/packages/bioinformatics.scm (python-bamnostic): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-12-22 00:14:05 +01:00
Ricardo Wurmus
9e495087d2
gnu: Add vembrane.
* gnu/packages/bioinformatics.scm (vembrane): New variable.
2022-12-21 23:12:41 +01:00
Ricardo Wurmus
1194cb1c40
gnu: python-plastid: Update to 0.6.0.
* gnu/packages/bioinformatics.scm (python-plastid): Update to 0.6.0.
[source]: Fetch from git repository.
[build-system]: Use pyproject-build-system.
[arguments]: Enable tests; add build phases 'unpack-test-data and
'build-extensions.
[inputs]: Add openssl.
[native-inputs]: Add test data.
2022-12-21 23:12:40 +01:00
Ricardo Wurmus
bc4eac5d79
gnu: python-pysam: Update to 0.20.0.
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.20.0.
[build-system]: Use pyproject-build-system.
2022-12-21 23:12:40 +01:00
Ricardo Wurmus
50948b8c3d
gnu: htslib: Update to 1.16.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.16.
2022-12-21 23:12:40 +01:00
Ricardo Wurmus
e34639c262
gnu: pbbam: Use htslib 1.14.
* gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib
with htslib-1.14.
2022-12-21 23:12:40 +01:00
Ricardo Wurmus
5ccc017389
gnu: Add htslib-1.14.
* gnu/packages/bioinformatics.scm (htslib-1.14): New variable.
2022-12-21 23:12:40 +01:00
pukkamustard
fe5836feaf
gnu: Add ocaml5.0-merlin.
* gnu/packages/ocaml.scm (ocaml5.0-merlin): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:42 +01:00
pukkamustard
8ed74a1787
gnu: Add ocaml5.0-dot-merlin-reader.
* gnu/packages/ocaml.scm (ocaml5.0-dot-merlin-reader): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:40 +01:00
pukkamustard
134480a381
gnu: Add ocaml5.0-merlin-lib.
* gnu/packages/ocaml.scm (ocaml5.0-merlin-lib): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:38 +01:00
pukkamustard
f127f0fbf3
gnu: Update ocaml-merlin-lib to 4.7-414.
* gnu/packages/ocaml.scm (ocaml-merlin-lib): Update to 4.7-414.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:31 +01:00
pukkamustard
cb1fe1c690
gnu: Add ocaml5.0-eio-main.
* gnu/packages/ocaml.scm (ocaml5.0-eio-main): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:28 +01:00
pukkamustard
417be516de
gnu: Add ocaml5.0-eio-linux.
* gnu/packages/ocaml.scm (ocaml5.0-eio-linux): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:24 +01:00
pukkamustard
c986522877
gnu: Add ocaml-uring.
* gnu/packages/ocaml.scm (ocaml-uring): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:22 +01:00
pukkamustard
2b335e87f7
gnu: Add ocaml5.0-eio-luv.
* gnu/packages/ocaml.scm (ocaml5.0-eio-luv): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:19 +01:00
pukkamustard
14fae62df8
gnu: Add ocaml5.0-eio.
* gnu/packages/ocaml.scm (ocaml5.0-eio): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:16 +01:00
pukkamustard
2cb15f8501
gnu: ocaml-mdx: Move inputs to propagated-inputs.
* gnu/packages/ocaml.scm (ocaml-mdx): Move inputs to propagated-inputs.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:10:12 +01:00
pukkamustard
f883cb9ecd
gnu: Add ocaml-bechamel.
* gnu/packages/ocaml.scm (ocaml-bechamel): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:09:38 +01:00
pukkamustard
8160d05e83
gnu: Add ocaml5.0-ctypes
* gnu/packages/ocaml.scm (ocaml5.0-ctypes): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:09:23 +01:00
pukkamustard
74f5ddef81
gnu: Add ocaml-lwt-dllist.
* gnu/packages/ocaml.scm (ocaml-lwt-dllist): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:08:54 +01:00
pukkamustard
048217e73c
gnu: Add ocaml5.0-crowbar.
* gnu/packages/ocaml.scm (ocaml5.0-crowbar): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:08:50 +01:00
pukkamustard
7a19cb115f
gnu: Update ocaml-odoc to 2.2.0.
* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.2.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:08:39 +01:00
pukkamustard
e3a2f0447b
gnu: Add ocaml5.0-ppx-expect.
* gnu/packages/ocaml.scm (ocaml5.0-ppx-expect): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:08:19 +01:00
pukkamustard
fdf2b2e459
gnu: Update ocaml-qcheck to 0.20.
* gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.20.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:07:51 +01:00
pukkamustard
17f5a0da47
gnu: Update ocaml-ppxlib to 0.25.1.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.1.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:07:47 +01:00
pukkamustard
11c1621b53
gnu: Add ocaml5.0-base.
* gnu/packages/ocaml.scm (ocaml5.0-base): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:07:28 +01:00
pukkamustard
be31153390
gnu: Add ocaml-hmap.
* gnu/packages/ocaml.scm (ocaml-hmap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:07:17 +01:00
pukkamustard
cdca734775
gnu: Add ocaml-optint.
* gnu/packages/ocaml.scm (ocaml-optint): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:04:29 +01:00
pukkamustard
c60fae72d8
gnu: Add ocaml-monolith.
* gnu/packages/ocaml.scm (ocaml-monolith): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:02:44 +01:00
pukkamustard
a8e1dc8edf
gnu: Add ocaml-psq.
* gnu/packages/ocaml.scm (ocaml-psq): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 22:02:02 +01:00
pukkamustard
642cf11aa2
gnu: opam: Use OCaml 4.14 compiled version when building OCaml 5.0 packages.
* gnu/packages/ocaml.scm (opam)[properties]: Add ocaml5.0-variant.
  (opam)[propagated-inputs]: Move to inputs.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 21:59:11 +01:00
pukkamustard
052ec8bcc7
guix: ocaml: Add package-with-ocaml5.0.
* guix/build-system/ocaml.scm (package-with-ocaml5.0)
(strip-ocaml5.0-variant): New variables.
* gnu/packages/ocaml.scm (ocaml5.0-dune-bootstrap)
(ocaml5.0-dune, ocaml5.0-dune-configurator)
(ocaml5.0-csexp, ocaml5.0-result): New variables.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 21:58:56 +01:00
pukkamustard
616e818946
gnu: Add ocaml5.0-findlib
* gnu/packages/ocaml.scm (ocaml5.0-findlib): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 21:56:50 +01:00
pukkamustard
a58dfd3eed
gnu: ocaml-findlib: Update to 1.9.5.
* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.5.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 21:56:46 +01:00
pukkamustard
e69259352a
gnu: Add ocaml-5.0.
* gnu/packages/ocaml.scm (ocaml-5.0): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-12-21 21:56:19 +01:00
5b19dffd98
gnu: julia-imagemetadata: Update to 0.9.8.
* gnu/packages/julia-xyz.scm (julia-imagemetadata): Update to 0.9.8.
[arguments]: Add phase to skip greyscale test.
[propagated-inputs]: Remove julia-indirectarrays; add julia-imagebase.
[native-inputs]: Add julia-indirectarrays.
2022-12-21 19:22:58 +02:00
ff6d119829
gnu: julia-paddedviews: Update to 0.5.11.
* gnu/packages/julia-xyz.scm (julia-paddedviews): Update to 0.5.11.
2022-12-21 19:22:57 +02:00
b1f31d4e47
gnu: julia-imageaxes: Update to 0.6.10.
* gnu/packages/julia-xyz.scm (julia-imageaxes): Update to 0.6.10.
[arguments]: Add a phase to skip a greyscale test.
[propagated-inputs]: Add julia-imagebase.
[native-inputs]: Add julia-aqua and julia-documenter.
2022-12-21 19:22:57 +02:00
bc7f25239e
gnu: julia-graphics: Update to 1.1.2.
* gnu/packages/julia-xyz.scm (julia-graphics): Update to 1.1.2.
2022-12-21 19:22:57 +02:00
aae30d5420
gnu: julia-axisarrays: Update to 0.4.6.
* gnu/packages/julia-xyz.scm (julia-axisarrays): Update to 0.4.6.
2022-12-21 19:22:56 +02:00
204ad23d79
gnu: julia-ellipsisnotation: Update to 1.6.0.
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation): Update to 1.6.0.
[arguments]: Remove phase adjusting the test suite.
2022-12-21 19:22:56 +02:00
611d7427eb
gnu: julia-blockbandedmatrices: Update to 0.11.9.
* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.11.9.
2022-12-21 19:22:56 +02:00
1ebdd56b95
gnu: julia-bandedmatrices: Update to 0.17.9.
* gnu/packages/julia-xyz.scm (julia-bandedmatrices): Update to 0.17.9.
[propagated-inputs]: Add julia-aqua.
[native-inputs]: Add julia-aqua.
2022-12-21 19:22:56 +02:00
1529ba07de
gnu: julia-arrayinterface: Update to 5.0.8.
* gnu/packages/julia-xyz.scm (julia-arrayinterface): Update to 5.0.8.
[propagated-inputs]: Remove julia-static; add julia-compat and julia-static-0.6.
[native-inputs]: Add julia-static-0.6.
2022-12-21 19:22:55 +02:00
3dc512f9a2
gnu: Add julia-static-0.6.
* gnu/packages/julia-xyz.scm (julia-static-0.6): New variable.
2022-12-21 19:22:55 +02:00
bedb7311e1
gnu: julia-matrixfactorizations: Update to 0.9.3.
* gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Update to
0.9.3.
[arguments]: Re-enable one of the skipped tests.
2022-12-21 19:22:55 +02:00
53436955c4
gnu: julia-scanbyte: Limit to x86_64-linux.
* gnu/packages/julia-xyz.scm (julia-scanbyte)[supported-systems]: New
field.
2022-12-21 19:22:55 +02:00
826e6414a4
gnu: julia-scanbyte: Update to 0.3.2.
* gnu/packages/julia-xyz.scm (julia-scanbyte): Update to 0.3.2.
2022-12-21 19:22:54 +02:00
160974597e
gnu: julia-blockarrays: Update to 0.16.23.
* gnu/packages/julia-xyz.scm (julia-blockarrays): Update to 0.16.23.
[native-inputs]: Remove julia-lazyarrays; add julia-aqua.
2022-12-21 19:22:54 +02:00
2c838a6fc7
gnu: julia-indexablebitvectors: Limit to 64-bit systems.
* gnu/packages/julia-xyz.scm (julia-indexablebitvectors)
[supported-systems]: New field.
2022-12-21 19:22:54 +02:00
d0d99aa75c
gnu: julia-plotutils: Update to 1.2.0.
* gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.2.0.
[arguments]: Add a phase to adjust the test suite.
2022-12-21 19:22:54 +02:00
0d8da17c29
gnu: julia-colorvectorspace: Update to 0.9.9.
* gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.9.
[arguments]: Skip tests.
[propagated-inputs]: Add julia-fixedpointnumbers.
2022-12-21 19:22:53 +02:00
24203f4c8b
gnu: julia-colors: Update to 0.12.9.
* gnu/packages/julia-xyz.scm (julia-colors): Update to 0.12.9.
[arguments]: Add phase to skip ambiguities tests.
[native-inputs]: Add julia-abstracttrees.
2022-12-21 19:22:53 +02:00
b4e9e72ecf
gnu: julia-requires: Update to 1.3.0.
* gnu/packages/julia-xyz.scm (julia-requires): Update to 1.3.0.
[propagated-inputs, inputs]: Move packages ...
[native-inputs]: ... to here.
2022-12-21 19:22:53 +02:00
3fe1077902
gnu: julia-interpolations: Update to 0.13.6.
* gnu/packages/julia-xyz.scm (julia-interpolations): Update to 0.13.6.
[propagated-inputs]: Add julia-chainrulescore.
[native-inputs]: Add julia-colorvectorspace.
2022-12-21 19:22:52 +02:00
2f63589b9b
gnu: julia-bson: Update to 0.3.6.
* gnu/packages/julia-xyz.scm (julia-bson): Update to 0.3.6.
2022-12-21 19:22:52 +02:00
4c66bcdf47
gnu: julia-lazyarrays: Update to 0.22.16.
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.16.
[propagated-inputs]: Add julia-aqua.
[native-inputs]: Add julia-aqua.
2022-12-21 19:22:52 +02:00
cb1f6878c1
gnu: julia-specialfunctions: Update to 1.8.7.
* gnu/packages/julia-xyz.scm (julia-specialfunctions): Update to 1.8.7.
[propagated-inputs]: Add julia-irrationalconstants.
2022-12-21 19:22:52 +02:00
8bc31f951b
gnu: julia-tracker: Update to 0.2.22.
* gnu/packages/julia-xyz.scm (julia-tracker): Update to 0.2.22.
[source]: Remove patch.
[propagated-inputs]: Add julia-functors, julia-logexpfunctions,
julia-optimisers.
* gnu/packages/patches/julia-tracker-16-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-12-21 19:22:51 +02:00
ca8be377a2
gnu: Add julia-optimisers.
* gnu/packages/julia-xyz.scm (julia-optimisers): New variable.
2022-12-21 19:22:51 +02:00
d303b26aae
gnu: julia-chainrules: Update to 1.35.0.
* gnu/packages/julia-xyz.scm (julia-chainrules): Update to 1.35.0.
[arguments]: Skip tests.
[inputs]: Comment out inputs.
[propagated-inputs]: Remove julia-reexport, julia-requires. Add
julia-irrationalconstants, julia-realdot.
2022-12-21 19:22:51 +02:00
907ae06170
gnu: Add julia-realdot.
* gnu/packages/julia-xyz.scm (julia-realdot): New variable.
2022-12-21 19:22:51 +02:00
59eea190c6
gnu: julia-chainrulestestutils: Update to 1.5.1.
* gnu/packages/julia-xyz.scm (julia-chainrulestestutils): Update to 1.5.1.
2022-12-21 19:22:50 +02:00
c3aef63223
gnu: julia-chainrulescore: Update to 1.12.2.
* gnu/packages/julia-xyz.scm (julia-chainrulescore): Update to 1.12.2.
[arguments]: Adjust 'adjust-tests phase for changes in the source.
2022-12-21 19:22:50 +02:00
c42652d578
gnu: julia-nnlib: Update to 0.7.34.
* gnu/packages/julia-xyz.scm (julia-nnlib): Update to 0.7.34.
[arguments]: Rename 'skip-cuda-tests to 'skip-some-tests. Adjust to skip
doctests.
[propagated-inputs]: Add julia-compat.
2022-12-21 19:22:50 +02:00
8b84b47a52
gnu: julia-zygote: Update to 0.6.41.
* gnu/packages/julia-xyz.scm (julia-zygote): Update to 0.6.41.
[propagated-inputs]: Add julia-chainrulescore, julia-logexpfuntions.
2022-12-21 19:22:50 +02:00
df13c6988a
gnu: julia-zygoterules: Update to 0.2.2.
* gnu/packages/julia-xyz.scm (julia-zygoterules): Update to 0.2.2.
2022-12-21 19:22:49 +02:00
288ffff36e
gnu: julia-functors: Update to 0.4.1.
* gnu/packages/julia-xyz.scm (julia-functors): Update to 0.4.1.
[propagated-inputs]: Add julia-documenter, julia-staticarrays,
julia-zygote.
2022-12-21 19:22:49 +02:00
66dda9a799
gnu: julia-reversediff: Update to 1.14.4.
* gnu/packages/julia-xyz.scm (julia-reversediff): Update to 1.14.4.
[propagated-inputs]: Add julia-chainrulescore, julia-difftests,
julia-logexpfunctions.
2022-12-21 19:22:49 +02:00
0147f38df6
gnu: julia-dataframes: Update to 1.3.6.
* gnu/packages/julia-xyz.scm (julia-dataframes): Update to 1.3.6.
[arguments]: Adjust 'skip-failing-test phase to adjust a test to pass
with julia-1.8.
[propagated-inputs]: Add julia-categoricalarrays, julia-compat,
julia-shiftedarrays, julia-unitful.
[native-inputs]: Add julia-shiftedarrays.
2022-12-21 19:22:48 +02:00
8154f07422
gnu: julia-offsetarrays: Update to 1.12.8.
* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.12.8.
2022-12-21 19:22:48 +02:00
3ef53be9ac
gnu: julia-dataapi: Update to 1.13.0.
* gnu/packages/julia-xyz.scm (julia-dataapi): Update to 1.13.0.
2022-12-21 19:22:48 +02:00
b786dcb793
gnu: julia-pooledarrays: Update to 1.4.2.
* gnu/packages/julia-xyz.scm (julia-pooledarrays): Update to 1.4.2.
[native-inputs]: Add julia-offsetarrays.
2022-12-21 19:22:48 +02:00
6f4c87b493
gnu: julia-categoricalarrays: Update to 0.10.7.
* gnu/packages/julia-xyz.scm (julia-categoricalarrays): Update to 0.10.7.
[arguments]: Add phase to skip tests depending on julia-plots.
[native-inputs]: Add julia-json, julia-json3, julia-recipesbase,
julia-sentinelarrays, julia-structtypes.
[propagated-inputs]: Add julia-requires, julia-sentinelarrays.
2022-12-21 19:22:47 +02:00
3fb804967a
gnu: julia-invertedindices: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-invertedindices): Update to 1.1.0.
2022-12-21 19:22:47 +02:00
d50025ded8
gnu: Add julia-shiftedarrays.
* gnu/packages/julia-xyz.scm (julia-shiftedarrays): New variable.
2022-12-21 19:22:47 +02:00
ff7d15ef7d
gnu: julia-safetestsets: Fix build.
* gnu/packages/julia-xyz.scm (julia-safetestsets)[arguments]: Add phase
to fix the version string in the generated Project.toml.
2022-12-21 19:22:47 +02:00
f4f590e735
gnu: julia-forwarddiff: Update to 0.10.34.
* gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.34.
[propagated-inputs]: Add julia-calculus, julia-difftests.
2022-12-21 19:22:46 +02:00