aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/fontutils.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-03 17:31:40 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:36:16 +0300
commitab8a943b9a919f3230bf9cf86b6133eb3771287d (patch)
treeb1be158daebe48c0971b6c5bf60a34cebd6c40bf /gnu/home/services/fontutils.scm
parentca6e2c8cce27aeb1f08cc1a5ceaa3a065ef59ffb (diff)
downloadguix-ab8a943b9a919f3230bf9cf86b6133eb3771287d.tar.gz
guix-ab8a943b9a919f3230bf9cf86b6133eb3771287d.zip
gnu: python-orjson: Update to 3.9.7.
* gnu/packages/python-xyz.scm (python-orjson): Update to 3.9.7. [arguments]: Remove 'prepare-python-module, 'install-python-library phases. [cargo-inputs]: Replace rust-pyo3-ffi-0.18 with 0.19. Add rust-cc-1, rust-pyo3-build-config-0.19, rust-version-check-0.9. [inputs]: Add maturin. [native-inputs]: Remove python-pypa-build, python-wheel.
Diffstat (limited to 'gnu/home/services/fontutils.scm')
0 files changed, 0 insertions, 0 deletions
...Fixes a regression introduced with the guile-squee update in 63e5975cac15102e35032d15fcd90e43d5610fa4 (which brings non-blocking/asynchronous 'exec-query') whereby Cuirass would call 'exec-query' whereby another command was being processed. * gnu/packages/ci.scm (cuirass): Update to b825967. Ludovic Courtès 2023-05-10gnu: cuirass: Update to 4a8a4bc....Fixes <https://issues.guix.gnu.org/63389>. * gnu/packages/ci.scm (cuirass): Update to 4a8a4bc. [arguments]: Remove 'set-PATH-for-tests' and 'disable-remote-tests' phases, which are unnecessary. In 'wrap-program' phase, check for "guile-gnutls". [inputs]: Replace GUILE-FIBERS with GUILE-FIBERS-1.1 and GNUTLS with GUILE-GNUTLS. Ludovic Courtès 2023-01-26gnu: guile: Update to 3.0.9....* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.9. * gnu/packages/package-management.scm (guix-for-cuirass): Remove. * gnu/packages/ci.scm (cuirass)[inputs]: Replace 'guix-for-cuirass' with 'guix'. * gnu/packages/patches/guile-continuation-stack-leak.patch, gnu/packages/patches/guile-cross-compilation.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove them. Ludovic Courtès