jackhill/guix/guix.git
3 years agognu: cuirass: Update to 0.0.1-74.c8051f3.
Mathieu Othacehe [Wed, 10 Mar 2021 12:59:44 +0000 (13:59 +0100)]
gnu: cuirass: Update to 0.0.1-74.c8051f3.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-74.c8051f3.

3 years agoinferior: Use a safe symlink monadic procedure.
Mathieu Othacehe [Wed, 10 Mar 2021 11:08:10 +0000 (12:08 +0100)]
inferior: Use a safe symlink monadic procedure.

This is a follow-up of 6ee7e3d26b8f5d2a234518cc2ab1bfeba7cd7c18.

* guix/inferior.scm (cached-channel-instance): Introduce "symlink/safe" and
use it instead of symlink. Remove the duplicated "file-exists?" call.

3 years agoRevert "inferior: Break cached-channel-instance into two procedures."
Mathieu Othacehe [Wed, 10 Mar 2021 10:28:35 +0000 (11:28 +0100)]
Revert "inferior: Break cached-channel-instance into two procedures."

This reverts commit 7d63b775513e7049047222dbe403a4181f63828d because it raises
some concerns, see:
https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00124.html.

3 years agognu: mongodb: Update to 3.4.24 [security fixes].
Léo Le Bouter [Wed, 10 Mar 2021 12:01:58 +0000 (13:01 +0100)]
gnu: mongodb: Update to 3.4.24 [security fixes].

* gnu/packages/patches/mongodb-support-unknown-linux-distributions.patch:
Remove patch.
* gnu/local.mk (dist_patch_DATA): Ditto.
* gnu/packages/databases.scm (mongodb): Update to 3.4.24.
[source]: Drop patch. Update third_party libs folder names.

3 years agognu: mysql: Update to 5.7.33 [security fixes].
Léo Le Bouter [Wed, 10 Mar 2021 11:22:17 +0000 (12:22 +0100)]
gnu: mysql: Update to 5.7.33 [security fixes].

* gnu/packages/databases.scm (mysql): Update to 5.7.33.

3 years agognu: python-sanic: Update to 20.12.2.
Lars-Dominik Braun [Thu, 4 Mar 2021 13:48:28 +0000 (14:48 +0100)]
gnu: python-sanic: Update to 20.12.2.

* gnu/packages/python-web.scm (python-sanic) [version]: Update to 20.12.2.
[arguments]: Relax dependency versions.
[native-inputs]: Add python-pytest-asyncio.
[home-page]: Update.
[synopsis]: Remove Python version.
[description]: Ditto.

3 years agognu: python-pytest-sanic: Update to 1.7.0.
Lars-Dominik Braun [Thu, 4 Mar 2021 13:47:22 +0000 (14:47 +0100)]
gnu: python-pytest-sanic: Update to 1.7.0.

* gnu/packages/python-check.scm (python-pytest-sanic) [version]: Update to
1.7.0.
[propagated-inputs]: Replace python-aiohttp with python-httpx and add
python-websockets.

3 years agognu: python-aiofiles: Update to 0.6.0.
Lars-Dominik Braun [Thu, 4 Mar 2021 13:46:25 +0000 (14:46 +0100)]
gnu: python-aiofiles: Update to 0.6.0.

* gnu/packages/python-xyz.scm (python-aiofiles): Update to 0.6.0.

3 years agognu: python-ujson: Update to 4.0.2.
Lars-Dominik Braun [Thu, 4 Mar 2021 13:45:26 +0000 (14:45 +0100)]
gnu: python-ujson: Update to 4.0.2.

* gnu/packages/python-xyz.scm (python-ujson): Update to 4.0.2.

3 years agognu: python-tortoise-orm: Update to 0.16.21.
Lars-Dominik Braun [Thu, 4 Mar 2021 12:30:09 +0000 (13:30 +0100)]
gnu: python-tortoise-orm: Update to 0.16.21.

* gnu/packages/databases.scm (python-tortoise-orm) [version]: Update to 0.16.21.
[arguments]: Relax version requirements.

