me
/
guix
Archived
1
0
Fork 0
Commit Graph

106400 Commits (52312a4551dea1d730720c3ab9424bda9c02319a)

Author SHA1 Message Date
Sharlatan Hellseher 818405bb42
gnu: weightwatcher: Fetch sources from Git.
They were removed from the home page.

* gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Sharlatan Hellseher a6f9df4c41
gnu: weightwatcher: Fix build.
* gnu/packages/astronomy.scm (weightwatcher)[arguments]:
Add #:configure-flags to build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Efraim Flashner 0a645ac606
gnu: clipman: Use a source file-name.
* gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
2023-07-08 23:26:17 +03:00
Efraim Flashner f5a8808616
gnu: emacs-pasp-mode: Use a source file-name.
* gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source
file-name.
2023-07-08 23:25:03 +03:00
Efraim Flashner c7233b2247
gnu: pantheon-wallpapers: Use a source file-name.
* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source
file-name.
2023-07-08 23:24:10 +03:00
Efraim Flashner 72191f371b
gnu: emacs-auto-compile: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile)[source]: Use a source
file-name.
2023-07-08 23:23:25 +03:00
Efraim Flashner df4eee2594
gnu: emacs-bookmark-plus: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-bookmark-plus)[source]: Use a source
file-name.
2023-07-08 23:22:47 +03:00
Efraim Flashner 8bf6170710
gnu: emacs-xonsh-mode: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-xonsh-mode)[source]: Use a source
file-name.
2023-07-08 23:21:18 +03:00
Efraim Flashner ca2962d830
gnu: emacs-org-board: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-org-board)[source]: Use a source
file-name.
2023-07-08 23:20:29 +03:00
Efraim Flashner a4d8df2b7b
gnu: emacs-prism: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-prism)[source]: Use a source
file-name.
2023-07-08 23:19:44 +03:00
Efraim Flashner 718dffdf6e
gnu: libsecp256p1: Use a source file-name.
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
2023-07-08 23:18:41 +03:00
Efraim Flashner 5b35ef308c
gnu: libxapp: Use a source file-name.
* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name.
2023-07-08 23:17:46 +03:00
Tobias Geerinckx-Rice 820e32b556
services: cgit: Remove ‘cgit-repo’ left-overs.
This follows up on commit 16d77b31c5.

