Commit graph

115778 commits

Author SHA1 Message Date
Hilton Chain 18d522379e
gnu: font-chiron-sung-hk: Update to 1.008.
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.008.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-30 17:51:36 +08:00
宋文武 d32fb0ee6b
gnu: warzone2100: Rewrite package arguments to G-expressions.
* gnu/packages/games.scm (warzone2100)[arguments]: Convert to list of
G-expressions.
2023-05-30 17:46:43 +08:00
宋文武 368f0fa0f2
gnu: warzone2100: Update to 4.3.5.
* gnu/packages/games.scm (warzone2100): Update to 4.3.5.
2023-05-30 17:45:44 +08:00
gemmaro 3807876af4
gnu: Add skktools.
* gnu/packages/language.scm (skktools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-05-30 00:15:30 +02:00
Tanguy Le Carrour 110462bb2f
home: services: Add msmtp service.
* gnu/home/services/mail.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Mail Home Services): New node.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-05-30 00:15:30 +02:00
Ludovic Courtès 4ebefac412
doc: Update references to the Shepherd manual.
* doc/guix.texi (Shepherd Services): Update cross-references to
shepherd.info nodes removed in 0.10.0.
2023-05-30 00:15:30 +02:00
Ludovic Courtès b8f89ab2c9
gnu: shepherd: Update to 0.10.1.
Fixes <https://issues.guix.gnu.org/63717>.

* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
2023-05-30 00:15:29 +02:00
Ludovic Courtès 8af9a2aa5f
substitute: If a server's nar URL is 404, try the next one(s).
If a substitute server advertises in its narinfo, for example, both a
/zstd and a /lzip URL but the /zstd URL is unreachable, try the /lzip
URL.

Fixes <https://issues.guix.gnu.org/63634>.

* guix/narinfo.scm (narinfo-preferred-uris): New procedure.
(narinfo-best-uri): Rebase on top of it.
* guix/scripts/substitute.scm (download-nar)[try-fetch]: New procedure.
Use 'narinfo-preferred-uris' and 'try-fetch' to attempt all the URLs of
NARINFO.
* tests/substitute.scm (request-substitution): Remove 'parameterize'.
Delete DESTINATION.
("substitute, preferred nar URL is 404, other is 200"): New test.
2023-05-30 00:15:29 +02:00
Ludovic Courtès d23d8fcee9
services: herd: "Resolve" transient services only when needed.
This allows us to get rid of the "eval root" actions, which in turn
would lead to confusing "Evaluating user expression" messages.

Fixes <https://issues.guix.gnu.org/55857>.