3 years agognu: python-aiosqlite: Update to 0.17.0.
Lars-Dominik Braun [Thu, 4 Mar 2021 12:27:11 +0000 (13:27 +0100)]
gnu: python-aiosqlite: Update to 0.17.0.

* gnu/packages/databases.scm (python-aiosqlite) [version]: Update to 0.17.0.
[arguments]: Run tests.
[propagated-inputs]: Add python-typing-extensions.

3 years agognu: python-pypika: Update to 0.47.6.
Lars-Dominik Braun [Thu, 4 Mar 2021 12:26:16 +0000 (13:26 +0100)]
gnu: python-pypika: Update to 0.47.6.

* gnu/packages/databases.scm (python-pypika): Update to 0.47.6.

3 years agognu: python-aiounittest: Update to 1.4.0.
Lars-Dominik Braun [Thu, 4 Mar 2021 12:23:45 +0000 (13:23 +0100)]
gnu: python-aiounittest: Update to 1.4.0.

* gnu/packages/check.scm (python-aiounittest) [version]: Update to 1.4.0.
[source]: Switch to git repository.
[arguments]: Run notetests.
[propagated-inputs]: Add python-wrapt.

3 years agognu: python-shouldbe: Remove.
Lars-Dominik Braun [Thu, 4 Mar 2021 11:00:47 +0000 (12:00 +0100)]
gnu: python-shouldbe: Remove.

Unmaintained upstream and its only dependent (python-gssapi) dropped it.

* gnu/packages/patches/python-shouldbe-0.1.2-cpy3.8.patch: Remove.
* gnu/local.mk: Drop patch file.
* gnu/packages/python-xyz.scm (python-shouldbe): Remove.

3 years agognu: python-asyncssh: Update to 2.5.0.
Lars-Dominik Braun [Thu, 4 Mar 2021 10:59:19 +0000 (11:59 +0100)]
gnu: python-asyncssh: Update to 2.5.0.

* gnu/packages/ssh.scm (python-asyncssh): Update to 2.5.0.

3 years agognu: python-gssapi: Update to 1.6.12.
Lars-Dominik Braun [Thu, 4 Mar 2021 10:57:45 +0000 (11:57 +0100)]
gnu: python-gssapi: Update to 1.6.12.

* gnu/packages/python-xyz.scm (python-gssapi) [version]: Update to 1.6.12.
[arguments]: Tests have been fixed upstream, remove.
[native-inputs]: python-shouldbea is not required any more, remove.

3 years agognu: cyrus-sasl: Fix CVE-2019-19906.
Léo Le Bouter [Wed, 10 Mar 2021 10:49:35 +0000 (11:49 +0100)]
gnu: cyrus-sasl: Fix CVE-2019-19906.

* gnu/packages/patches/cyrus-sasl-CVE-2019-19906.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/cyrus-sasl.scm (cyrus-sasl/fixed): New variable. Apply patch.
(cyrus-sasl)[replacement]: Graft.

3 years agognu: gajim: Update to 1.3.1.
Raghav Gururajan [Tue, 9 Mar 2021 06:48:15 +0000 (01:48 -0500)]
gnu: gajim: Update to 1.3.1.

* gnu/packages/messaging.scm (gajim): Update to 1.3.1.
[arguments]: Modify custom 'disable-failing-tests phase.

3 years agognu: sdcc: Update to 4.1.0.
Simon South [Tue, 9 Mar 2021 14:03:43 +0000 (09:03 -0500)]
gnu: sdcc: Update to 4.1.0.

* gnu/packages/embedded.scm (sdcc): Update to 4.1.0.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: botan: Update to 2.17.3 [fixes CVE-2021-24115].
Léo Le Bouter [Wed, 10 Mar 2021 10:17:53 +0000 (11:17 +0100)]
gnu: botan: Update to 2.17.3 [fixes CVE-2021-24115].

* gnu/packages/crypto.scm (botan): Update to 2.17.3.
[arguments]: Add 'library-path-for-tests phase to fix 'check phase by setting
LD_LIBRARY_PATH to intermediate build directory so tests can find libbotan.