* gnu/services/cgit.scm (cgit-configuration): Use extant
repository-cgit-configuration variable name.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f2f40cdae5
gnu: gmime: Use G-expressions.
* gnu/packages/mail.scm (gmime)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice ba20f088b9
gnu: gmime: Download sources from the git repository.
* gnu/packages/mail.scm (gmime)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add "--enable-gtk-doc=yes" to #:configure-flags.
Don't explicitly return #t from phases.
[native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice 1b8f9cea9b
gnu: gmime: Remove obsolete configure flag.
* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
from #:configure-flags.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f5b8f9541f
gnu: fetchmail: Use G-expressions.
* gnu/packages/mail.scm (fetchmail)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 53e759fbde
gnu: fetchmail: Update to 6.4.37.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice d235e4daea
gnu: nullmailer: Use G-expressions.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 0c9f663cd2
gnu: nullmailer: Remove obsolete trailing #t.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Don't explicitly return #t from phases.
2023-07-02 02:00:04 +02:00
Maxim Cournoyer 697e7d6324
gnu: python-pyzmq: Enable the draft test.
* gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Delete the
disable-problematic-tests phase and add a configure phase.
2023-07-08 01:18:08 -04:00
Eidvilas Markevičius c0833f3b0c
gnu: Add gnome-shell-extension-vitals.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-08 00:44:07 -04:00
Maxim Cournoyer 77b5b1db83
gnu: make-crust-package: Remove debugging left-overs.
* gnu/packages/firmware.scm (make-crust-package)
[arguments]: Remove pk call and commented error call.
2023-07-08 00:25:47 -04:00
Tobias Geerinckx-Rice 3db685cb2e
gnu: crda: Mark up acronyms in description.
* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 59da3b6892
gnu: crda: Use G-expressions.
* gnu/packages/linux.scm (crda)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 7629377556
gnu: crda: Update to 4.15.
* gnu/packages/linux.scm (crda): Update to 4.15.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
Slightly rename 'set-regulator-db-file-name phase.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice c128ce94d9
gnu: smartmontools: Update to 7.3.
* gnu/packages/admin.scm (smartmontools): Update to 7.3.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8b86c92d6a
gnu: lynx: Mark up acronyms in description.
* gnu/packages/web-browsers.scm (lynx)[description]: Use @acronym{}.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8a24420f1d
gnu: lynx: Use G-expressions.
* gnu/packages/web-browsers.scm (lynx)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8c841634d0
gnu: lynx: Update to 2.9.0dev.12.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.12.
[arguments]: Don't explicitly return #t from phases.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice ec96833aab
gnu: dpkg: Use G-expressions.
* gnu/packages/debian.scm (dpkg)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice 1122217f27
gnu: dpkg: Use the (intended) input perl's version.
* gnu/packages/debian.scm (dpkg)[arguments]: Replace reference to the
host-side perl variable with one to the build-side "perl" input.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice afd09faaf9
gnu: dpkg: Update to 1.21.22.
* gnu/packages/debian.scm (dpkg): Update to 1.21.22.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f50c82ff2f
gnu: wcslib: Download source over HTTPS.
* gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 25a604a274
gnu: wcslib: Update to 8.1.
* gnu/packages/astronomy.scm (wcslib): Update to 8.1.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 4c0f0ab984
gnu: wireless-regdb: Mark up acronyms in description.
* gnu/packages/linux.scm (wireless-regdb)[description]: Use @acronym{}.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 0c5141d1c2
gnu: wireless-regdb: Update to 2023.05.03.
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.05.03.
2023-07-02 02:00:08 +02:00
Maxim Cournoyer 14888e5b25
gnu: u-boot-ts7970-q-2g-1000mhz-c: Fix build.
* gnu/packages/bootloaders.scm (u-boot-ts-mx6) [arguments]: Replace
adjust-for-gcc10 phase with adjust-for-current-gcc.
2023-07-07 15:59:28 -04:00
Maxim Cournoyer 55d5771ff0
gnu: u-boot: Remove extraneous space.
* gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous space.
2023-07-07 15:59:28 -04:00
Vagrant Cascadian 4f32e8d7cc
gnu: Add crust-pinebook and crust-pine64-plus.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf.
gnu/packages/firmware.scm (make-crust-package, crust-pinebook)
(crust-pine64-plus): New variables.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-07 15:59:27 -04:00
Maxim Cournoyer d39544dd9b
gnu: Add nanosvg.
* gnu/packages/graphics.scm (nanosvg): New variable.
2023-07-07 15:59:27 -04:00
Josselin Poiret d5e57f75f1
gnu: b4: Update to 0.12.3.
* gnu/packages/version-control.scm (b4): Update to 0.12.3.
2023-07-07 21:14:11 +02:00
Josselin Poiret 612399df3e
services: libvirt: Add requirement on dbus.
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement
on dbus.
2023-07-07 21:14:10 +02:00
Sergey Trofimov 209204e23b
image: Prefer gpt partition table for efi images
* gnu/system/image.scm (efi-disk-image): Use gpt partition-table-type.
(efi32-disk-image): Use gpt partition-table-type.
(qcow2-image-type): Use mbr partition-table-type explicitly.
* gnu/tests/image.scm: Assert partition table type of efi-disk-image.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-07-07 21:14:10 +02:00
Josselin Poiret 4722496292
gnu: gnome: Remove gnome-boxes from default GNOME apps.
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
since it is no longer a Core App in 42.
2023-07-07 21:14:09 +02:00
Tobias Geerinckx-Rice 3e99157247
gnu: privoxy: Update to 3.0.34.
* gnu/packages/tor.scm (privoxy): Update to 3.0.34.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 55476119dd
gnu: git: Update to 2.41.0.
* gnu/packages/version-control.scm (git): Update to 2.41.0.
[source]: Remove upstreamed patch.
* gnu/packages/patches/git-header-cmd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 07892d8b20
gnu: memtest86+: Update to 6.20.
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice adf097908c
gnu: di: Use G-expressions.
* gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions.
Rename 'setup-environment phase to 'override-environment.
2023-07-02 02:00:06 +02:00
Tobias Geerinckx-Rice c39abdedbb
gnu: di: Update to 4.52.
* gnu/packages/admin.scm (di): Update to 4.52.
2023-07-02 02:00:06 +02:00
Bruno Victal cbc14b3bae
services: nginx: Harden php-location settings.
* gnu/services/web.scm (nginx-php-location): Only pass existing PHP files
to the back end.  Mitigate httpoxy vulnerability.
2023-07-02 02:00:01 +02:00
zamfofex 849f31d574
gnu: Add Plunder.
* gnu/packages/games.scm (plunder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 6a37e77bd3
gnu: Add ghc-reflex-sdl2.
* gnu/packages/haskell-xyz.scm (ghc-reflex-sdl2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 74de940455
gnu: Add ghc-reflex.
* gnu/packages/haskell-xyz.scm (ghc-reflex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex a760bc6e60
gnu: Add ghc-ref-tf.
* gnu/packages/haskell-xyz.scm (ghc-ref-tf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 5d6b17bfd9
gnu: Add ghc-patch.
* gnu/packages/haskell-xyz.scm (ghc-patch): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 584cc466ef
gnu: Add ghc-prim-uniq.
* gnu/packages/haskell-xyz.scm (ghc-prim-uniq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 87bf63df6b
gnu: Add ghc-dependent-map.
* gnu/packages/haskell-xyz.scm (ghc-dependent-map): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 6b10501def
gnu: Add ghc-dependent-sum.
* gnu/packages/haskell-xyz.scm (ghc-dependent-sum): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:23 +02:00
zamfofex 0b2b939847
gnu: Add ghc-commutative-semigroup.
* gnu/packages/haskell-xyz.scm (ghc-commutative-semigroup): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex c72ccc35ee
gnu: Add ghc-exception-transformers.
* gnu/packages/haskell-xyz.scm (ghc-exception-transformers): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 045361dd05
gnu: Add ghc-sdl2-gfx.
* gnu/packages/haskell-xyz.scm (ghc-sdl2-gfx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex f0c5f6eda1
gnu: Add ghc-sdl2-ttf.
* gnu/packages/haskell-xyz.scm (ghc-sdl2-ttf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 11d4a7152e
gnu: Add ghc-these-lens.
* gnu/packages/haskell-xyz.scm (ghc-these-lens): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 2e865166ea
gnu: Add ghc-generic-lens.
* gnu/packages/haskell-xyz.scm (ghc-generic-lens): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex 0f9953c959
gnu: Add ghc-generic-lens-core.
* gnu/packages/haskell-xyz.scm (ghc-generic-lens-core): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:22 +02:00
zamfofex f3a180296a
gnu: Add ghc-indexed-profunctors.
* gnu/packages/haskell-xyz.scm (ghc-indexed-profunctors): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
zamfofex e2fde26c92
gnu: Add ghc-constraints-extras.
* gnu/packages/haskell-xyz.scm (ghc-constraints-extras): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
zamfofex 2229302df8
gnu: Add ghc-hscolour.
* gnu/packages/haskell-xyz.scm (ghc-hscolour): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
zamfofex 549654ab56
gnu: Add ghc-proctest.
* gnu/packages/haskell-check.scm (ghc-proctest): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-07 15:30:21 +02:00
Saku Laesvuori ba1fe203b2
gnu: Add ghc-xmobar
* gnu/packages/wm.scm (ghc-xmobar): New variable.
(xmobar)[inputs]: Remove everything except libxpm.  Add ghc-xmobar.
[arguments]: Disable tests as they are run in ghc-xmobar.  Configure only
the xmobar executable.  Remove unnecessary phases.
[native-inputs]: Remove everything.
2023-07-07 14:18:06 +02:00
Navid Afkhami fcfdb8f05e
gnu: Add python-tslearn.
* gnu/packages/machine-learning.scm (python-tslearn): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-07-07 12:01:28 +02:00
Ricardo Wurmus 8e83db0bce
gnu: python-statsmodels: Update to 0.14.0.
* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.0.
[source]: Simplify snippet.
[build-system]: Use pyproject-build-system.
[arguments]: Remove trailing #T from build phase.
[propagated-inputs]: Add python-packaging; remove python-matplotlib.
[native-inputs]: Add python-colorama, python-flake8, python-isort,
python-joblib, python-matplotlib, python-pytest, python-pytest-randomly,
python-pytest-xdist, and python-setuptools-scm; remove python-nose and
python-sphinx.
2023-07-07 10:13:57 +02:00
Tobias Geerinckx-Rice 11989e39d7
gnu: mu: Update to 1.10.4.
* gnu/packages/mail.scm (mu): Update to 1.10.4.
[arguments]: Remove old 'fix-build-system phase.
2023-07-02 02:00:06 +02:00
Tobias Geerinckx-Rice a033c0cf99
gnu: corefreq: Update to 1.96.5.
* gnu/packages/linux.scm (corefreq): Update to 1.96.5.
2023-07-02 02:00:06 +02:00
Ricardo Wurmus de3b8684e9
gnu: r-pando: Fix hash.
* gnu/packages/bioinformatics.scm (r-pando)[source]: Update hash.
2023-07-06 23:29:05 +02:00
Ricardo Wurmus df5bf65f26
gnu: bismark: Update to 0.24.1.
* gnu/packages/bioinformatics.scm (bismark): Update to 0.24.1.
[source]: Delete bundled plot.ly.
[arguments]: Use plain list; remove trailing #T from build phases; adjust
'replace-plotly.js phase to account for use of script tags; adjust 'install
phase to install documentation in markdown format; add 'configure phase for
replacing references to tools.
[inputs]: Add bowtie, hisat2, minimap2, and samtools.
2023-07-06 23:29:05 +02:00
Denys Nykula 961ffca1c7
installer: Restore LatGrkCyr-8x16 console font depending on language.
Partially-Fixes: <https://issues.guix.gnu.org/64006>

* gnu/installer/services.scm (system-services->configuration): When the
LANGUAGE environment variable matches a known native console font, wrap the
base services with modify-services, configuring console-font-service-type to
set the native console font on every tty instead of the default console font.

Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2023-07-06 15:38:58 +02:00
Leo Famulari 2426e51688
gnu: linux-libre 5.15: Update to 5.15.20.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.20.
(linux-libre-5.15-pristine-source): Update hash.
2023-07-06 02:25:05 -04:00
Leo Famulari 3016db9550
gnu: linux-libre 6.1: Update to 6.1.38.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.38.
(linux-libre-6.1-pristine-source): Update hash.
2023-07-06 02:25:05 -04:00
Leo Famulari bd928611a0
gnu: linux-libre: Update to 6.3.12.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.12.
(linux-libre-6.3-pristine-source): Update hash.
2023-07-06 02:25:01 -04:00
Leo Famulari db803cce11
gnu: l3afpad: Update to 0.8.18.1.11-0.16f2222.
* gnu/packages/text-editors.scm (l3afpad): Update to 0.8.18.1.11-0.16f2222.
[arguments]: Install the README and the man page.
2023-07-06 00:31:41 -04:00
Nicolas Goaziou 3eb2771784
gnu: python-pikepdf: Update to 7.2.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 7.2.0.
[native-inputs]: Remove PYTHON-SETUPTOOLS, PYTHON-SETUPTOOLS-SCM,
PYTHON-SETUPTOOLS-SCM-GIT-ARCHIVE, PYTHON-TOML, PYTHON-WHEEL.  Add
PYTHON-ATTRS, PYTHON-COVERAGE, PYTHON-HYPOTHESIS, PYTHON-PSUTIL,
PYTHON-PYTEST, PYTHON-PYTEST-COV, PYTHON-PYTEST-TIMEOUT, PYTHON-PYTEST-XDIST,
PYTHON-DATEUTIL, PYTHON-TOMLI.
[propagated-inputs]: Remove PYTHON-LXML.  Add PYTHON-DEPRECATION,
PYTHON-PACKAGING, PYTHON-PILLOW.
2023-07-06 00:44:10 +02:00
flabbergasted bbf6ef5b90
gnu: Add passwdqc.
* gnu/packages/password-utils.scm (passwdqc): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05 23:57:27 +02:00
Z572 07854c91d8
gnu: guile-jsonld: Improve package style.
* gnu/packages/guile-xyz.scm (guile-jsonld): Improve overall indentation.
[propagated-inputs]: Remove labels.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05 23:43:23 +02:00
Z572 ebecfa55d5
gnu: guile-jsonld: Fix build.
* gnu/packages/guile-xyz.scm (guile-jsonld)[propagated-inputs]: Replace GNUTLS
with GUILE-GNUTLS.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-05 23:41:21 +02:00
Nicolas Goaziou 7eba244d89
gnu: emacs-vertico: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-vertico)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:33:15 +02:00
Nicolas Goaziou d051570935
gnu: emacs-vertico: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.4.
2023-07-05 23:33:00 +02:00
Nicolas Goaziou 1c0b591bee
gnu: emacs-tempel: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 0.8.
2023-07-05 23:30:17 +02:00
Nicolas Goaziou fb183300bb
gnu: emacs-osm: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 0.13.
2023-07-05 23:29:05 +02:00
Nicolas Goaziou 43d84e8e74
gnu: emacs-marginalia: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-marginalia)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:26:25 +02:00
Nicolas Goaziou 0e2871f94f
gnu: emacs-marginalia: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 1.3.
2023-07-05 23:26:11 +02:00
Nicolas Goaziou eb0763e61e
gnu: emacs-corfu: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-corfu)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:18:55 +02:00
Nicolas Goaziou e71333460e
gnu: emacs-corfu: Update to 0.37.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.37.
2023-07-05 23:18:37 +02:00
Nicolas Goaziou fd2a3a20d0
gnu: emacs-consult: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-consult)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:15:51 +02:00
Nicolas Goaziou 63b6885bcc
gnu: emacs-consult: Update to 0.35.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.35.
2023-07-05 23:15:30 +02:00
Nicolas Goaziou e0eda455a9
gnu: emacs-clj-refactor: Update to 3.7.0.
* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.0.
2023-07-05 23:13:55 +02:00
Nicolas Goaziou 540c278d06
gnu: emacs-cape: Remove an unused argument in a phase.
* gnu/packages/emacs-xyz.scm (emacs-cape)[arguments]<#:phases>: Remove OUTPUTS argument.
2023-07-05 23:12:27 +02:00
Nicolas Goaziou 0df1549b71
gnu: emacs-cape: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.16.
2023-07-05 23:11:58 +02:00
Efraim Flashner 67c276a870
gnu: libreoffice: Update to 7.5.4.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.4.2.
* gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.4.2.
2023-07-05 18:57:32 +03:00
Timotej Lazar d7f17c6a92
gnu: msmtp: Update to 1.8.24.
* gnu/packages/mail.scm (msmtp): Update to 1.8.24.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-07-05 18:57:32 +03:00
Efraim Flashner 69d051f715
home: Add inputrc service.
* gnu/home/services/shells.scm (home-inputrc-service-type,
home-inputrc-configuration): New variables.
(serialize-inputrc-key-bindings, serialize-inputrc-variables,
serialize-inputrc-conditional-constructs,
serialize-inputrc-extra-content): New procedures.
* doc/guix.texi (Shells Home Services): Document it.
2023-07-05 18:57:32 +03:00
Guillaume Le Vaillant a00e1ee310
gnu: txr: Update to 289.
* gnu/packages/lisp.scm (txr): Update to 289.
2023-07-05 15:05:40 +02:00
Guillaume Le Vaillant 5ee2546f14
gnu: q5go: Update to 2.1.3.
* gnu/packages/games.scm (q5go): Update to 2.1.3.
  [native-inputs]: Add autoconf and automake.
  [arguments]: Delete 'fix-header' phase. 'Update 'fix-configure-script',
  'fix-paths' and 'install-desktop-file' phases.
2023-07-05 15:02:12 +02:00
Efraim Flashner b1ca5e50a4
gnu: kio: Skip another test.
* gnu/packages/kde-frameworks.scm (kio)[arguments]: Adjust custom 'check
phase to skip a test which fails on aarch64-linux.
2023-07-05 09:53:45 +03:00
Efraim Flashner 63f8aab69c
gnu: vim-full: Remove expat linker workaround.
Python has correctly linked with expat for several years now.

* gnu/packages/vim.scm (vim-full)[arguments]: Remove make-flags.
2023-07-05 09:53:11 +03:00
Efraim Flashner 52efe95ac4
gnu: vim: Update to 9.0.1672.
* gnu/packages/vim.scm (vim): Update to 9.0.1672.
[arguments]: Adjust custom 'skip-or-fix-failing-tests to skip another
test.
2023-07-05 09:53:11 +03:00
Vagrant Cascadian 9122736455
gnu: opensbi: Update to 1.3.
* gnu/packages/firmware.scm (opensbi): Update to 1.3.
2023-07-04 14:39:51 -07:00
Mark H Weaver 27976d1bff
gnu: icecat: Update to 102.13.0-guix0-preview1 [security fixes].
Includes fixes for CVE-2023-37201, CVE-2023-37202, CVE-2023-37207,
CVE-2023-37208, and CVE-2023-37211.

* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2023-07-04 16:42:17 -04:00
Leo Famulari 3b630604d1
gnu: linux-libre 6.1: Update to 6.1.37.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.37.
(linux-libre-6.1-pristine-source): Update hash.
2023-07-04 12:30:05 -04:00
Leo Famulari 886edb8e1b
gnu: linux-libre: Update to 6.3.11.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.11.
(linux-libre-6.3-pristine-source): Update hash.
2023-07-04 12:30:05 -04:00
John Kehayias ce4f4c23a5
gnu: darktable: Update to 4.4.1.
* gnu/packages/photo.scm (darktable): Update to 4.4.1.
[phases]{fix-missing-include}: Remove phase as this has been fixed upstream.
2023-07-04 11:27:47 -04:00
Efraim Flashner 1011100868
gnu: local: Register missing patch.
* gnu/local.mk (dist_patch_DATA): Register missing patch.
2023-07-04 12:13:48 +03:00
Roman Scherer ec2b5784ab
gnu: Add cl-postgres+local-time.
The local-time extension for cl-postgres has to be put in a separate package
to solve a dependency cycle between local-time and postmodern.

* gnu/packages/lisp-xyz.scm (sbcl-local-time)[arguments]: Add
  'delete-local-time' phase.
  (sbcl-cl-postgres+local-time): New variable.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-04 10:40:27 +02:00
Guillaume Le Vaillant 9a3cd4a969
gnu: p2pool: Update to 3.5.
* gnu/packages/finance.scm (p2pool): Update to 3.5.
2023-07-04 10:07:58 +02:00
Ahmad Draidi 09d31e3b09
gnu: xmrig: Update to 6.20.0.
* gnu/packages/finance.scm (xmrig): Update to 6.20.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-07-04 09:46:37 +02:00
Navid Afkhami cf7e0267ad
gnu: Add python-cesium.
* gnu/packages/python-xyz.scm (python-cesium): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-07-03 17:57:53 +02:00
Navid Afkhami 07f083e94f
gnu: Add python-gatspy.
* gnu/packages/bioinformatics.scm (python-gatspy): New variable.
2023-07-03 17:45:48 +02:00
Ricardo Wurmus f821c06b67
gnu: Add python-astroml.
* gnu/packages/astronomy.scm (python-astroml): New variable.
2023-07-03 17:45:48 +02:00
Ricardo Wurmus c66e5ef5f9
gnu: cutadapt: Update to 4.0.
* gnu/packages/bioinformatics.scm (cutadapt): Update to 4.0.
[build-system]: Use pyproject-build-system.
[arguments]: Disable a single test; remove 'always-cythonize build phase; add
phase 'fix-test.
[native-inputs]: Add python-pytest-mock and python-pytest-timeout.
2023-07-03 16:37:45 +02:00
Ricardo Wurmus cb15c60d35
gnu: python-dnaio: Update to 0.10.0.
* gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.10.0.
[arguments]: Disable tests, because they don't exist.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools-scm; move python-xopen from here...
[propagated-inputs]: ...to here.
2023-07-03 16:36:53 +02:00
Ricardo Wurmus 1b956b17b2
gnu: python-xopen: Update to 1.7.0.
* gnu/packages/python-xyz.scm (python-xopen): Update to 1.7.0.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add pigz, python-isal, and python-typing-extensions; move
python-setuptools-scm from here...
[native-inputs]: ...to here; add python-pytest and python-pytest-timeout.
[description]: Reflow.
2023-07-03 16:35:48 +02:00
Ricardo Wurmus d56a6fa9b2
gnu: python-isal: Update to 1.1.0.
* gnu/packages/python-compression.scm (python-isal): Update to 1.1.0.
[build-system]: Use pyproject-build-system.
2023-07-03 16:07:54 +02:00
Navid Afkhami 669f0eaed6
gnu: Add r-dtmm.
* gnu/packages/bioinformatics.scm (r-dtmm): New variable.
2023-07-03 13:42:47 +02:00
Navid Afkhami 29ccd7cac9
gnu: Add r-fsa.
* gnu/packages/cran.scm (r-fsa): New variable.
2023-07-03 10:00:16 +02:00
Navid Afkhami 9dda8cdde5
gnu: Add r-dicekriging.
* gnu/packages/cran.scm (r-dicekriging): New variable.
2023-07-03 09:59:55 +02:00
Navid Afkhami 11651fbf7f
gnu: Add r-cellid.
* gnu/packages/bioconductor.scm (r-cellid): New variable.
2023-07-03 09:58:57 +02:00
Navid Afkhami 6398fa7860
gnu: Add r-dunn-test.
* gnu/packages/cran.scm (r-dunn-test): New variable.
2023-07-03 09:57:56 +02:00
Navid Afkhami 896c872306
gnu: Add r-ggfittext.
* gnu/packages/cran.scm (r-ggfittext): New variable.
2023-07-03 09:57:15 +02:00
Navid Afkhami 4ef4de633c
gnu: Add r-tidyft.
* gnu/packages/cran.scm (r-tidyft): New variable.
2023-07-03 09:57:15 +02:00
Navid Afkhami cd7900c71f
gnu: Add r-emoa.
* gnu/packages/cran.scm (r-emoa): New variable.
2023-07-03 09:56:41 +02:00
Navid Afkhami aae5f41b36
gnu: Add r-mlrmbo.
* gnu/packages/cran.scm (r-mlrmbo): New variable.
2023-07-03 09:56:14 +02:00
Navid Afkhami 3f055028ac
gnu: Add r-mlr.
* gnu/packages/cran.scm (r-mlr): New variable.
2023-07-03 09:47:15 +02:00
Navid Afkhami 155e3f2e87
gnu: Add r-parallelmap.
* gnu/packages/cran.scm (r-parallelmap): New variable.
2023-07-03 09:45:16 +02:00
Navid Afkhami 143ecd555a
gnu: Add r-smoof.
* gnu/packages/cran.scm (r-smoof): New variable.
2023-07-03 09:44:15 +02:00
Navid Afkhami 828f75ce75
gnu: Add r-paramhelpers.
* gnu/packages/cran.scm (r-paramhelpers): New variable.
2023-07-03 09:43:43 +02:00
Ricardo Wurmus eb55223e28
gnu: r-v8: Update to 4.3.1.
* gnu/packages/cran.scm (r-v8): Update to 4.3.1.
[properties]: Let updater ignore libnode.
2023-07-03 09:36:31 +02:00
Danny Milosavljevic 08649cfcd4
gnu: jbr: Make big cursors work.
* gnu/packages/patches/jbr-17-xcursor-no-dynamic.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (jbr17)[source]<#:patches>: Add it.
2023-07-03 03:09:30 +02:00
Danny Milosavljevic 6cdab8fd09
gnu: Add jbr.
* gnu/packages/java.scm (jbr17): New variable.
2023-07-03 00:01:29 +02:00
Hartmut Goebel 246445b20d
gnu: nextcloud-client: Update to 3.8.2.
* gnu/packages/sync.scm (nextcloud-client): Update to 3.8.2.
[snippets]: Keep 3rd-party files from kirigami. Remove more references of
deleted 3rd parties.  Adjust substitute for new code.
[configure-flags]: Disable building the updater.
[phases]<patch-cmake>: Adjust substitute for new code.
<check>: Use custom phase to disable a failing test.
[inputs]: Add dbus and karchive.
[native-inputs]: Add librsvg-for-system.
2023-07-02 20:40:59 +02:00
Hartmut Goebel 1d471bbe44
gnu: podman: Fix path to helper binaries.
'quadlet' and 'rootlessport' coming with podman reside in
"#$output/libexex/podman", not in "#$output/bin".  Thus search this
first.

* gnu/packages/containers.scm (podman)[phases]<fix-hardcoded-paths>:
  Change subsitution for "/usr/local/libexec/podman", add substitution
  for "/usr/local/lib/podman".
2023-07-02 20:27:22 +02:00
Cory Fields 39a3251feb
gnu: llvm: make clang-make-toolchain public
Matches gcc-make-toolchain. Allow for llvm build to be patched.

* gnu/packages/llvm.scm: make clang-make-toolchain public

Signed-off-by: Carl Dong <contact@carldong.me>
2023-07-02 13:12:02 -04:00
Vagrant Cascadian a919a16898
gnu: python-pyelftools: Update to 0.29.
* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.29.
2023-07-01 18:57:33 -07:00
Nicolas Graves c4a836f65d
gnu: Add python-tree-sitter.
* gnu/packages/tree-sitter.scm (python-tree-sitter): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Reviewed-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
2023-07-01 23:38:27 +02:00
Hilton Chain 5da45e54c5
gnu: Add miniflux.
* gnu/packages/web.scm (miniflux): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 74adc15787
gnu: Add go-github-com-rylans-getlang.
* gnu/packages/golang.scm (go-github-com-rylans-getlang): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 8e755ae077
gnu: Add go-github-com-matrix-org-gomatrix.
* gnu/packages/golang.scm (go-github-com-matrix-org-gomatrix): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 7c9265c46f
gnu: Add go-github-com-go-telegram-bot-api-telegram-bot-api.
* gnu/packages/golang.scm (go-github-com-go-telegram-bot-api-telegram-bot-api): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain ae93b542b2
gnu: Add go-github-com-technoweenie-multipartstreamer.
* gnu/packages/golang.scm (go-github-com-technoweenie-multipartstreamer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain 71a2821105
gnu: Add go-github-com-tdewolff-minify-v2.
* gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain ac481a0050
gnu: Add go-github-com-tdewolff-parse-v2.
* gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:27 +02:00
Hilton Chain b7708699d9
gnu: Add go-github-com-tdewolff-test.
* gnu/packages/golang.scm (go-github-com-tdewolff-test): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Hilton Chain f52a41ab97
gnu: Add go-github-com-coreos-go-oidc.
* gnu/packages/golang.scm (go-github-com-coreos-go-oidc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Hilton Chain 9e9d73333d
gnu: Add go-gopkg-in-square-go-jose-v2.
* gnu/packages/golang.scm (go-gopkg-in-square-go-jose-v2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Hilton Chain f69e7eaf73
gnu: Add go-github-com-pquerna-cachecontrol.
* gnu/packages/golang.scm (go-github-com-pquerna-cachecontrol): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Bruno Victal a3363e50cf
gnu: mympd: Update to 10.3.3.
* gnu/packages/mpd.scm (mympd): Update to 10.3.3.
<arguments>: Honor 'strip phase.
<native-inputs>: Add missing pkg-config.
<description>: Reword it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Greg Hogan 740b423e9e
gnu: cabextract: Update to 1.11.
* gnu/packages/compression.scm (cabextract): Update to 1.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Greg Hogan f8c442e1ae
gnu: libmspack: Update to 0.11.
* gnu/packages/compression.scm (libmspack): Update to 0.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Feng Shu 2fd7edf41f
gnu: Remove duplicate import.
* gnu/packages/wm.scm: Remove duplicate (gnu packages gettext) import.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:26 +02:00
Antero Mejr 0dc8d4f8f0
gnu: Add plan9port.
* gnu/packages/plan9.scm (plan9port): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Andy Tai 2a723922ac
gnu: Add neon2sse
* gnu/packages/assembly.scm (neon2sse): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Vessel Vave f9bb27b9b0
gnu: Add swayfx.
* gnu/packages/wm.scm (swayfx): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Timo Wilken d6ca51d82a
gnu: php: Enable sysvsem module.
Nextcloud 26 strongly recommends installing this module.

* gnu/packages/php.scm: (php)[arguments]: Add "--enable-sysvsem" configure
  flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Z572 209c892ebe
gnu: zita-alsa-pcmi: Use new style for arguments.
* gnu/packages/audio.scm(zita-alsa-pcmi)[arguments]: Use
G-Expressions.  Delete trailing #ts.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Z572 42951e7c86
gnu: zita-alsa-pcmi: fix cross-build.
* gnu/packages/audio.scm (zita-alsa-pcmi): fix cross-build.
[arguments]: use CXX-FOR-TARGET.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Z572 3570d092ac
gnu: zita-alsa-pcmi: Do not build with "-march=native".
* gnu/packages/audio.scm (zita-alsa-pcmi): Do not build with "-march=native".
[arguments]<#:phases>: remove '-march=native' form source/Makefile.
[properties]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01 23:38:25 +02:00
Nicolas Goaziou 76e39909e8
Revert "gnu: nix: Use HTTPS for package source."
This reverts commit cdb3cd4afa.

Wrong patch revision.
2023-07-01 16:04:51 +02:00
Nicolas Goaziou f3e9dfc547
Revert "gnu: nix: Update to 2.16.0."
This reverts commit 554d46882b.

Wrong patch revision.
2023-07-01 16:04:29 +02:00
Nicolas Goaziou 196977fb64
Revert "gnu: Add rapidcheck."
This reverts commit 4236e24cb9.

Wrong patch revision.
2023-07-01 16:03:58 +02:00
Zhu Zihao cdb3cd4afa
gnu: nix: Use HTTPS for package source.
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:49:05 +02:00
Zhu Zihao 554d46882b
gnu: nix: Update to 2.16.0.
* gnu/packages/package-management.scm (nix): Update to 2.16.0.
[inputs]: Add nlohmann-json.
[native-inputs]: Add rapidcheck.
[arguments]<#:phases>: In phase "check", change the value of environment
variable  "NIX_STORE" to "/nix/store" temporarily.

* gnu/packages/patches/nix-dont-build-html-doc.diff: Update.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:48:55 +02:00
Zhu Zihao 4236e24cb9
gnu: Add rapidcheck.
* gnu/packages/check.scm (rapidcheck): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:48:09 +02:00
Denis 'GNUtoo' Carikli a02e3503e5
gnu: Add font-velvetyne-jgs.
* gnu/packages/fonts.scm (font-velvetyne-jgs): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 15:48:04 +02:00
Liliana Marie Prikler 889e1dbae3
gnu: catch2: Use correct configure flag to disable errors.
* gnu/packages/check.scm (catch2)[#:configure-flags]: Replace
“-DENABLE_ERROR=OFF” with “-DCATCH_ENABLE_WERROR=OFF”.
2023-07-01 12:26:49 +02:00
David Elsing f08754626c
gnu: catch2: Update to 3.3.2.
* gnu/packages/check.scm (catch2-3.1): Rename to catch2-3.3.
[version, source]: Update to 3.3.2.
[outputs]: Remove ‘doc’.
[build-system]: Use cmake-build-system.
[arguments]: Remove special phases.  Add CMake options to #:configure-flags.
* gnu/packages/potassco.scm (clingo): Adjust accordingly.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 770f4ef198
gnu: clingo: Unbundle dependencies.
* gnu/packages/potassco.scm: (clingo)[#:phases]: Patch CMakeLists.txt files to
use external dependencies.
[native-inputs]: Add mpark-variant, tl-optional, tsl-hopscotch-map,
tsl-ordered-map and tsl-sparse-map.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 1a86c362a1
gnu: Add tl-optional.
* gnu/packages/cpp.scm (tl-optional): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 25045bec67
gnu: Add tsl-ordered-map.
* gnu/packages/cpp.scm (tsl-ordered-map): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 53ade735cf
gnu: Add tsl-sparse-map.
* gnu/packages/cpp.scm (tsl-sparse-map): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:20 +02:00
David Elsing 33e2996375
gnu: Add tsl-hopscotch-map.
* gnu/packages/cpp.scm (tsl-hopscotch-map): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:19 +02:00
David Elsing 6ff3c359e7
gnu: Add mpark-variant.
* gnu/packages/cpp.scm (mpark-variant): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-01 11:53:19 +02:00
Nicolas Goaziou 0260ce463e
gnu: font-intel-one-mono: Update to 1.2.1.
* gnu/packages/fonts.scm (font-intel-one-mono): Update to 1.2.1.
2023-07-01 11:18:00 +02:00
Saku Laesvuori via Guix-patches via 3d55a6b5db
gnu: Add yle-dl.
* gnu/packages/video.scm (yle-dl): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:13:47 +02:00
wrobell d8c89606fc
gnu: erlang: Fix Erlang package substitutions.
* gnu/packages/erlang.scm (erlang)[arguments]<#:phases>: Both `dirname` and
`basename` need to be substituted. There is no need for `sed` substitution in
Erlag 25.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:04:18 +02:00
Hilton Chain 6789c4f3cb
gnu: Add qbittorrent-enhanced-nox.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 11:02:21 +02:00
Hilton Chain via Guix-patches via 3880bfe5a9
gnu: Add qbittorrent-enhanced.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
2023-07-01 11:01:38 +02:00
Wamm K. D 2c83ccc609
gnu: Add pantheon-wallpapers.
* gnu/packages/pantheon.scm (pantheon-wallpapers): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:56:16 +02:00
gemmaro d3eebaf71d
gnu: Add font-intel-one-mono
* gnu/packages/fonts.scm (font-intel-one-mono): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:54:53 +02:00
Rikard Nordgren 9c0d8c44ba
gnu: Add greaseweazle-host-tools.
* gnu/packages/disk.scm (greaseweazle-host-tools): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:48:04 +02:00
Wolf 8c8ca87c19
gnu: Add font-ipa.
* gnu/packages/fonts.scm (font-ipa): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:44:26 +02:00
Tobias Kortkamp 14d4ff6cae
gnu: password-store: Fix program name in usage and tmpdir.
* gnu/packages/password-utils.scm (password-store): Fix program name in
usage and tmpdir.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:40:11 +02:00
Felix Lechner via Guix-patches via 244baa607d
gnu: tpm2-tools: New variable
* gnu/packages/hardware.scm (tpm-tools): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:38:03 +02:00
Vinicius Monego 89e1c97682
gnu: python-plotly: Update to 5.14.1.
* gnu/packages/graph.scm (python-plotly): Update to 5.14.1.
2023-07-01 10:31:14 +02:00
Vinicius Monego 925ef60b66
gnu: python-plotly: Fix version.
* gnu/packages/graph.scm (python-plotly)[arguments]: In the fix-version phase,
substitute the correct version string.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:31:06 +02:00
Spencer Skylar Chan afab4dd869
gnu: whoogle-search: Update to 0.8.2.
* gnu/packages/python-web.scm (whoogle-search): Update to 0.8.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:22:13 +02:00
Wamm K. D a38872978e
gnu: Add show-me-the-key.
* gnu/packages/xdisorg.scm (show-me-the-key): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01 10:21:07 +02:00
Benjamin 92d05b79e8
gnu: neovim: Update to 0.9.1.
* gnu/packages/vim.scm (neovim): Update to 0.9.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:21 +01:00
Andy Tai 6a4592d32c
gnu: xpra: Update to 4.4.6.
* gnu/packages/xorg.scm (xpra): Update to 4.4.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:21 +01:00
hako 063aa5b318
gnu: libssh: Update to 0.10.5.
* gnu/packages/ssh.scm (libssh): Update to 0.10.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:21 +01:00
Juliana Sims 44636fd92d
gnu: qpwgraph: Update to 0.4.4.
* gnu/packages/audio.scm (qpwgraph): Update to 0.4.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:09:17 +01:00
Hilton Chain f7b889e445
gnu: public-suffix-list: Update to 0-2.d2d3e2e.
* gnu/packages/dns.scm (public-suffix-list): Update to 0-2.d2d3e2e.
[build-system]: Switch to copy-build-system.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:02:02 +01:00
Timotej Lazar 3afbef08e6
gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].
* gnu/packages/admin.scm (tcpdump): Update to 4.99.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-07-01 08:01:35 +01:00
Christopher Baines e11e47ce2b
gnu: guile-squee: Update to 0-5.9f26095.
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-5.9f26095.
[arguments]: Update style.
2023-07-01 07:57:54 +01:00
Arjan Adriaanse 356c0009d4
gnu: python-matrix-nio: Update to 0.20.2.
* gnu/packages/matrix.scm (python-matrix-nio): Update to 0.20.2.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-07-01 08:13:18 +04:00
Arjan Adriaanse f705d382c3
gnu: python-aiofiles: Update to 23.1.0.
* gnu/packages/python-xyz.scm (python-aiofiles): Update to 23.1.0.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-07-01 08:13:07 +04:00
Nicolas Goaziou f060b3a1fc
gnu: emacs-tramp: Update to 2.6.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.1.
2023-07-01 01:06:00 +02:00
Nicolas Goaziou 6141a0159c
gnu: emacs-org: Update to 9.6.7.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.7.
2023-07-01 00:57:48 +02:00
Nicolas Goaziou 58346c4206
gnu: emacs-logos: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.1.
2023-07-01 00:56:29 +02:00
Nicolas Goaziou 4d6350c212
gnu: emacs-git-timemachine: Update to 4.13.
* gnu/packages/emacs-xyz.scm (emacs-git-timemachine): Update to 4.13.
[source]: Remove ".git" suffix.
2023-07-01 00:53:12 +02:00
Nicolas Goaziou 19450a62c6
gnu: emacs-evil-nerd-commenter: Update to 3.6.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.1.
2023-07-01 00:50:49 +02:00
Nicolas Goaziou fec5d8925b
gnu: emacs-evil-matchit: Update to 3.0.2.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.2.
2023-07-01 00:49:15 +02:00
Nicolas Goaziou 9e8da0b338
gnu: emacs-elixir-mode: Update to 2.5.0.
* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.5.0.
2023-07-01 00:48:02 +02:00
Nicolas Goaziou ce2804c581
gnu: emacs-ef-themes: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-ef-themes): Update to 1.2.0.
2023-07-01 00:45:58 +02:00
Nicolas Goaziou 04a151dfff
gnu: emacs-dtrt-indent: Update to 1.11.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.11.
2023-07-01 00:44:56 +02:00
Nicolas Goaziou d14a83ace2
gnu: emacs-clojure-mode: Update to 5.16.1.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.1.
2023-07-01 00:42:40 +02:00
Tobias Geerinckx-Rice 4b2a2161a5
gnu: opensmtpd: Update to 7.3.0p1.
* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p1.
[inputs]: Replace openssl with now-working libressl.
2023-06-30 19:47:43 +02:00
Tobias Geerinckx-Rice 023ff65146
gnu: opensmtpd: Build with OpenSSL.
When building with libressl, smtpd will silently segfault in libtls.so.

* gnu/packages/mail.scm (opensmtpd)[inputs]: Replace libressl with
openssl.
2023-06-30 19:16:01 +02:00
Tobias Geerinckx-Rice 902a48e0d3
gnu: Remove libasr.
It has been subsumed by OpenSMTPd and is otherwise unused.

See <https://issues.guix.gnu.org/64271>.

* gnu/packages/dns.scm (libasr): Delete variable.
* gnu/packages/mail.scm (opensmtpd)[inputs]: Remove it to use the
bundled ‘copy’.
2023-06-30 17:02:23 +02:00
Efraim Flashner 63d555cd0c
gnu: toot: Update to 0.37.0.
* gnu/packages/mastodon.scm (toot): Update to 0.37.0.
[native-inputs]: Add python-psycopg2.
2023-06-30 14:11:42 +03:00
Efraim Flashner 480d37f94a
gnu: git-annex: Update to 10.20230626.
* gnu/packages/haskell-apps.scm (10.20230626): Update to 10.20230626.
2023-06-30 14:11:42 +03:00
Efraim Flashner 0feead09f0
gnu: weechat: Update to 4.0.0.
* gnu/packages/irc.scm (weechat): Update to 4.0.0.
[arguments]: Adjust the configure-flags to continue enable building the
docs.
2023-06-30 14:11:42 +03:00
Navid Afkhami 94ac93042f
gnu: Add rscape.
* gnu/packages/bioinformatics.scm (rscape): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-06-29 22:25:35 +02:00
Leo Famulari 06d8000591
gnu: linux-libre 4.14: Update to 4.14.320.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.320.
(linux-libre-4.14-pristine-source): Update hash.
2023-06-29 15:41:28 -04:00
Leo Famulari 79febc5743
gnu: linux-libre 4.19: Update to 4.19.288.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.288.
(linux-libre-4.19-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari de646bd5da
gnu: linux-libre 5.4: Update to 5.4.249.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.249.
(linux-libre-5.4-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari d67dfb9cd1
gnu: linux-libre 5.10: Update to 5.10.186.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.186.
(linux-libre-5.10-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari 5535292f9c
gnu: linux-libre 5.15: Update to 5.15.119.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.119.
(linux-libre-5.15-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari 7ee27b16d2
gnu: linux-libre 6.1: Update to 6.1.36.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.36.
(linux-libre-6.1-pristine-source): Update hash.
2023-06-29 15:41:27 -04:00
Leo Famulari 6ff8253807
gnu: linux-libre: Update to 6.3.10.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.10.
(linux-libre-6.3-pristine-source): Update hash.
2023-06-29 15:41:23 -04:00
Arun Isaac d4e9ad2d42
gnu: python-pandas-flavor: Update to 0.5.0.
* gnu/packages/python-science.scm (python-pandas-flavor): Update to 0.5.0.
[propagated-inputs]: Add python-lazy-loader and python-packaging.
[home-page]: Update.
2023-06-29 17:01:56 +01:00
Arun Isaac 8c655cec9d
gnu: Add python-lazy-loader.
* gnu/packages/python-xyz.scm (python-lazy-loader): New variable.
2023-06-29 17:01:50 +01:00
John Kehayias 2b25bc03a1
gnu: imgui-1.86: Adjust make-flags.
* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the
"-DImDrawIdx=unsigned int" make-flag which breaks the display of mangohud, the
only dependent.
2023-06-29 10:51:57 -04:00
John Kehayias 15056f47c2
gnu: imgui: Use #:make-flags.
* gnu/packages/toolkits.scm (imgui)[arguments]: Add #:make-flags to replace
compiler arguments in the 'build phase.
2023-06-29 10:51:47 -04:00
Ricardo Wurmus 10ff8ff4b5
gnu: r-pando: Update to 1.0.5.
* gnu/packages/bioinformatics.scm (r-pando): Update to 1.0.5.
[propagated-inputs]: Remove r-brms and r-xgboost; add r-grr and
r-matrixgenerics.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus be42a9f5eb
gnu: Add python-rasterio.
* gnu/packages/python-xyz.scm (python-rasterio): New variable.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus b68bf7d3da
gnu: Add python-affine.
* gnu/packages/python-xyz.scm (python-affine): New variable.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus a4aadeef9c
gnu: Add python-snuggs.
* gnu/packages/python-xyz.scm (python-snuggs): New variable.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus 8e1eeedff6
gnu: openjdk19: Update to 19.0.2.
* gnu/packages/java.scm (openjdk19): Update to 19.0.2.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus 2a7ca17068
gnu: python-distributed: Disable timeout test.
* gnu/packages/python-science.scm (python-distributed)[arguments]: Disable
test_nanny_timeout, because it times out.
2023-06-29 12:01:22 +02:00
Ricardo Wurmus 1e9a59bb54
gnu: python-threadpoolctl: Update to 3.1.0.
* gnu/packages/machine-learning.scm (python-threadpoolctl): Update to 3.1.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase.
[native-inputs]: Add python-flit-core.
2023-06-29 12:01:21 +02:00
Andre A. Gomes b24a05830d
gnu: nyxt: Update to 3.3.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.3.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-06-28 16:51:36 +02:00
Hilton Chain a98126e604
gnu: emacs-wanderlust: Update to 2.15.9-791.8369b2d.
* gnu/packages/emacs-xyz.scm (emacs-wanderlust): Update to 2.15.9-791.8369b2d.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-28 07:40:38 +04:00
Hilton Chain c8f280c9ef
gnu: emacs-flim-lb: Update to 1.14.9-136.2cf5a78.
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-136.2cf5a78.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-28 07:40:38 +04:00
Hilton Chain 5f7b7d1c61
gnu: Add emacs-spamfilter-el.
* gnu/packages/emacs-xyz.scm (emacs-spamfilter-el): New variable.
(emacs-wanderlust)[inputs]: Add emacs-spamfilter-el.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-28 07:40:37 +04:00
John Kehayias 63660f0feb
services: pam-limits: Add lightdm.
Without this a user's pam-limits-service-type configuration does not have an
effect when using lightdm.

* gnu/services/base.scm (pam-limits-service-type): Add "lightdm" to the list.
2023-06-27 15:43:27 -04:00
Ricardo Wurmus ac86174e22
gnu: Add gmt.
* gnu/packages/geo.scm (gmt): New variable.
2023-06-26 21:41:16 +02:00
Ricardo Wurmus 2a52c87d98
gnu: python-geopandas: Update to 0.13.2.
* gnu/packages/geo.scm (python-geopandas): Update to 0.13.2.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase; add #:test-flags.
[propagated-inputs]: Add python-packaging.
2023-06-26 21:41:16 +02:00
Ricardo Wurmus 0578efa521
gnu: python-fiona: Update to 1.9.4.post1.
* gnu/packages/geo.scm (python-fiona): Update to 1.9.4.post1.
[propagated-inputs]: Remove python-munch, python-setuptools, and python-pytz;
add python-importlib-metadata.
[native-inputs]: Add python-pytz.
2023-06-26 21:41:16 +02:00
Leo Famulari c585b14ae8
gnu: linux-libre 4.14: Update to 4.14.319.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.319.
(linux-libre-4.14-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari a3d60cfc2d
gnu: linux-libre 4.19: Update to 4.19.287.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.287.
(linux-libre-4.19-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari 932bf4db44
gnu: linux-libre 5.4: Update to 5.4.248.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.248.
(linux-libre-5.4-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari 147bdb21d6
gnu: linux-libre 5.10: Update to 5.10.185.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.185.
(linux-libre-5.10-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari be39ebc4a8
gnu: linux-libre 5.15: Update to 5.15.118.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.118.
(linux-libre-5.15-pristine-source): Update hash.
2023-06-26 12:43:36 -04:00
Leo Famulari 5f2df9d814
gnu: linux-libre 6.1: Update to 6.1.35.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.35.
(linux-libre-6.1-pristine-source): Update hash.
2023-06-26 12:43:35 -04:00
Leo Famulari 8db3d616e7
gnu: linux-libre: Update to 6.3.9.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.9.
(linux-libre-6.3-pristine-source): Update hash.
2023-06-26 12:43:25 -04:00
Danny Milosavljevic 05a7f7bf6e
gnu: nvc: Update to 1.9.2.
* gnu/packages/fpga.scm (nvc): Update to 1.9.2.
2023-06-26 17:53:46 +02:00
Janneke Nieuwenhuizen 1bc878ded2
gnu: dezyne: Update to 2.17.3.
* gnu/packages/patches/dezyne-add-missing-shebangs.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/dezyne.scm (dezyne): Update to 2.17.3.
[source]: Remove patch, update hash.
2023-06-26 13:25:06 +02:00
Ricardo Wurmus 04c6fc9b90
gnu: Add r-rnaturalearthdata.
* gnu/packages/cran.scm (r-rnaturalearthdata): New variable.
2023-06-26 12:34:36 +02:00
Ricardo Wurmus c3446354a9
gnu: Add r-rnaturalearth.
* gnu/packages/cran.scm (r-rnaturalearth): New variable.
2023-06-26 12:34:35 +02:00
Ricardo Wurmus 75f24d40fd
gnu: Add r-rnaturalearthhires.
* gnu/packages/geo.scm (r-rnaturalearthhires): New variable.
2023-06-26 12:34:35 +02:00
Felix Gruber 23f02e6f96
gnu: python-cftime: Update to 1.6.2.
* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
[build-system]: Use pyproject-build-system.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 10:10:48 +01:00
Timotej Lazar fdeb7adaed
gnu: mupdf: Update to 1.22.2.
* gnu/packages/pdf.scm (mupdf): Update to 1.22.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 10:09:47 +01:00
Andy Tai fd851660db
gnu: kdenlive: Update to 23.04.2
* gnu/packages/kde.scm (kdenlive): Update to 23.04.2

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:54 +01:00
Andy Tai 040926ece5
gnu: parallel: Update to 20230622.
* gnu/packages/parallel.scm (parallel): Update to 20230622.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:35 +01:00
Andy Tai 7638881469
gnu: a2ps: Update to 4.15.5.
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
guix-patches--- via 102cbfd97c
gnu: aerc: Update to 0.15.2.
* gnu/packaging/mail.scm (aerc): Update to 0.15.2.
[arguments]: Tweak build flags and make command.
[inputs]: Add python and python-vobject.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
guix-patches--- via acec1348fb
gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0.
* gnu/packages/golang.scm (go-git-sr-ht-rockorager-tcell-term): Update to
0.9.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:10 +01:00
Andy Tai e11cf1d859
gnu: patchwork: Update to 3.1.1.
* gnu/packages/patchutils.scm (patchwork): Update to 3.1.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:59:07 +01:00
kiasoc5 ac3906fe00
gnu: mako: Update to 1.8.0.
* gnu/packages/wm.scm (mako): Update to 1.8.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:52:08 +01:00
kiasoc5 6c3a38442b
gnu: fuzzel: Update to 1.9.1.
* gnu/packages/xdisorg.scm (fuzzel): Update to 1.9.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:51:44 +01:00
gemmaro 93a5378b00
gnu: ruby-atoulme-saikuro: Enable tests.
* gnu/packages/ruby.scm (ruby-atoulme-saikuro)
[propagated-inputs]: Add ruby-irb-1.1.1 and ruby-e2mmap.
[arguments]: Enable tests.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:47:16 +01:00
gemmaro 54e083cef1
gnu: Add ruby-irb@1.1.1.
* gnu/packages/ruby.scm (ruby-irb-1.1.1): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-26 09:47:10 +01:00
Guillaume Le Vaillant e85593b36b
gnu: liquid-dsp: Update to 1.6.0.
* gnu/packages/radio.scm (liquid-dsp): Update to 1.6.0.
  [arguments]: Update 'delete-static-library' phase.
2023-06-26 09:52:51 +02:00
Greg Hogan 269cfe341f
gnu: aws-sdk-cpp: Update to 1.9.306.
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.9.306.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:04 +02:00
Greg Hogan 7e60061da3
gnu: aws-lc: Fix tests.
* gnu/packages/tls.scm (aws-lc)[native-inputs]: Add libfaketime.
[arguments]<#:phases>: Replace and wrap 'check with faketime due to
certificate expiration.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:04 +02:00
Paul A. Patience 5cf9880dd4
gnu: python-trimesh: Update to 3.22.1.
* gnu/packages/python-science.scm (python-trimesh): Update to 3.22.1.
[arguments]<#:phases>: Update path in 'fix-build' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Greg Hogan 81cad57709
gnu: fswatch: Update to 1.17.1.
* gnu/packages/monitoring.scm (fswatch): Update to 1.17.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Vincent Prat e3f8e05c80
gnu: python-mypy-extensions: Fix style
* gnu/packages/python-check.scm (python-mypy-extensions): Fix style

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Vincent Prat 52fd420877
gnu: python-mypy-extensions: Update to 1.0.0
* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.0.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Z572 15b731954b
gnu: oneapi-dnnl: Fix building on riscv64-linux.
'CMake Error at src/cpu/rv64/CMakeLists.txt:36 (message):
  Only sequential runtime is now supported for a RISC-V CPU'.

* gnu/packages/machine-learning.scm (oneapi-dnnl)[arguments]: Adjust
configure-flags when building for riscv64-linux to fix build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Ludovic Courtès 6c0e7b2665
services: Validate 'provision' field of <shepherd-service>.
Fixes <https://issues.guix.gnu.org/63979>.

* gnu/services/shepherd.scm (validate-provision): New procedure.
(<shepherd-service>)[provision]: Use it.

Co-authored-by: Bruno Victal <mirai@makinata.eu>
2023-06-25 23:46:03 +02:00
Paul A. Patience d08cb9bf44
gnu: nomad-optimizer: Fix build.
* gnu/packages/maths.scm (nomad-optimizer)
[arguments]<#:phases>: Remove 'delete-superfluous-egg-info' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Paul A. Patience bdf3d621bf
gnu: mmg: Update to 5.7.1.
* gnu/packages/graphics.scm (mmg): Update to 5.7.1.
[arguments]<#:configure-flags>: Set -DCMAKE_INSTALL_MANDIR. Add
-DBUILD_DOC=ON and -DUSE_SCOTCH=ON, the defaults of which changed since
the last version. Scotch is still autodetected, but explicitly enabling
it causes the configuration to fail if it is not found.
<#:phases>: Do not copy the manual pages, because the build now does it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-25 23:46:03 +02:00
Sharlatan Hellseher 41e8726c89
gnu: Add python-msgspec.
* gnu/packages/serialization.scm (python-msgspec): New variable.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-06-25 18:20:43 -03:00
Vinicius Monego c55611ff3f
gnu: Add python-pymc.
* gnu/packages/statistics.scm (python-pymc): New variable.
2023-06-25 10:48:07 -03:00
Vinicius Monego cbcab52fd1
gnu: Add python-pytensor.
* gnu/packages/python-science.scm (python-pytensor): New variable.
2023-06-25 10:48:05 -03:00
Vinicius Monego 4d9d673a86
gnu: Add python-fastprogress.
* gnu/packages/python-xyz.scm (python-fastprogress): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego 514856e1aa
gnu: Add python-arviz.
* gnu/packages/statistics.scm (python-arviz): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego a38f5a71ad
gnu: Add python-xarray-einstats.
* gnu/packages/python-science.scm (python-xarray-einstats): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego b08a1f3ce1
gnu: python-xarray: Update to 2023.6.0.
* gnu/packages/python-science.scm (python-xarray): Update to 2023.6.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the check phase.
2023-06-25 10:43:22 -03:00
Vinicius Monego 6bc2fbc14c
gnu: Add python-einops.
* gnu/packages/python-science.scm (python-einops): New variable.
2023-06-25 10:43:22 -03:00
Vinicius Monego fa214b27cf
gnu: Add python-altair.
* gnu/packages/statistics.scm (python-altair): New variable.
2023-06-25 10:43:21 -03:00
Vinicius Monego 64e5e17d8c
gnu: Add python-vega-datasets.
* gnu/packages/statistics.scm (python-vega-datasets): New variable.
* gnu/packages/patches/python-vega-datasets-remove-la-riots-code.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
2023-06-25 10:43:18 -03:00
Liliana Marie Prikler c210dbe43e
gnu: recutils: Symlink bash loadables.
This makes it so that the "enable" builtin finds readrec and testrec without
having to supply the full store path.

* gnu/packages/databases.scm (recutils)[#:phases]: Add
‘symlink-bash-loadables’.
2023-06-25 14:27:59 +02:00
Liliana Marie Prikler 5abcfe7a79
gnu: cambalache: Update to 0.12.0.
* gnu/packages/gnome.scm (cambalache): Update to 0.12.0.
[arguments]<#:tests?>: Disable.
<#:phases>: Adjust ‘patch-build’ accordingly.  Add ‘fake-cc’.
[inputs]: Add gtksourceview-4 and python-pycairo.
Replace webkitgtk-with-libsoup2 with webkitgtk and webkitgtk-next.
[native-inputs]: Add weston.
2023-06-25 14:27:59 +02:00
Sughosha bf164e8d37
gnu: tracker-miners: Add search path for TRACKER_CLI_SUBCOMMANDS_DIR.
* gnu/packages/gnome.scm (tracker-miners)[native-search-paths]: New field.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-06-25 14:27:59 +02:00
Liliana Marie Prikler 5cc63206bb
gnu: fmt: Update to 10.0.0.
* gnu/packages/pretty-print.scm (fmt-10): New variable.
(fmt-9): Inherit from fmt-10.
(fmt-8): Inherit from fmt-9.
(fmt-8.0, fmt-7): Inherit from fmt-8.
(fmt-6): Inherit from fmt-7.
(fmt): New variable.
2023-06-25 14:27:58 +02:00
Efraim Flashner 01d5d6807f
gnu: emacs-subed: Add missing input.
* gnu/packages/emacs-xyz.scm (emacs-subed)[native-inputs]: Add
emacs-buttercup.
2023-06-25 11:51:36 +03:00
Efraim Flashner 7400797341
gnu: python-codespell: Update to 2.2.5.
* gnu/packages/python-xyz.scm (python-codespell): Update to 2.2.5.
2023-06-24 22:48:13 +03:00
Efraim Flashner 815dd5bce3
gnu: yt-dlp: Update to 2023.06.22.
* gnu/packages/video.scm (yt-dlp): Update to 2023.06.22.
[native-inputs]: Rewrite using supported-package?.
2023-06-24 21:56:52 +03:00
Nicolas Goaziou 42a48a11b7
gnu: emacs-zmq: Update to 1.0.0.
* gnu/packages/emacs-xyz.scm (emacs-zmq): Update to 1.0.0.
[arguments]: Use G-expressions.
2023-06-24 17:41:11 +02:00
Nicolas Goaziou 5304c63678
gnu: emacs-plz: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.6.
2023-06-24 17:41:10 +02:00
Nicolas Goaziou 68cc1d1c06
gnu: emacs-pdf-tools: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 1.1.0.
2023-06-24 17:41:10 +02:00
Nicolas Goaziou 0237cc9a9f
gnu: emacs-nano-modeline: Update to 1.0.1.
* gnu/packages/emacs-xyz.scm (emacs-nano-modeline): Update to 1.0.1.
2023-06-24 17:41:10 +02:00
Nicolas Goaziou 4d6b1f43fc
gnu: emacs-logview: Update to 0.16.2.
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.2.
2023-06-24 17:41:09 +02:00
Nicolas Goaziou b9df95614d
gnu: emacs-logos: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-logos): Update to 1.1.0.
2023-06-24 17:41:09 +02:00
Nicolas Goaziou 6277c7574b
gnu: emacs-keycast: Update to 1.3.2.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.3.2.
2023-06-24 17:41:08 +02:00
Nicolas Goaziou 8243f4aec1
gnu: emacs-evil-matchit: Update to 3.0.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.1.
2023-06-24 17:41:08 +02:00
Nicolas Goaziou e4e8e901fd
gnu: emacs-engine-mode: Update to 2.2.4.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.2.4.
2023-06-24 17:41:08 +02:00
Nicolas Goaziou 19950903f6
gnu: emacs-ement: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.10.
2023-06-24 17:41:07 +02:00
Nicolas Goaziou 2189a020f4
gnu: emacs-elixir-mode: Update to 2.4.1.
* gnu/packages/emacs-xyz.scm (emacs-elixir-mode): Update to 2.4.1.
2023-06-24 17:41:07 +02:00
Nicolas Goaziou 520ab5964a
gnu: emacs-ebuild-mode: Update to 1.64.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.64.
2023-06-24 17:41:07 +02:00
Nicolas Goaziou b56445e4f5
gnu: emacs-dtrt-indent: Update to 1.10.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.10.
2023-06-24 17:41:06 +02:00
Nicolas Goaziou 98ae2249a0
gnu: emacs-debbugs: Update to 0.36.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.36.
2023-06-24 17:41:06 +02:00
Nicolas Goaziou 79a58ae400
gnu: emacs-subed: Update to 1.2.3.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.3.
2023-06-24 17:41:06 +02:00
Nicolas Goaziou 5da3942b2f
gnu: emacs-autothemer: Update to 0.2.18.
* gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.18.
2023-06-24 17:41:06 +02:00
Nicolas Goaziou 0007326faa
gnu: emacs-auto-compile: Update to 1.8.1.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile): Update to 1.8.1.
2023-06-24 17:41:05 +02:00
Nicolas Goaziou 67bd1fb576
gnu: emacs-all-the-icons-completion: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-completion): Update to 1.0.
2023-06-24 17:41:05 +02:00
David Conner fea2c558c2
gnu: Add emacs-x509-mode.
* gnu/packages/emacs-xyz.scm (emacs-x509): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-06-24 17:41:01 +02:00
kiasoc5 d3f5c35e40
gnu: blesh: Update to 0.4.0-devel3.
* gnu/packages/bash.scm (blesh): Update to 0.4.0-devel3.
[source]: Use recursive checkout.
[phases]: Remove 'make-readlink-work. Rename 'pretend-contrib-.git-exists
to 'pretend-.git-exists. Substitute commit_hash for package version.
[native-inputs]: Add git.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:08:16 +02:00
Antero Mejr 748665f49a
gnu: Add le-biniou.
* gnu/packages/music.scm (le-biniou): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:00:25 +02:00
Antero Mejr c5885b056b
gnu: Add le-biniou-data.
* gnu/packages/music.scm (le-biniou-data): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:00:19 +02:00
Antero Mejr e920bfdb0b
gnu: Add ulfius.
* gnu/packages/web.scm (ulfius): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:00:16 +02:00
Antero Mejr c46ea1826a
gnu: Add yder.
* gnu/packages/web.scm (yder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:00:11 +02:00
Antero Mejr 73e7844c9c
gnu: Add orcania.
* gnu/packages/web.scm (orcania): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:00:07 +02:00
Antero Mejr aea081e87d
gnu: Add subunit.
* gnu/packages/check.scm (subunit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 17:00:01 +02:00
Cairn 5338f5eec0
gnu: Add ansilove.
* gnu/packages/image-processing.scm (ansilove): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 16:56:16 +02:00
Cairn f9f6f8d25a
gnu: Add libansilove.
* gnu/packages/image-processing.scm (libansilove): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 16:56:13 +02:00
Olivier Dion bf2b18250c
gnu: dyninst: Fix runtime error with new glibc.
* gnu/packages/patches/dyninst-fix-glibc-compatibility.patch: New file.
* gnu/packages/instrumentation.scm (dyninst)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 16:31:43 +02:00
gemmaro e897569778
gnu: ruby-nokogiri: Update to 1.15.2.
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.15.2.
  [source]<uri>: Use Git repository.
  <patches>: apply a patch to disable unneeded test setups.
  [arguments]: Enable check by running plain minitest.
  [home-page]: Update to current URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 16:25:50 +02:00
gemmaro fa52b9a64f
gnu: ruby-mini-portile-2: Update to 2.8.2.
* gnu/packages/ruby.scm (ruby-mini-portile-2): Update to 2.8.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-24 16:25:48 +02:00
Ludovic Courtès eb64632422
gnu: fenics-dolfin, fenics: Remove input labels.
* gnu/packages/simulation.scm (fenics-dolfin)[inputs, native-inputs]
[propagated-inputs]: Remove labels.  Replace CATCH2-1, which was
actually unused, by CATCH-FRAMEWORK.
[arguments]: Rewrite using gexps.  Adjust 'set-paths' phase accordingly.
(fenics): Likewise.
2023-06-24 16:19:36 +02:00
Ludovic Courtès 9a86e2e97f
gnu: fenics: Make sure 'jit.py' can find 'dolfin.pc'.
* gnu/packages/simulation.scm (fenics)[inputs]: Move PYTHON-PKGCONFIG
to...
[propagated-inputs]: ... here.
[arguments]: Add 'set-dolfin-pc-file-name' phase.
2023-06-24 16:19:33 +02:00
Ludovic Courtès ed5a9f5260
linux-container: Pass '--disable-chroot' to 'guix-daemon'.
This allows for the use of Guix within a non-privileged Docker container
produced by 'guix system image -t docker'.

* gnu/system/linux-container.scm (containerized-operating-system):
Change 'guix-configuration' to add "--disable-chroot".
2023-06-24 16:13:05 +02:00
Ludovic Courtès deeee98a50
services: dicod: Use one inetd endpoint per interface.
* gnu/services/dict.scm (dicod-shepherd-service): Remove
the (= 1 (length interfaces)) restriction by adding one endpoint per
interface.
2023-06-24 16:11:07 +02:00
Tobias Geerinckx-Rice d6dc82e8cd
gnu: knot: Update to 3.2.7.
* gnu/packages/dns.scm (knot): Update to 3.2.7.
2023-06-24 00:19:20 +02:00
Tobias Geerinckx-Rice 925b566608
gnu: iodine: Update to 0.8.0.
* gnu/packages/networking.scm (iodine): Update to 0.8.0.
[arguments]: Don't explicitly return #t from phases.
2023-06-24 00:19:20 +02:00
Tobias Geerinckx-Rice 5be90265d4
gnu: nbd: Update to 3.25.
* gnu/packages/networking.scm (nbd): Update to 3.25.
[source]: Download official GitHub tarball.
2023-06-24 00:19:20 +02:00
Tobias Geerinckx-Rice 021e945d01
gnu: opensmtpd-filter-rspamd: Update to 0.1.8.
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): Update to 0.1.8.
2023-06-24 00:19:19 +02:00
Tobias Geerinckx-Rice 22642d4604
gnu: igt-gpu-tools: Fix build with procps@4.
* gnu/packages/patches/igt-gpu-tools-Use-libproc2.patch: New file.
* gnu/packages/admin.scm (igt-gpu-tools)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-06-24 00:19:19 +02:00
John Kehayias f25529b08e
gnu: darktable: Update to 4.4.0.
* gnu/packages/photo.scm (darktable): Update to 4.4.0.
[native-inputs]: Replace clang-11 and llvm-11 with clang and llvm,
respectively.  Darktable no longer builds with older versions.
2023-06-22 11:25:15 -04:00
Efraim Flashner 7f3c6d3b3b
gnu: sambamba: Fix building.
* gnu/packages/bioinformatics.scm (sambamba)[native-inputs]: Remove
ld-gold-wrapper, bintutils-gold. Remove input labels.
2023-06-22 12:19:49 +03:00
jgart 8b6bc4b2aa
gnu: wlsunset: Update to 0.3.0.
* gnu/packages/xdisorg.scm (wlsunset): Update to 0.3.0.
2023-06-21 23:47:39 -05:00
jgart 7a68780f50
gnu: purescript: Update to 0.15.9.
* gnu/packages/purescript.scm (purescript): Update to 0.15.9.
[arguments]: Break line to satisfy the linter.
2023-06-21 23:47:38 -05:00
jgart 3070297839
gnu: sc-im: Update to 0.8.3.
* gnu/packages/networking.scm (sc-im): Update to 0.8.3.
[arguments]: Use modern style, patch bash path, and enable tests.
[native-inputs]: Add bash-minimal and valgrind.
2023-06-21 23:45:45 -05:00
Tobias Geerinckx-Rice dcca13ed73
gnu: opensmtpd: Update to 7.3.0p0.
* gnu/packages/mail.scm (opensmtpd): Update to 7.3.0p0.
[arguments]: Remove obsolete 'fix-smtpctl-encrypt-bug phase.
Don't explicitly return #t from remaining phases.
2023-06-18 02:00:08 +02:00
Tobias Geerinckx-Rice 65ed7a61f1
uuid: Fix NTFS UUID stringification.
Previously, (ntfs-uuid->string (string->ntfs-uuid"5234ED0D34ECF53F"))
would yield "5234EDD34ECF53F".

Reported by sughosha in #guix.

* gnu/system/uuid.scm (ntfs-uuid->string): Pad hex bytes with zero when
needed.
2023-06-18 02:00:10 +02:00
宋文武 2e0228e736
gnu: Add anarch.
* gnu/packages/games.scm (anarch): New variable.
2023-06-21 17:43:12 +08:00
Jean-Pierre De Jesus DIAZ 1a0ff5cd83
gnu: Add tomlc99.
* gnu/packages/c.scm (tomlc99): New variable.

Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-21 00:10:50 +02:00
Luis Felipe 105781d3d3
gnu: mazo: Update to 1.1.0.
* gnu/packages/education.scm (mazo): Update to 1.1.0.
[propagated-inputs]: Add adwaita-icon-theme and dbus.
[propagated-inputs]: Change gtk+ to gtk.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-21 00:10:50 +02:00
Nguyễn Gia Phong c9d9c54636
gnu: go-github-com-gdamore-tcell: Update to 2.6.0
gnu/packages/golang.scm (go-github-com-gdamore-tcell-v2): Update to 2.6.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-21 00:10:50 +02:00
Nguyễn Gia Phong da4305e9b3
gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14.
(go-github.com-mattn-go-runewidth): Remove, and change users to to refer
to 'go-github-com-mattn-go-runewidth'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-21 00:10:50 +02:00
Mekeor Melire d67c85324d
gnu: Add xiate.
* gnu/packages/terminals.scm (xiate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-21 00:10:49 +02:00
Ludovic Courtès cec5cdce7c
gnu: Add guile-ffi-cblas.
* gnu/packages/guile-xyz.scm (guile-ffi-cblas): New variable.
2023-06-21 00:10:49 +02:00
Ricardo Wurmus 6a91d4b8e0
gnu: python-dask: Add missing input.
* gnu/packages/python-xyz.scm (python-dask)[propagated-inputs]: Add
python-import-metadata.
2023-06-20 23:40:40 +02:00
Ricardo Wurmus 81441182bb
gnu: python-keras: Update to 2.3.1.
* gnu/packages/patches/python-keras-integration-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/machine-learning.scm (python-keras): Update to 2.3.1.
[source]: Remove patch; update snippet.
[arguments]: Add build phase 'tf-compatibility; add phase 'hdf5-compatibility;
rename phase 'remove-tests-for-unavailable-features to
'delete-unavailable-backends; update 'check phase to disable tests that cannot
be repaired or are flaky.
[native-inputs]: Add python-flaky, python-markdown, and python-pyux.
2023-06-20 23:40:40 +02:00
Ricardo Wurmus b4e37a3972
gnu: tensorflow: Patch one more instance of "collections".
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Add one more
patch of "collections" to "collections.abc" to the 'python3.10-compatibility
phase.
2023-06-20 23:40:40 +02:00
Ricardo Wurmus 91e07cc5bf
gnu: tensorflow: Drop trailing #T from build phase.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove #T from
'set-source-file-times-to-1980 phase.
2023-06-20 23:40:40 +02:00
Ricardo Wurmus ffb30ffb6e
gnu: tensorflow: Patch for numpy >= 1.23.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Remove
np.asscalar in 'python3.10-compatibility phase.
2023-06-20 23:40:40 +02:00
Ricardo Wurmus 9a7fc01b5c
gnu: tensorflow: Drop package labels from propagated-inputs.
* gnu/packages/machine-learning.scm (tensorflow)[propagated-inputs]: Drop labels.
2023-06-20 23:40:40 +02:00
Paul A. Patience 24fc0d506a
gnu: python-pyvista: Update to 0.39.1.
* gnu/packages/python-science.scm (python-pyvista): Update to 0.39.1.
[propagated-inputs]: Add python-pooch, remove python-appdirs.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:16:14 +01:00
Kaelyn Takata 744c979b8f
gnu: recastnavigation: Update to 1.6.0.
* gnu/packages/game-development.scm (recastnavigation): Update to 1.6.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:15:25 +01:00
Andy Tai ca833f23bd
gnu: fvwm: Update to 2.7.0.
* gnu/packages/fvwm.scm (fvwm): Update to 2.7.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:14:55 +01:00
kiasoc5 f235d49ef3
gnu: fnott: Update to 1.4.0.
* gnu/packages/wm.scm (fnott): Update to 1.4.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:14:23 +01:00
kiasoc5 8d46e3e0fd
gnu: celluloid: Update to 0.25.
* gnu/packages/video.scm (celluloid): Update to 0.25.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:14:09 +01:00
kiasoc5 9d3ce0c408
gnu: batsignal: Update to 1.6.4.
* gnu/packages/monitoring.scm (batsignal): Update to 1.6.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:13:46 +01:00
kiasoc5 ef6888340a
gnu: audacity: Update to 3.3.3.
* gnu/packages/audio.scm (audacity): Update to 3.3.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:12:26 +01:00
Cairn 54026e2a4e
gnu: barrage: Update to 1.0.7.
* gnu/packages/games.scm (barrage): Update to 1.0.7.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:11:37 +01:00
Cairn 3eb3bd0284
gnu: ltris: Update to 1.2.6.
* gnu/packages/games.scm (ltris): Update to 1.2.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:11:13 +01:00
michaeldelago c1e093b521
gnu: zeal: Update to 0.6.1-1.1cfa7c6.
* gnu/packages/documentation.scm (zeal): Update to 0.6.1-1.1cfa7c6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-06-20 22:08:14 +01:00
Christopher Baines 55cccab43a
gnu: guile-next: Update to 3.0.9-0.aa2cfe7.
* gnu/packages/guile.scm (guile-next): Update to 3.0.9-0.aa2cfe7.
2023-06-20 22:05:15 +01:00
Christopher Baines 53d80d0485
gnu: ruby-ptools: Update to 1.5.0.
* gnu/packages/ruby.scm (ruby-ptools): Update to 1.5.0.
[arguments]: Update style and adjust.
[native-inputs]: Add ruby-rspec.
2023-06-20 22:04:51 +01:00
Christopher Baines 7b535eb29b
gnu: bioruby: Update to 2.0.4.
* gnu/packages/bioinformatics.scm (bioruby): Update to 2.0.4.
[arguments]: Update style.
2023-06-20 22:04:51 +01:00
Christopher Baines 6bafbfd40f
gnu: ruby-commander: Update to 4.6.0.
* gnu/packages/ruby.scm (ruby-commander): Update to 4.6.0.
[arguments]: Update style.
2023-06-20 22:04:51 +01:00
Christopher Baines 7c5d30eb9f
gnu: ruby-debug-inspector: Update to 1.1.0.
* gnu/packages/rails.scm (ruby-debug-inspector): Update to 1.1.0.
[arguments]: Update style.
[native-inputs]: Add ruby-rake-compiler.
2023-06-20 22:04:51 +01:00
Christopher Baines 6eb15ac58e
gnu: ruby-hocon: Update to 1.4.0.
* gnu/packages/ruby.scm (ruby-hocon): Update to 1.4.0.
[arguments]: Update style.
2023-06-20 22:04:51 +01:00
Christopher Baines 9ff91468ee
gnu: ruby-memory-profiler: Update to 1.0.1.
* gnu/packages/ruby.scm (ruby-memory-profiler): Update to 1.0.1.
2023-06-20 22:04:51 +01:00
Christopher Baines b5cb477d9d
gnu: ruby-mkmf-lite: Update to 0.5.2.
* gnu/packages/ruby.scm (ruby-mkmf-lite): Update to 0.5.2.
[arguments]: Avoid the rubocop dependency.
[native-inputs]: Add ruby-rspec.
2023-06-20 22:04:51 +01:00
Christopher Baines 90e9e56140
gnu: ruby-powerpack: Update to 0.1.3.
* gnu/packages/ruby.scm (ruby-powerpack): Update to 0.1.3.
[arguments]: Update style.
2023-06-20 22:04:51 +01:00
Christopher Baines d8531fcdc8
gnu: ruby-pry-doc: Update to 1.4.0.
* gnu/packages/ruby.scm (ruby-pry-doc): Update to 1.4.0.
2023-06-20 22:04:50 +01:00
Christopher Baines 1abf7f6556
gnu: ruby-range-compressor: Update to 1.2.0.
* gnu/packages/ruby.scm (ruby-range-compressor): Update to 1.2.0.
[arguments]: Update style.
2023-06-20 22:04:50 +01:00
Christopher Baines 04e5318eac
gnu: ruby-rjb: Update to 1.6.7.
* gnu/packages/ruby.scm (ruby-rjb): Update to 1.6.7.
[arguments]: Update style.
2023-06-20 22:04:50 +01:00
Christopher Baines c7f93b1b85
gnu: ruby-shindo: Update to 0.3.10.
* gnu/packages/ruby.scm (ruby-shindo): Update to 0.3.10.
[arguments]: Update style.
2023-06-20 22:04:50 +01:00
Christopher Baines be094d9038
gnu: ruby-sucker-punch: Update to 3.1.0.
* gnu/packages/ruby.scm (ruby-sucker-punch): Update to 3.1.0.
2023-06-20 22:04:50 +01:00
Christopher Baines aba7a31cac
gnu: ruby-test-unit: Update to 3.6.0.
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.6.0.
[source]: Switch to Git as tests missing from gem.
2023-06-20 22:04:50 +01:00
Christopher Baines 88b29ec5cf
gnu: ruby-tzinfo: Update to 2.0.6.
* gnu/packages/ruby.scm (ruby-tzinfo): Update to 2.0.6.
[arguments,propagated-inputs]: Update style.
2023-06-20 22:04:50 +01:00
Christopher Baines daea7bc223
gnu: ruby-yajl-ruby: Update to 1.4.3.
* gnu/packages/ruby.scm (ruby-yajl-ruby): Update to 1.4.3.
[arguments]: Update style.
2023-06-20 22:04:50 +01:00
Christopher Baines f2488b8df9
gnu: mkvtoolnix: Explicitly use ruby-2.7.
To allow updating ruby without affecting this package.

* gnu/packages/video.scm (mkvtoolnix)[native-inputs]: Explicitly use ruby-2.7.
2023-06-20 22:04:50 +01:00
Christopher Baines afd51a088c
gnu: webkitgtk: Explicitly use ruby-2.
So that ruby can change without affecting this package and its dependants.

* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Explicitly use ruby-2.7.
2023-06-20 22:04:50 +01:00
Christopher Baines 55f4ad865b
gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.
So that ruby can change without affecting this package and it's julia related
dependents.

* gnu/packages/textutils.scm (utf8proc-2.7.0)[native-inputs]: Explicitly use
ruby-2.7.
2023-06-20 22:04:49 +01:00
Christopher Baines 269e0261ba
gnu: qtwebengine-5: Explicitly use ruby-2.7.
So that ruby can change without affecting this package and it's dependents.

* gnu/packages/qt.scm (qtwebengine-5)[native-inputs]: Explicitly use ruby-2.7.
2023-06-20 22:04:49 +01:00
Christopher Baines 9daca9b870
gnu: texlive-hyphen-package: Use pinned ruby-hydra-minimal.
To allow updating ruby without changing texlive.

* gnu/packages/ruby.scm (ruby-hydra-minimal/pinned): New variable.
* gnu/packages/tex.scm (texlive-hyphen-package)[native-inputs]: Use it
2023-06-20 22:04:49 +01:00
Christopher Baines c3d857d526
gnu: qtbase: Explicitly use ruby-2.7.
To avoid changing qabase-5 while changing ruby.

* gnu/packages/qt.scm (qtbase-5)[native-inputs]: Explicitly use ruby-2.7.
2023-06-20 22:04:49 +01:00
Christopher Baines 0f1da56056
gnu: texlive-bin: Explicitly use ruby-2.7.
To enable changing ruby without affecting texlive-bin.

* gnu/packages/tex.scm (texlive-bin)[inputs]: Explicitly use ruby-2.7.
2023-06-20 22:04:49 +01:00
Christopher Baines 8f8b11b95a
gnu: texlive-hyph-utf8: Explicitly use ruby-2.7.
As Ruby 3 looks to cause issues.

* gnu/packages/tex.scm (texlive-hyph-utf8)[native-inputs]: Explicitly use
ruby-2.7.
2023-06-20 22:04:49 +01:00
Christopher Baines ed971aca36
gnu: texlive-hyphen-package: Explicitly use ruby-2.7.
As Ruby 3 looks to cause issues.

* gnu/packages/tex.scm (texlive-hyphen-package)[native-inputs]: Explicitly use
ruby-2.7.
2023-06-20 22:04:46 +01:00
Jelle Licht 392f9db976
gnu: emacs-piem: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-piem): Update to 0.5.0.
[inputs]: Add emacs-debbugs.
2023-06-20 21:06:37 +02:00
Jelle Licht c57337ebfd
gnu: emacs-piem: Do not propagate any inputs.
* gnu/packages/emacs-xyz.scm (emacs-piem) [propagated-inputs]: Remove, moving
emacs-elfeed and emacs-notmuch to...
[inputs]: ...here.
2023-06-20 21:06:37 +02:00
Efraim Flashner 814f1f42ea
gnu: imv: Build with librsvg-for-system.
* gnu/packages/image-viewers.scm (imv)[inputs]: Replace librsvg with
librsvg-for-system.
2023-06-20 15:23:31 +03:00
Ricardo Wurmus bb09f3ac00
gnu: mu: Update to 1.10.3.
* gnu/packages/mail.scm (mu): Update to 1.10.3.
2023-06-20 10:07:47 +02:00