Commit graph

102430 commits

Author SHA1 Message Date
Ricardo Wurmus 96b560ac8b
gnu: r-dearseq: Update to 1.8.4.
* gnu/packages/bioconductor.scm (r-dearseq): Update to 1.8.4.
2022-10-03 19:08:03 +02:00
Maxim Cournoyer d573494387
doc: Mention sourcing system profile when chrooting.
* doc/guix.texi (Chrooting into an existing system): Add sourcing of system
profile along user profile.
2022-10-03 11:22:19 -04:00
Maxim Cournoyer 06201b76e5
gnu: Remove ocaml-craml.
The package doesn't build from source and is unmaintained according to its
maintainer:
https://github.com/realworldocaml/craml/pull/8#issuecomment-529235628.

* gnu/packages/ocaml.scm (ocaml-craml): Delete variable.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer 67e9513e40
gnu: r-spams: Update to 2.6.1.
* gnu/packages/statistics.scm (r-spams): Update to 2.6.1.
[source]: Migrate from gforge.inria.fr to gitlab.inria.fr, fetching from git.
[phases]: Use gexps.
{patch-paths, mkdist}: New phases.
{no-mtune}: Delete trailing #t.
[native-inputs]: New field.
[home-page]: Update URL.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer 1390e38264
gnu: ocaml-dose3: Migrate from gforce.inria.fr.
* gnu/packages/ocaml.scm (ocaml-dose3) [source]: Fetch from git from inill's gitlab
instance.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer a93781b83c
gnu: Remove unused scotch patches.
* gnu/packages/patches/scotch-build-parallelism.patch: Delete file.
* gnu/packages/patches/scotch-integer-declarations.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer 8ad1978695
gnu: mpfi: Update to 1.5.4-1.b982534.
* gnu/packages/multiprecision.scm (mpfi): Update to 1.5.4-1.b982534.
[source]: Fetch from git and use latest commit available.
[tests?]: Delete argument, enabling test suite.
[phases]: New argument.
[native-inputs]: New field.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer a001be9664
gnu: mpfi: Use gexps and remove input labels.
* gnu/packages/multiprecision.scm (mpfi) [source]: Re-indentation.
[configure-flags]: Use gexps.
[native-inputs]: Remove labels.
2022-10-03 11:16:15 -04:00
Maxim Cournoyer efb974a6fa
gnu: isl: Remove outdated comment.
* gnu/packages/gcc.scm (isl) [source]: Remove outdated comment.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer 384b98028c
gnu: gappa: Honor TESTS?.
* gnu/packages/algebra.scm (gappa) [phases] {check}: Honor TESTS?.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer 0f46559331
gnu: gappa: Update to 1.4.1.
* gnu/packages/algebra.scm (gappa): Update to 1.4.1.
[source]: Fetch from git.
[arguments]: Use gexps.
[phases]: Delete trailing #t.
[native-inputs]: New field.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer bcc61c08be
gnu: gmp-ecm: Update to 7.0.5.
* gnu/packages/algebra.scm (gmp-ecm): Update to 7.0.5.
[source]: Fetch from git from gitlab.inria.fr.
[arguments]: Use gexps.
[phases] {patch-paths}: New phase
[native-inputs]: New field.
[home-page]: Update URL.
2022-10-03 11:16:14 -04:00
Maxim Cournoyer 795f90ea4e
gnu: gf2x: Update to 1.3.0.
* gnu/packages/algebra.scm (gf2x): Update to 1.3.0.
2022-10-03 11:16:13 -04:00
Maxim Cournoyer 2b08945cbb
gnu: gf2x: Migrate from gforge.inria.fr to gitlab.inria.fr.
* gnu/packages/algebra.scm (gf2x) [source]: Fetch from git, adjust URL.
[native-inputs]: Add autoconf, automake and libtool.
[home-site]: Update URL.
2022-10-03 11:16:13 -04:00
Maxim Cournoyer 9945f9419d
gnu-maintenance: Remove retired 'gforge.inria.fr' site.
* guix/gnu-maintenance.scm (html-updatable-package?): Remove "gforge.inria.fr".
2022-10-03 11:16:13 -04:00
Thiago Jung Bauermann aeaabc4253
news: Add 'pt' translation.
* etc/news.scm: Add Portuguese translation of entry about the --with-source
option being recursive.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-10-03 16:23:16 +02:00
Thiago Jung Bauermann ee8211a62c
etc: teams: Add news.scm to translations team scope.
* etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-10-03 15:33:29 +02:00
Michael Rohleder f64c80a538
gnu: emacs-ag: Do not propagate the-silver-searcher.
* gnu/packages/emacs-xyz.scm (emacs-ag)[phases]: Add phase substitute-ag-path
to avoid propagating ag.
[inputs]: Add the-silver-searcher.
[propagated-inputs]: Remove the-silver-searcher.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-03 10:26:42 +03:00
Michael Rohleder 3fbe68d9fc
gnu: emacs-ag: Use gexps.
* gnu/packages/emacs-xyz.scm (emacs-ag)[phases]: Use gexps.
{install-info}: Adjust for gexps.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-03 10:26:41 +03:00
Greg Hogan 582b1f626f
gnu: python-louvain: Fix test.
* gnu/packages/graph.scm (python-louvain)[source]: Add patch.
* gnu/packages/patches/python-louvain-fix-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:22:07 +02:00
Greg Hogan d1c3de6583
gnu: python-setools: Update to 4.4.0.
* gnu/packages/selinux.scm (python-setools): Update to 4.4.0.
[source, home-page]: Update url.
[inputs]: Add python-pyqt.
[native-inputs]: Add python-cython.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:58 +02:00
Greg Hogan 35c92a6324
gnu: python-cfn-lint: Update to 0.65.0.
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.65.0.
[arguments]<#:phases>: Add 'skip-network-test.
[propagated-inputs]: Add python-importlib-resources,
python-jschema-to-python, python-sarif-om.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:51 +02:00
Greg Hogan 56d8907c5f
gnu: Add python-sarif-om.
* gnu/packages/python-web.scm (python-sarif-om): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:47 +02:00
Greg Hogan dec74d4563
gnu: Add python-jschema-to-python.
* gnu/packages/python-web.scm (python-jschema-to-python): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:38 +02:00
Greg Hogan 2070ce84ec
gnu: python-aws-sam-translator: Update to 1.51.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.51.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:34 +02:00
Greg Hogan 5440d6be78
gnu: python-networkx: Update to 2.8.6.
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.8.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:21:29 +02:00
Wiktor Żelazny b479089fdc
gnu: Add texlive-generic-xstring.
* gnu/packages/tex.scm (texlive-generic-xstring): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:20:05 +02:00
Giovanni Biscuolo 69aa41e405
gnu: emacs-telega: Use tdlib-1.8.0
emacs-telega is compatible with the latest TDLib major release 1.8.0