3 years agognu: zziplib: Update to 0.13.72 [security fixes].
Léo Le Bouter [Wed, 10 Mar 2021 09:55:04 +0000 (10:55 +0100)]
gnu: zziplib: Update to 0.13.72 [security fixes].

Non-exhaustively, fixes CVE-2018-16548 and CVE-2018-17828.

* gnu/packages/compression.scm (zziplib/fixed): New variable.
(zziplib)[replacement]: Graft.

3 years agognu: Add unixcw.
Guillaume Le Vaillant [Wed, 10 Mar 2021 09:15:30 +0000 (10:15 +0100)]
gnu: Add unixcw.

* gnu/packages/radio.scm (unixcw): New variable.

3 years agognu: Add aldo.
Guillaume Le Vaillant [Wed, 10 Mar 2021 08:45:52 +0000 (09:45 +0100)]
gnu: Add aldo.

* gnu/packages/radio.scm (aldo): New variable.

3 years agognu: python-nbxmpp: Update to 2.0.2.
Raghav Gururajan [Tue, 9 Mar 2021 06:25:33 +0000 (01:25 -0500)]
gnu: python-nbxmpp: Update to 2.0.2.

* gnu/packages/messaging.scm (python-nbxmpp) [version]: Update to 2.0.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: bsdiff: Fix CVE-2014-9862.
Léo Le Bouter [Wed, 10 Mar 2021 08:50:14 +0000 (09:50 +0100)]
gnu: bsdiff: Fix CVE-2014-9862.

* gnu/packages/patches/bsdiff-CVE-2014-9862.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/compression.scm (bsdiff): Apply it.

3 years agotests: cuirass: Remove cuirass simple test.
Mathieu Othacehe [Wed, 10 Mar 2021 08:37:11 +0000 (09:37 +0100)]
tests: cuirass: Remove cuirass simple test.

This is a follow-up of 6c883d0f1deacff4fc227a4f925414a3733efc6e.

* gnu/tests/cuirass.scm (simple-cuirass-service, %cuirass-simple-test): Remove
them.

3 years agoservices: cuirass: Remove simple cuirass configuration.
Mathieu Othacehe [Wed, 10 Mar 2021 08:05:02 +0000 (09:05 +0100)]
services: cuirass: Remove simple cuirass configuration.

The Cuirass configuration has been simplified so that this is no longer
needed.

* gnu/services/cuirass.scm (<build-manifest>, <simple-cuirass-configuration>,
simple-cuirass-configuration->specs): Remove them.

3 years agoci: Remove hydra support.
Mathieu Othacehe [Wed, 10 Mar 2021 07:48:19 +0000 (08:48 +0100)]
ci: Remove hydra support.

This removes hydra support to use Cuirass as the only continuous integration
system.

* build-aux/hydra/gnu-system.scm: Remove it.
* build-aux/hydra/guix-modular.scm: Ditto.
* build-aux/hydra/guix.scm: Ditto.
* build-aux/cuirass/hydra-to-cuirass.scm: Ditto.
* Makefile.am (EXTRA_DIST): Update it.
(hydra-jobs.scm): Remove it.
(cuirass-jobs.scm): Update it.
* build-aux/hydra/evaluate.scm: Move it to ...
* build-aux/cuirass/evaluate.scm: ... here.
* build-aux/cuirass/guix-modular.scm: Remove it.
* build-aux/cuirass/gnu-system.scm: Ditto.
* guix/packages.scm (%hydra-supported-systems): Rename it to ...
(%cuirass-supported-systems): ... this variable.
* build-aux/check-final-inputs-self-contained: Adapt it.
* etc/release-manifest.scm: Ditto.
* gnu/ci.scm (package->alist): Remove it.
(derivation->job): New procedure.
(package-job, package-cross-job, cross-jobs, image-jobs, system-test-jobs,
tarball-jobs): Use it.
(guix-jobs): New procedure.
(hydra-jobs): Rename it to ...
(cuirass-jobs): ... this procedure.