* gnu/services/herd.scm (resolve-transients): In 'values', avoid
'eval-there' call when UNRESOLVED is empty.
2023-05-30 00:15:29 +02:00
Leo Famulari e91ceece76
gnu: linux-libre 5.15: Update to 5.15.113.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.113.
(linux-libre-5.15-pristine-source): Update hash.
2023-05-29 13:53:46 -04:00
Leo Famulari 4213909937
gnu: linux-libre 6.1: Update to 6.1.30.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.30.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
2023-05-29 13:53:46 -04:00
Leo Famulari a17ae16f48
gnu: linux-libre: Update to 6.3.4.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.4.
(linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
2023-05-29 13:53:43 -04:00
Janneke Nieuwenhuizen 524bd780a0
gnu: commencement: m4-boot0: Disable tests for the Hurd too.
GNU lib's stack-overflow tests fail.

* gnu/packages/commencement.scm (m4-boot0)[arguments]: Set #:tests? to #false
for the Hurd.
2023-05-29 19:40:44 +02:00
Dhruvin Gandhi cf78f5b549
gnu: Add node-global-gradle-clean.
* gnu/packages/node-xyz.scm (node-global-gradle-clean): New variable.

Signed-off-by: Jelle Licht <jlicht@fsfe.org>
2023-05-29 16:22:33 +02:00
Efraim Flashner 7b400e7f87
gnu: libmicrohttpd: Update to 0.9.77.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.77.
2023-05-29 11:03:34 +03:00
Felix Lechner 7ff003bcbf
gnu: eudev: Use new package style.
* gnu/packages/linux.scm (eudev)[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-05-29 09:43:41 +02:00
Jonathan Brielmaier 1e3ed56b17
gnu: icedove: Update to 102.11.2.
* gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.11.2.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-29 09:32:30 +02:00
Jonathan Brielmaier 6b71adda7c
gnu: telegram-desktop: Add missing copyright line.
Follow-up for 6192acf8b7.

* gnu/packages/telegram.scm: Add copyright line for Saku.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-29 09:32:30 +02:00
Janneke Nieuwenhuizen 77fe306c66
gnu: avahi: Support for cross-building and the Hurd.
* gnu/packages/avahi.scm (avahi)[inputs]: Include libcap only for supported
systems and when not cross-building.
[arguments]: Add --disable-autoipd when not using libcap.
2023-05-29 09:25:51 +02:00
Liliana Marie Prikler d64d6ea2cf
gnu: python-renpy: Use G-Expressions.
* gnu/packages/game-development.scm (python-renpy)[arguments]: Convert to
list of G-Expressions.
2023-05-28 23:14:20 +02:00
Liliana Marie Prikler eb3a7b6646
gnu: python-renpy: Update to 8.1.0.
* gnu/packages/game-development.scm (python-renpy): Update to 8.1.0.
[source]: No longer unbundle fribidi.
Drop sync service and report as official version.
[arguments]<#:phases>: Drop ‘fix-include-paths’.
[propagated-inputs]: Add python-ecdsa.
2023-05-28 23:14:20 +02:00
Liliana Marie Prikler 1b3c9ef96e
gnu: python-pygame-sdl2: Use G-Expressions.
* gnu/packages/game-development.scm (python-pygame-sdl2)[arguments]: Convert
to list of G-Expressions.
2023-05-28 23:14:19 +02:00
Liliana Marie Prikler 12fcdbd409
gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.1.0.
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0-for-renpy-8.1.0.
2023-05-28 23:14:19 +02:00
Liliana Marie Prikler 4f01ef2acb
gnu: python-mpi4py: Update home-page.
* gnu/packages/mpi.scm (python-mpi4py)[home-page]: Use “github.com” instead
of “bitbucket.com”.
2023-05-28 23:14:19 +02:00
Liliana Marie Prikler 437cea6da8
gnu: paraview: Update to 5.11.1.
* gnu/packages/image-processing.scm (paraview): Update to 5.11.1.
[source]: Unbundle nlohmannjson.
[arguments]<#:configure-flags>: Add
“-DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson=ON”.
[inputs]: Add nlohmann-json.
2023-05-28 23:14:19 +02:00
Liliana Marie Prikler eb5d0f926d
gnu: Remove paraview-5.9.
* gnu/packages/image-processing.scm (paraview-5.9): Delete variable.
2023-05-28 23:14:19 +02:00
Liliana Marie Prikler f74d0645cc
gnu: cli11: Use G-Expressions.
* gnu/packages/cpp.scm (cli11)[arguments]: Convert to list of G-Expressions.
2023-05-28 23:14:18 +02:00
Liliana Marie Prikler 3be2000d5f
gnu: cli11: Update to 2.3.2.
* gnu/packages/cpp.scm (cli11): Update to 2.3.2.
[source]: Remove snippet.
[arguments]: Drop #:imported-modules, #:modules, and #:phases.
[native-inputs]: Add “catch2”.
2023-05-28 23:14:18 +02:00
Liliana Marie Prikler 8391bceceb
gnu: emacs-next-tree-sitter: "Downgrade" to 29.0.91.
* gnu/packages/emacs.scm (emacs-next-tree-sitter)[version, source]: Inherit
fields from emacs-next.
2023-05-28 23:14:18 +02:00
Liliana Marie Prikler c3133fe96f
gnu: emacs-next: Update to 29.0.91.
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.91.
2023-05-28 23:14:16 +02:00
Efraim Flashner 9845e408e5
gnu: guix: Remove trailing #t from phases.
* gnu/packages/package-management.scm (guix)[arguments]: Remove trailing
  #t from phases.
2023-05-28 14:46:09 +03:00
Efraim Flashner ef5a05bac8
gnu: guix: Fix cross-building.
* gnu/packages/package-management.scm (guix)[arguments]: In custom
'set-font-path phase also search native-inputs for the input directory.
2023-05-28 14:43:15 +03:00
Saku Laesvuori 6192acf8b7
gnu: telegram-desktop: Update to 4.8.1
* gnu/packages/patches/webrtc-for-telegram-desktop-fix-gcc12-cstdint.patch:
  Delete file.
* gnu/local.mk (dist_patch_DATA): Remove deleted patch.
* gnu/packages/telegram.scm (libyuv-for-telegram-desktop,
cmake-helpers-for-telegram-desktop, codegen-for-telegram-desktop,
lib-base-for-telegram-desktop, lib-crl-for-telegram-desktop,
lib-lottie-for-telegram-desktop, lib-rpl-for-telegram-desktop,
lib-spellcheck-for-telegram-desktop, lib-ui-for-telegram-desktop,
lib-webrtc-for-telegram-desktop, lib-webview-for-telegram-desktop,
tgcalls-for-telegram-desktop): Bump to submodule checkout.
(webrtc-for-telegram-desktop): Bump to submodule checkout.
[patches]: Remove patch.
[snippet]: Unbundle abseil-cpp and crc32c
[inputs]: Add crc32c and glibmm-next. Replace glib with glib-next.
(cld3-for-telegram-desktop): New variable.
(telegram-desktop): Update to 4.8.1
[snippet]: Add cld3 as a submodule.
[arguments]<phases>: Add cld3 as a submodule.
[native-inputs]: Replace glib with glib-next
[inputs]: Add crc32c, kimageformats, plasma-wayland-protocols, protobuf,
  qtdeclarative-5 and wayland-protocols. Replace glib with glib-next and
  glibmm-2.64 with glibmm-next.
* gnu/packages/patches/telegram-desktop-allow-disable-libtgvoip.patch:
  Update patch.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-28 13:19:18 +02:00
Saku Laesvuori 10ac7c9ab5
gnu: Add glibmm-next.
* gnu/packages/glib.scm (glibmm-next): New variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-28 13:12:50 +02:00
Saku Laesvuori c10c24e956
gnu: c++-gsl: Update to 4.0.0
* gnu/packages/cpp.scm (c++gsl): Update to 4.0.0.
* gnu/packages/patches/c++-gsl-find-system-gtest.patch: Delete file.
* gnu/packages/patches/c++-gsl-move-array-bounds-tests.patch: Delete
  file.
* gnu/local.mk (dist_patch_DATA): Remove deleted patches.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
2023-05-28 13:09:40 +02:00
Guillaume Le Vaillant 5c959d0fa7
gnu: cl-utm-ups: Update to 1.2-0.f1e6fd4.
* gnu/packages/lisp-xyz.scm (sbcl-utm-ups): Update to 1.2-0.f1e6fd4.
2023-05-28 12:04:49 +02:00
Greg Hogan b96b82bcd4
gnu: xclock: Update to 1.1.1.
* gnu/packages/xorg.scm (xclock): Update to 1.1.1.
[source](origin): Update file extension.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-26 20:54:19 +08:00
Greg Hogan 152523748e
gnu: ugrep: Update to 3.11.2.
* gnu/packages/search.scm (ugrep): Update to 3.11.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-26 20:52:50 +08:00
Greg Hogan 201df17a60
gnu: jc: Update to 1.23.2.
* gnu/packages/admin.scm (jc): Update to 1.23.2.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add python-pytest.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-05-26 20:50:39 +08:00
Ricardo Wurmus 60b71b0db4
gnu: Add python-gseapy.
* gnu/packages/bioinformatics.scm (python-gseapy): New variable.
2023-05-26 14:36:14 +02:00
Guillaume Le Vaillant bb6ddc269f
gnu: Remove bitcoin-abc.
This package (version 0.21.12 from July 2020, which currently doesn't build)
is for an outdated version of the Bitcoin Cash protocol. Since November 2020,
the bitcoin-abc program has become an implementation of the eCash protocol,
which is different from Bitcoin Cash (different consensus model).

* gnu/packages/finance.scm (bitcoin-abc): Remove variable.

Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
2023-05-26 12:46:05 +02:00
Sharlatan Hellseher 3299b40b35
gnu: python-asdf: Enable tests.
* gnu/packages/astronomy.scm (python-asdf)[arguments]: Remove #:tests, skip
failing tests in #:test-flags.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:06 -03:00
Sharlatan Hellseher b9bf533f15
gnu: python-asdf-coordinates-schemas: Update to 0.2.0.
* gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): Update
to 0.2.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:06 -03:00
Sharlatan Hellseher 9595b7619b
gnu: python-asdf: Update to 2.15.0.
* gnu/packages/astronomy.scm (python-asdf): Update to 2.15.0.
[native-inputs]: Add python-fsspec.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher c6d2c61259
gnu: python-ephem: Update to 4.1.4.
* gnu/packages/astronomy.scm (python-ephem): Update to 4.1.4.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher c8c233a127
gnu: python-photutils: Update to 1.7.0.
* gnu/packages/astronomy.scm (python-photutils): Update to 1.7.0.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher 0f4867667f
gnu: python-poppy: Update to 1.1.1.
* gnu/packages/astronomy.scm (python-poppy): Update to 1.1.1.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher 264d08fdc4
gnu: python-astral: Update to 3.2.
* gnu/packages/astronomy.scm (python-astral): Update to 3.2.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase, specify #:test-flags and skip
failing tests.  Add 'prepare-test-environment phase.  Use G-Expressions.
[native-inputs]: Add python-poetry-core, python-pytest.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher 740ebec5aa
gnu: python-pynbody: Update to 1.3.1.
* gnu/packages/astronomy.scm (python-pynbody): Update to 1.3.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase and remove custom
'disable-tests-require-testdata phase, specify #:test-flags.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00
Sharlatan Hellseher d6e587e11d
gnu: python-astroquery: Use G-Expressions.
* gnu/packages/astronomy.scm (python-astroquery)[arguments]: Use
G-Expressions.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2023-05-25 21:20:05 -03:00