* gnu/packages/emacs-xyz.scm: (emacs-telega) Use tdlib-1.8.0 instead of latest tdlib

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:18:43 +02:00
Giovanni Biscuolo abc232c42d
gnu: Add tdlib-1.8.0.
This is needed for emacs-telega 0.8.3

* gnu/packages/messaging.scm (tdlib-1.8.0): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-10-02 23:18:43 +02:00
Ludovic Courtès 782c7455e1
gnu: ffmpeg@4: Build against SDL2 2.0 so 'ffplay' gets built.
Fixes <https://issues.guix.gnu.org/58090>.
Reported by Zhu Zihao <all_but_last@163.com>.

* gnu/packages/sdl.scm (sdl2-2.0): New variable.
* gnu/packages/video.scm (ffmpeg-4)[inputs]: New field.
2022-10-02 23:18:42 +02:00
Ludovic Courtès 4bd75d79e5
read-print: Fix indentation rule for 'match-lambda*'.
Fixes <https://issues.guix.gnu.org/58040>.
Reported by Maxime Devos <maximedevos@telenet.be>.

* guix/read-print.scm (%special-forms): Set 'match-lambda*' parameter
count to 1.
2022-10-02 22:27:55 +02:00
Ludovic Courtès 3624f4358c
doc: Update the URL of ISC DHCP.
* doc/guix.texi (Networking Services): Update ISC DHCP URL.
2022-10-02 22:14:45 +02:00
Ludovic Courtès 6a04bc8a6d
transformations: Switch to SRFI-71.
* guix/transformations.scm (package-with-source)
(evaluate-source-replacement-specs): Use SRFI-71 'let' instead of
'let-values'.
2022-10-02 22:14:45 +02:00
Michael Rohleder bb3b810167
gnu: emacs-scratch-el: Update source and homepage.
* gnu/packages/emacs-xyz.scm (emacs-scratch-el)[source, homepage]: Update URL.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:40:17 +03:00
Michael Rohleder 6fc185bc79
gnu: pantalaimon: Update to 0.10.5.
* gnu/packages/matrix.scm (pantalaimon): Update to 0.10.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:40 +03:00
Michael Rohleder d37f4f4ac7
gnu: python-matrix-nio: Update to 0.20.0.
* gnu/packages/matrix.scm (python-matrix-nio): Update to 0.20.0.
[native-inputs]: Add python-pytest-asyncio.
[propagated-inputs]: Changed python-jsonschema to python-jsonschema-next.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:38 +03:00
Michael Rohleder 357bd133d8
gnu: python-aiohttp-socks: Update to 0.7.1.
* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.7.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:36 +03:00
Michael Rohleder 6448abe39a
gnu: python-socks: Update to 2.0.3.
* gnu/packages/python-web.scm (python-socks): Update to 2.0.3.
[arguments]<#:phases>: Remove trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:34:30 +03:00
Hilton Chain 5bd048debf
gnu: Add go-1.19.
* gnu/packages/golang (go-1.19,go-std-1.19): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:23:07 +03:00
Hilton Chain f44ba4a1ad
gnu: Add go-1.18.
* gnu/packages/golang (go-1.18,go-std-1.18): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:22:53 +03:00
itd 2ac5da4b5a
gnu: Add ghc-9.0.
* gnu/packages/haskell.scm (ghc-9.0): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 15:16:18 +03:00
Fulbert ae22181374
gnu: csound: Update to 6.16.2.
* gnu/packages/audio.scm (csound): Update to 6.16.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:54:21 +03:00
Mike Swanson 77bcdb7439
gnu: units: Update to 2.22.
* gnu/packages/maths.scm (units): Update to 2.22.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:36:23 +03:00
ギャラ 1df3af9bdf
gnu: neovim: Update to 0.8.0.
* gnu/packages/vim.scm (neovim): Update to 0.8.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:31:45 +03:00
ギャラ 09e5f9e38e
gnu: libvterm: Update to 0.3.0.
* gnu/packages/terminals.scm (libvterm): Update to 0.3.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-02 14:31:41 +03:00
Marius Bakke 78176e3a81
gnu: ungoogled-chromium: Update to 106.0.5249.91-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 106.0.5249.91.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-10-01 23:13:13 +02:00
Efraim Flashner 821cd5651a
gnu: exercism: Remove input labels.
* gnu/packages/education.scm (exercism)[inputs]: Remove input labels.
2022-10-01 23:48:02 +03:00
Efraim Flashner 04516a7adf
gnu: exercism: Update home-page.
* gnu/packages/education.scm (exercism)[home-page]: Follow redirect.
2022-10-01 23:47:06 +03:00
Efraim Flashner 4b5ac6b226
gnu: exercism: Install shell completions.
* gnu/packages/education.scm (exercism)[arguments]: Add a phase to build
and install shell completions.
2022-10-01 23:46:12 +03:00
Guillaume Le Vaillant 461b1e4909
gnu: nanovna-saver: Update to 0.5.3.
* gnu/packages/radio.scm (nanovna-saver): Update to 0.5.3.
2022-10-01 18:22:53 +02:00