3 years agochannels: Export channel-instance->sexp.
Mathieu Othacehe [Wed, 10 Mar 2021 07:47:54 +0000 (08:47 +0100)]
channels: Export channel-instance->sexp.

* guix/channels.scm (channel-instance->sexp): Export it.

3 years agoinferior: Fix concurrent cached-profile calls.
Mathieu Othacehe [Fri, 5 Mar 2021 11:49:06 +0000 (12:49 +0100)]
inferior: Fix concurrent cached-profile calls.

* guix/inferior.scm (cached-profile): Do not create the profile symlink if it
already exists.

3 years agoinferior: Break cached-channel-instance into two procedures.
Mathieu Othacehe [Fri, 5 Mar 2021 08:51:42 +0000 (09:51 +0100)]
inferior: Break cached-channel-instance into two procedures.

Break cached-channel-instance into two different procedures:
channels->cached-profile and instances->cached-profile operating respectively
on channels and channels instances.

* guix/inferior.scm (cached-channel-instance): Rename it into ...
(cached-profile): ... this new procedure.
(channels->cached-profile, instances->cached-profile): New procedures.
* guix/scripts/time-machine.scm (guix-time-machine): Adapt accordingly.

3 years agoservices: cuirass: Do not create the database directory.
Mathieu Othacehe [Tue, 9 Mar 2021 16:04:27 +0000 (17:04 +0100)]
services: cuirass: Do not create the database directory.

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

* gnu/services/cuirass.scm (cuirass-activation): Since the PostgreSQL switch,
it is no longer needed to create the database directory.

3 years agognu: cuirass: Update to 0.0.1-73.14e1335.
Mathieu Othacehe [Wed, 10 Mar 2021 07:41:10 +0000 (08:41 +0100)]
gnu: cuirass: Update to 0.0.1-73.14e1335.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-73.14e1335.
[arguments]: Enable tests and add new 'set-PATH-for-tests phase.
[native-inputs]: Add ephemeralpg.

3 years agognu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.
Mathieu Othacehe [Wed, 10 Mar 2021 07:40:34 +0000 (08:40 +0100)]
gnu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.

* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e.

3 years agognu: gnucobol: Update to 3.1.2 [security fixes].
Léo Le Bouter [Wed, 10 Mar 2021 05:54:48 +0000 (06:54 +0100)]
gnu: gnucobol: Update to 3.1.2 [security fixes].

* gnu/packages/cobol.scm (gnucobol): Update to 3.1.2.
[arguments]: Add 'set-TERM phase before 'check to set the TERM environment
variable for tests that expect it.

3 years agognu: osc: Update to 0.172.0 [fixes CVE-2019-3681].
Léo Le Bouter [Wed, 10 Mar 2021 04:00:03 +0000 (05:00 +0100)]
gnu: osc: Update to 0.172.0 [fixes CVE-2019-3681].

* gnu/packages/build-tools.scm (osc): Update to 0.172.0.
[native-inputs]: Add python-chardet. Required by tests.

3 years agognu: python-m2crypto: Disable tests because they are date-sensitive.
Léo Le Bouter [Wed, 10 Mar 2021 03:57:58 +0000 (04:57 +0100)]
gnu: python-m2crypto: Disable tests because they are date-sensitive.

* gnu/packages/python-crypto.scm (python-m2crypto)[arguments]: Set '#:tests?'
to '#f'.

3 years agognu: linux-libre 5.4: Update to 5.4.104.
Leo Famulari [Tue, 9 Mar 2021 19:18:55 +0000 (14:18 -0500)]
gnu: linux-libre 5.4: Update to 5.4.104.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.104.
(linux-libre-5.4-pristine-source): Update hash.

3 years agognu: linux-libre 5.10: Update to 5.10.22.
Leo Famulari [Tue, 9 Mar 2021 19:18:34 +0000 (14:18 -0500)]
gnu: linux-libre 5.10: Update to 5.10.22.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.22.
(linux-libre-5.10-pristine-source): Update hash.

3 years agognu: linux-libre: Update to 5.11.5.
Leo Famulari [Tue, 9 Mar 2021 19:18:12 +0000 (14:18 -0500)]
gnu: linux-libre: Update to 5.11.5.

* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.5.
(linux-libre-5.11-pristine-source): Update hash.

3 years agognu: c-ares: Update to 1.17.1 [fixes CVE-2020-8277].
Léo Le Bouter [Wed, 10 Mar 2021 02:52:04 +0000 (03:52 +0100)]
gnu: c-ares: Update to 1.17.1 [fixes CVE-2020-8277].

* gnu/packages/adns.scm (c-ares/fixed): New variable.
(c-ares)[replacement]: Graft.

3 years agognu: imagemagick/fixed: Retain version length for successful grafting.
Léo Le Bouter [Wed, 10 Mar 2021 00:34:11 +0000 (01:34 +0100)]
gnu: imagemagick/fixed: Retain version length for successful grafting.

* gnu/packages/imagemagick.scm (imagemagick/fixed):
[version]: Append 'g'.
[source]: Hardcode version.

3 years agognu: password-store: Update to 1.7.3-1.918992c.
Sébastien Lerique [Sun, 7 Mar 2021 13:15:26 +0000 (22:15 +0900)]
gnu: password-store: Update to 1.7.3-1.918992c.

* gnu/packages/password-utils.scm (password-store): Update to
1.7.3-1.918992c.
[arguments]<#:phases>['wrap-path]: Add "wl-clipboard".
[inputs]: Add "wl-clipboard".

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agognu: dcmtk: Update to 3.6.6.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 23:49:53 +0000 (00:49 +0100)]
gnu: dcmtk: Update to 3.6.6.

* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.6.
[inputs]: Add icu4c.

3 years agognu: electron-cash: Update to 4.2.4.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 22:30:29 +0000 (23:30 +0100)]
gnu: electron-cash: Update to 4.2.4.

* gnu/packages/finance.scm (electron-cash): Update to 4.2.4.

3 years agognu: range-v3: Fix typo in description.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 22:24:18 +0000 (23:24 +0100)]
gnu: range-v3: Fix typo in description.

* gnu/packages/cpp.scm (range-v3)[description]: Fix typo.

3 years agodoc: Fix grammar.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 20:59:53 +0000 (21:59 +0100)]
doc: Fix grammar.

* doc/contributing.texi (Package Naming): Fix grammar.

3 years agognu: fcitx5: Update to 5.0.5.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 19:52:52 +0000 (20:52 +0100)]
gnu: fcitx5: Update to 5.0.5.

* gnu/packages/fcitx5.scm (fcitx5): Update to 5.0.5.

3 years agognu: lmdb: Update to 0.9.28.
Tobias Geerinckx-Rice [Tue, 9 Mar 2021 19:52:29 +0000 (20:52 +0100)]
gnu: lmdb: Update to 0.9.28.

* gnu/packages/databases.scm (lmdb): Update to 0.9.28.

3 years agognu: git: Update to 2.30.2 [fixes CVE-2021-21300].
Léo Le Bouter [Wed, 10 Mar 2021 00:01:46 +0000 (01:01 +0100)]
gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].

* gnu/packages/version-control.scm (git): Update to 2.30.2.

3 years agognu: libtiff: Update to 4.2.0 [security fixes].
Léo Le Bouter [Tue, 9 Mar 2021 23:45:48 +0000 (00:45 +0100)]
gnu: libtiff: Update to 4.2.0 [security fixes].

Non-exhaustively, fixes CVE-2020-35523, CVE-2020-35522 and CVE-2020-35521.

* gnu/packages/image.scm (libtiff/fixed): New variable.
(libtiff)[replacement]: Graft.

3 years agognu: Add nextcloud-client.
Raghav Gururajan [Tue, 9 Mar 2021 07:19:00 +0000 (02:19 -0500)]
gnu: Add nextcloud-client.

* gnu/packages/messaging.scm (nextcloud-client): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: Add qtsolutions.
Raghav Gururajan [Tue, 9 Mar 2021 07:14:56 +0000 (02:14 -0500)]
gnu: Add qtsolutions.

* gnu/packages/qt.scm (qtsolutions): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: Add appstream.
Raghav Gururajan [Fri, 15 Jan 2021 04:32:27 +0000 (23:32 -0500)]
gnu: Add appstream.

* gnu/packages/freedesktop.scm (appstream): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
3 years agognu: imagemagick: Update to 6.9.12-2 [security fixes].
Léo Le Bouter [Tue, 9 Mar 2021 22:02:51 +0000 (23:02 +0100)]
gnu: imagemagick: Update to 6.9.12-2 [security fixes].

* gnu/packages/imagemagick.scm (imagemagick/fixed): New variable.
(imagemagick)[replacement]: Graft.

3 years agognu: r-lubridate: Update to 1.7.10.
Ricardo Wurmus [Tue, 9 Mar 2021 20:43:01 +0000 (21:43 +0100)]
gnu: r-lubridate: Update to 1.7.10.

* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.10.

3 years agognu: r-pbkrtest: Update to 0.5.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:57 +0000 (21:42 +0100)]
gnu: r-pbkrtest: Update to 0.5.1.

* gnu/packages/statistics.scm (r-pbkrtest): Update to 0.5.1.

3 years agognu: r-quantreg: Update to 5.85.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:54 +0000 (21:42 +0100)]
gnu: r-quantreg: Update to 5.85.

* gnu/packages/statistics.scm (r-quantreg): Update to 5.85.

3 years agognu: r-matrixmodels: Update to 0.5-0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:51 +0000 (21:42 +0100)]
gnu: r-matrixmodels: Update to 0.5-0.

* gnu/packages/statistics.scm (r-matrixmodels): Update to 0.5-0.

3 years agognu: r-beeswarm: Update to 0.3.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:48 +0000 (21:42 +0100)]
gnu: r-beeswarm: Update to 0.3.1.

* gnu/packages/statistics.scm (r-beeswarm): Update to 0.3.1.

3 years agognu: r-hmisc: Update to 4.5-0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:45 +0000 (21:42 +0100)]
gnu: r-hmisc: Update to 4.5-0.

* gnu/packages/statistics.scm (r-hmisc): Update to 4.5-0.

3 years agognu: r-tidyr: Update to 1.1.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:42 +0000 (21:42 +0100)]
gnu: r-tidyr: Update to 1.1.3.

* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.3.

3 years agognu: r-glmnet: Update to 4.1-1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:39 +0000 (21:42 +0100)]
gnu: r-glmnet: Update to 4.1-1.

* gnu/packages/statistics.scm (r-glmnet): Update to 4.1-1.

3 years agognu: r-sparsem: Update to 1.81.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:36 +0000 (21:42 +0100)]
gnu: r-sparsem: Update to 1.81.

* gnu/packages/statistics.scm (r-sparsem): Update to 1.81.

3 years agognu: r-segmented: Update to 1.3-3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:33 +0000 (21:42 +0100)]
gnu: r-segmented: Update to 1.3-3.

* gnu/packages/statistics.scm (r-segmented): Update to 1.3-3.

3 years agognu: r-rmarkdown: Update to 2.7.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:29 +0000 (21:42 +0100)]
gnu: r-rmarkdown: Update to 2.7.

* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.7.

3 years agognu: r-desc: Update to 1.3.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:26 +0000 (21:42 +0100)]
gnu: r-desc: Update to 1.3.0.

* gnu/packages/statistics.scm (r-desc): Update to 1.3.0.
[propagated-inputs]: Remove r-assertthat.

3 years agognu: r-data-table: Update to 1.14.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:22 +0000 (21:42 +0100)]
gnu: r-data-table: Update to 1.14.0.

* gnu/packages/statistics.scm (r-data-table): Update to 1.14.0.

3 years agognu: r-dplyr: Update to 1.0.5.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:19 +0000 (21:42 +0100)]
gnu: r-dplyr: Update to 1.0.5.

* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.5.

3 years agognu: r-tibble: Update to 3.1.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:16 +0000 (21:42 +0100)]
gnu: r-tibble: Update to 3.1.0.

* gnu/packages/statistics.scm (r-tibble): Update to 3.1.0.
[propagated-inputs]: Remove r-cli and r-crayon.

3 years agognu: r-testthat: Update to 3.0.2.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:12 +0000 (21:42 +0100)]
gnu: r-testthat: Update to 3.0.2.

* gnu/packages/statistics.scm (r-testthat): Update to 3.0.2.

3 years agognu: r-mime: Update to 0.10.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:09 +0000 (21:42 +0100)]
gnu: r-mime: Update to 0.10.

* gnu/packages/statistics.scm (r-mime): Update to 0.10.

3 years agognu: r-svglite: Update to 2.0.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:06 +0000 (21:42 +0100)]
gnu: r-svglite: Update to 2.0.0.

* gnu/packages/statistics.scm (r-svglite): Update to 2.0.0.
[inputs]: Add libpng and zlib.
[propagated-inputs]: Remove r-bh, r-gdtools, and r-rcpp; add r-cpp11 and
r-systemfonts.

3 years agognu: r-mgcv: Update to 1.8-34.
Ricardo Wurmus [Tue, 9 Mar 2021 20:42:00 +0000 (21:42 +0100)]
gnu: r-mgcv: Update to 1.8-34.

* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-34.

3 years agognu: r-cluster: Update to 2.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:57 +0000 (21:41 +0100)]
gnu: r-cluster: Update to 2.1.1.

* gnu/packages/statistics.scm (r-cluster): Update to 2.1.1.

3 years agognu: r-mass: Update to 7.3-53.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:54 +0000 (21:41 +0100)]
gnu: r-mass: Update to 7.3-53.1.

* gnu/packages/statistics.scm (r-mass): Update to 7.3-53.1.

3 years agognu: r-boot: Update to 1.3-27.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:51 +0000 (21:41 +0100)]
gnu: r-boot: Update to 1.3-27.

* gnu/packages/statistics.scm (r-boot): Update to 1.3-27.

3 years agognu: r-ragg: Update to 1.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:48 +0000 (21:41 +0100)]
gnu: r-ragg: Update to 1.1.1.

* gnu/packages/cran.scm (r-ragg): Update to 1.1.1.

3 years agognu: r-textshaping: Update to 0.3.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:45 +0000 (21:41 +0100)]
gnu: r-textshaping: Update to 0.3.1.

* gnu/packages/cran.scm (r-textshaping): Update to 0.3.1.

3 years agognu: r-mlr3tuning: Update to 0.7.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:42 +0000 (21:41 +0100)]
gnu: r-mlr3tuning: Update to 0.7.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.7.0.

3 years agognu: r-mlr3: Update to 0.11.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:38 +0000 (21:41 +0100)]
gnu: r-mlr3: Update to 0.11.0.

* gnu/packages/cran.scm (r-mlr3): Update to 0.11.0.
[propagated-inputs]: Add r-palmerpenguins and r-parallelly.

3 years agognu: r-paradox: Update to 0.7.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:33 +0000 (21:41 +0100)]
gnu: r-paradox: Update to 0.7.1.

* gnu/packages/cran.scm (r-paradox): Update to 0.7.1.

3 years agognu: r-tune: Update to 0.1.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:30 +0000 (21:41 +0100)]
gnu: r-tune: Update to 0.1.3.

* gnu/packages/cran.scm (r-tune): Update to 0.1.3.
[propagated-inputs]: Remove r-hardhat.

3 years agognu: r-dicedesign: Update to 1.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:26 +0000 (21:41 +0100)]
gnu: r-dicedesign: Update to 1.9.

* gnu/packages/cran.scm (r-dicedesign): Update to 1.9.

3 years agognu: r-rsample: Update to 0.0.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:23 +0000 (21:41 +0100)]
gnu: r-rsample: Update to 0.0.9.

* gnu/packages/cran.scm (r-rsample): Update to 0.0.9.
[propagated-inputs]: Remove r-modeldata.

3 years agognu: r-survminer: Update to 0.4.9.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:18 +0000 (21:41 +0100)]
gnu: r-survminer: Update to 0.4.9.

* gnu/packages/cran.scm (r-survminer): Update to 0.4.9.
[propagated-inputs]: Add r-ggtext.

3 years agognu: r-flexsurv: Update to 2.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:14 +0000 (21:41 +0100)]
gnu: r-flexsurv: Update to 2.0.

* gnu/packages/cran.scm (r-flexsurv): Update to 2.0.
[propagated-inputs]: Add r-assertthat, r-dplyr, r-generics, r-magrittr,
r-matrix, r-numderiv, r-purrr, r-rlang, r-rstpm2, and r-tidyselect.

3 years agognu: r-isoband: Update to 0.2.4.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:07 +0000 (21:41 +0100)]
gnu: r-isoband: Update to 0.2.4.

* gnu/packages/cran.scm (r-isoband): Update to 0.2.4.
[propagated-inputs]: Remove r-testthat.

3 years agognu: r-erm: Update to 1.0-2.
Ricardo Wurmus [Tue, 9 Mar 2021 20:41:02 +0000 (21:41 +0100)]
gnu: r-erm: Update to 1.0-2.

* gnu/packages/cran.scm (r-erm): Update to 1.0-2.

3 years agognu: r-openmx: Update to 2.19.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:59 +0000 (21:40 +0100)]
gnu: r-openmx: Update to 2.19.1.

* gnu/packages/cran.scm (r-openmx): Update to 2.19.1.

3 years agognu: r-isocodes: Update to 2021.02.24.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:56 +0000 (21:40 +0100)]
gnu: r-isocodes: Update to 2021.02.24.

* gnu/packages/cran.scm (r-isocodes): Update to 2021.02.24.

3 years agognu: r-imager: Update to 0.42.7.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:53 +0000 (21:40 +0100)]
gnu: r-imager: Update to 0.42.7.

* gnu/packages/cran.scm (r-imager): Update to 0.42.7.

3 years agognu: r-gamlss: Update to 5.3-1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:49 +0000 (21:40 +0100)]
gnu: r-gamlss: Update to 5.3-1.

* gnu/packages/cran.scm (r-gamlss): Update to 5.3-1.

3 years agognu: r-lifecycle: Update to 1.0.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:46 +0000 (21:40 +0100)]
gnu: r-lifecycle: Update to 1.0.0.

* gnu/packages/cran.scm (r-lifecycle): Update to 1.0.0.

3 years agognu: r-parameters: Update to 0.12.0.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:43 +0000 (21:40 +0100)]
gnu: r-parameters: Update to 0.12.0.

* gnu/packages/cran.scm (r-parameters): Update to 0.12.0.

3 years agognu: r-kableextra: Update to 1.3.4.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:40 +0000 (21:40 +0100)]
gnu: r-kableextra: Update to 1.3.4.

* gnu/packages/cran.scm (r-kableextra): Update to 1.3.4.
[propagated-inputs]: Add r-svglite.

3 years agognu: r-dalex: Update to 2.1.1.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:36 +0000 (21:40 +0100)]
gnu: r-dalex: Update to 2.1.1.

* gnu/packages/cran.scm (r-dalex): Update to 2.1.1.

3 years agognu: r-xmlparsedata: Update to 1.0.5.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:32 +0000 (21:40 +0100)]
gnu: r-xmlparsedata: Update to 1.0.5.

* gnu/packages/cran.scm (r-xmlparsedata): Update to 1.0.5.

3 years agognu: r-ggraph: Update to 2.0.5.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:29 +0000 (21:40 +0100)]
gnu: r-ggraph: Update to 2.0.5.

* gnu/packages/cran.scm (r-ggraph): Update to 2.0.5.

3 years agognu: r-ggforce: Update to 0.3.3.
Ricardo Wurmus [Tue, 9 Mar 2021 20:40:26 +0000 (21:40 +0100)]
gnu: r-ggforce: Update to 0.3.3.

* gnu/packages/cran.scm (r-ggforce): Update to 0.3.3.