jackhill/guix/guix.git
2 years agoetc: Add more SELinux permissions for the daemon.
Marius Bakke [Mon, 24 Jan 2022 10:26:07 +0000 (11:26 +0100)]
etc: Add more SELinux permissions for the daemon.

* etc/guix-daemon.cil.in (guix_daemon): Permit write on guix_daemon_conf_t
sock_file, necessary for garbage collection.

2 years agognu: gcompris-qt: Update to 2.1.
Efraim Flashner [Mon, 24 Jan 2022 10:04:37 +0000 (12:04 +0200)]
gnu: gcompris-qt: Update to 2.1.

* gnu/packages/education.scm (gcompris-qt): Update to 2.1.
[source]: Download from new upstream location.

2 years agobuild-system/clojure: Support compiling Java.
Reily Siegel [Tue, 18 Jan 2022 18:17:24 +0000 (13:17 -0500)]
build-system/clojure: Support compiling Java.

* guix/build/clojure-build-system.scm (compile-java): New variable.
(build): Copy classes compiled from Java and optionally Java sources to
the final jar.
(%standard-phases): Add compile-java phase before build.
* guix/build/clojure-utils.scm (%java-source-dirs): New variable.
(%java-compile-dir): New variable.
* guix/build-system/clojure.scm (clojure-build): Include %java-source-dirs and
%java-compile-dir.
(builder): Include %java-source-dirs and %java-compile-dir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agobuild-system/clojure: Exit with non-zero if tests fail.
Reily Siegel [Sun, 16 Jan 2022 01:03:25 +0000 (20:03 -0500)]
build-system/clojure: Exit with non-zero if tests fail.

* guix/build/clojure-build-system.scm (check): Exit test process with a
non-zero exit code if tests fail.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add yubikey-oath-dmenu.
John Kehayias [Fri, 14 Jan 2022 21:11:47 +0000 (16:11 -0500)]
gnu: Add yubikey-oath-dmenu.

* gnu/packages/security-token.scm (yubikey-oath-dmenu): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: nomad: Fix missing webkit2gtk-4.0 compilation error.
Zhu Zihao [Sat, 22 Jan 2022 11:42:23 +0000 (19:42 +0800)]
gnu: nomad: Fix missing webkit2gtk-4.0 compilation error.

* gnu/package/guile-xyz.scm (nomad)[arguments]<phases>: Add phase
'fix-webkitgtk' to update webkit2gtk-4.0 reference in file 'configure.ac'
and 'typelib/Makefile.am'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agodoc: Clarify search path bits.
Ludovic Courtès [Mon, 24 Jan 2022 08:26:39 +0000 (09:26 +0100)]
doc: Clarify search path bits.

Suggested by Maxime Devos <maximedevos@telenet.be>
and Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* doc/guix.texi (package Reference): Clarify 'native-search-paths'
vs. 'search-paths'.
(Search Paths): Link to it.  Remove unnecessarily "define libxml2".
Reword 'file-pattern' description that said "When true".

2 years agognu: python-parsedatetime: Update to 2.6.
Pradana AUMARS [Sat, 22 Jan 2022 16:41:59 +0000 (17:41 +0100)]
gnu: python-parsedatetime: Update to 2.6.

* gnu/packages/time.scm (python-parsedatetime): Update to 2.6.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2 years agognu: sbcl-spinneret: Update to 20220117.
Pierre Neidhardt [Mon, 24 Jan 2022 08:11:59 +0000 (09:11 +0100)]
gnu: sbcl-spinneret: Update to 20220117.

* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 20220117.

2 years agognu: FreeCAD: Update to 0.19.3.
Leo Famulari [Sun, 23 Jan 2022 20:40:58 +0000 (15:40 -0500)]
gnu: FreeCAD: Update to 0.19.3.

* gnu/packages/engineering.scm (freecad): Update to 0.19.3.

2 years agoRevert "gnu: xkeyboard-config: Build man page."
Tobias Geerinckx-Rice [Sun, 23 Jan 2022 00:00:00 +0000 (01:00 +0100)]
Revert "gnu: xkeyboard-config: Build man page."

This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.

2 years agognu: xkeyboard-config: Build man page.
SeerLite via Guix-patches via [Mon, 24 Jan 2022 01:46:37 +0000 (22:46 -0300)]
gnu: xkeyboard-config: Build man page.

* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2 years agognu: vlc: Build with correct librsvg.
Denis 'GNUtoo' Carikli [Sat, 22 Jan 2022 02:59:19 +0000 (03:59 +0100)]
gnu: vlc: Build with correct librsvg.

* gnu/packages/video.scm (vlc)[inputs]: Replace librsvg
with librsvg-for-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: gnome-settings-daemon: Build with correct librsvg.
Denis 'GNUtoo' Carikli [Sat, 22 Jan 2022 02:59:18 +0000 (03:59 +0100)]
gnu: gnome-settings-daemon: Build with correct librsvg.

* gnu/packages/gnome.scm (gnome-settings-daemon)[inputs]:
Replace librsvg with librsvg-for-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: gtk-vnc: Build with correct librsvg.
Denis 'GNUtoo' Carikli [Sat, 22 Jan 2022 02:59:17 +0000 (03:59 +0100)]
gnu: gtk-vnc: Build with correct librsvg.

* gnu/packages/gnome.scm (gtk-vnc)[inputs]: Replace librsvg with
  librsvg-for-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: gtk-vnc: Remove dependency on GJS on non-x86_64.
Denis 'GNUtoo' Carikli [Sat, 22 Jan 2022 02:59:16 +0000 (03:59 +0100)]
gnu: gtk-vnc: Remove dependency on GJS on non-x86_64.

* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Provide GJS
only when 'target-x86-64?'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add rofi-calc.
John Kehayias [Fri, 14 Jan 2022 23:13:08 +0000 (18:13 -0500)]
gnu: Add rofi-calc.

* gnu/packages/xdisorg.scm (rofi-calc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: rofi: Add a search path for plugins.
John Kehayias [Fri, 14 Jan 2022 22:28:54 +0000 (17:28 -0500)]
gnu: rofi: Add a search path for plugins.

* gnu/packages/xdisorg.scm (rofi)[native-search-paths]: Add ROFI_PLUGIN_PATH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add utf-8-lineseparator.
jgart [Fri, 14 Jan 2022 08:33:10 +0000 (03:33 -0500)]
gnu: Add utf-8-lineseparator.

* gnu/packages/textutils.scm (utf-8-lineseparator): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agodoc: Tweak Guix Home bits.
Ludovic Courtès [Sun, 23 Jan 2022 22:12:55 +0000 (23:12 +0100)]
doc: Tweak Guix Home bits.

* doc/guix.texi (Shepherd Home Service): Tweak section name.  Add
intro.
(Invoking guix home): Refer to "guix search".  Use @var where
appropriate.

2 years agognu: Add font-charter.
Philip McGrath [Thu, 13 Jan 2022 02:20:50 +0000 (21:20 -0500)]
gnu: Add font-charter.

* gnu/packages/fonts.scm (font-charter): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agodoc: Document search paths.
Ludovic Courtès [Sat, 22 Jan 2022 10:44:32 +0000 (11:44 +0100)]
doc: Document search paths.

* doc/guix.texi (package Reference): Link to "Search Paths".
(Invoking guix package): Likewise.
(Build Phases): Mention 'set-paths' phase.
(Search Paths): New node.

2 years agocompile: Really disable cross-module inlining and related features.
Ludovic Courtès [Fri, 21 Jan 2022 15:32:44 +0000 (16:32 +0100)]
compile: Really disable cross-module inlining and related features.

This is a followup to d87a1ba6b8b2f08ba6898033353d7463355bd146.

* guix/build/compile.scm (strip-keyword-arguments): Rename to...
(clear-keyword-arguments): ... this, and set the value associated with
each of KEYWORDS to #f.
(optimizations-for-level): Adjust accordingly.

2 years agognu: python-pillow-simd: Update to 9.0.0.
Efraim Flashner [Sun, 23 Jan 2022 18:44:43 +0000 (20:44 +0200)]
gnu: python-pillow-simd: Update to 9.0.0.

* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.0.0.
[arguments]: Remove field.

2 years agognu: python-pillow: Remove input labels.
Efraim Flashner [Sun, 23 Jan 2022 18:24:38 +0000 (20:24 +0200)]
gnu: python-pillow: Remove input labels.

* gnu/packages/python-xyz.scm (python-pillow)[inputs]: Remove labels.

2 years agognu: python-pillow: Update to 9.0.0 (security fixes).
Efraim Flashner [Sun, 23 Jan 2022 18:22:42 +0000 (20:22 +0200)]
gnu: python-pillow: Update to 9.0.0 (security fixes).

* gnu/packages/python-xyz.scm (python-pillow): Update to 9.0.0.
[source]: Add snippet to remove bundled code.
[arguments]: Adjust custom 'check phase.

2 years agognu: python-pillow: Add cpe-name.
Efraim Flashner [Sun, 23 Jan 2022 18:14:43 +0000 (20:14 +0200)]
gnu: python-pillow: Add cpe-name.

* gnu/packages/python-xyz.scm (python-pillow)[properties]: Add cpe-name.

2 years agognu: python-cryptography: Add 36.0.1.
Marius Bakke [Sun, 23 Jan 2022 18:11:19 +0000 (19:11 +0100)]
gnu: python-cryptography: Add 36.0.1.

* gnu/packages/python-crypto.scm (python-cryptography-vectors-next,
python-cryptography-next): New variables.

2 years agognu: Add python-setuptools-rust.
Marius Bakke [Sun, 23 Jan 2022 17:12:15 +0000 (18:12 +0100)]
gnu: Add python-setuptools-rust.

* gnu/packages/python-xyz.scm (python-setuptools-rust): New variable.

2 years agognu: Add rust-pyo3.
Marius Bakke [Sun, 23 Jan 2022 17:09:28 +0000 (18:09 +0100)]
gnu: Add rust-pyo3.

* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.15,
rust-pyo3-macros-backend-0.15, rust-pyo3-macros-0.15, rust-pyo3-0.15): New
variables.

2 years agognu: Add rust-eyre.
Marius Bakke [Sun, 23 Jan 2022 16:24:41 +0000 (17:24 +0100)]
gnu: Add rust-eyre.

* gnu/packages/crates-io.scm (rust-eyre): New variable.

2 years agognu: rust-indoc: Add 0.3.
Marius Bakke [Sun, 23 Jan 2022 16:09:52 +0000 (17:09 +0100)]
gnu: rust-indoc: Add 0.3.

* gnu/packages/crates-io.scm (rust-indoc-0.3, rust-indoc-impl-0.3): New
variables.

2 years agognu: Add rust-inventory.
Marius Bakke [Sun, 23 Jan 2022 16:06:17 +0000 (17:06 +0100)]
gnu: Add rust-inventory.

* gnu/packages/crates-io.scm (rust-inventory-0.1, rust-inventory-impl-0.1):
New variables.

2 years agognu: Add rust-indenter.
Marius Bakke [Sun, 23 Jan 2022 16:05:41 +0000 (17:05 +0100)]
gnu: Add rust-indenter.

* gnu/packages/crates-io.scm (rust-indenter-0.3): New variable.

2 years agognu: Add rust-ghost.
Marius Bakke [Sun, 23 Jan 2022 16:04:56 +0000 (17:04 +0100)]
gnu: Add rust-ghost.

* gnu/packages/crates-io.scm (rust-ghost): New variable.

2 years agognu: Add rust-assert-approx-eq.
Marius Bakke [Sun, 23 Jan 2022 16:03:52 +0000 (17:03 +0100)]
gnu: Add rust-assert-approx-eq.

* gnu/packages/crates-io.scm (rust-assert-approx-eq-1): New variable.

2 years agognu: Add rust-ouroboros.
Marius Bakke [Sat, 22 Jan 2022 15:50:05 +0000 (16:50 +0100)]
gnu: Add rust-ouroboros.

* gnu/packages/crates-io.scm (rust-ouroboros-0.14): New variable.

2 years agognu: Add rust-ouroboros-macro.
Marius Bakke [Sat, 22 Jan 2022 15:49:44 +0000 (16:49 +0100)]
gnu: Add rust-ouroboros-macro.

* gnu/packages/crates-io.scm (rust-ouroboros-macro-0.14): New variable.

2 years agognu: Add rust-aliasable.
Marius Bakke [Sat, 22 Jan 2022 15:47:10 +0000 (16:47 +0100)]
gnu: Add rust-aliasable.

* gnu/packages/crates-io.scm (rust-aliasable-0.1): New variable.

2 years agognu: Add rust-aliasable-deref-trait.
Marius Bakke [Sat, 22 Jan 2022 15:46:49 +0000 (16:46 +0100)]
gnu: Add rust-aliasable-deref-trait.

* gnu/packages/crates-io.scm (rust-aliasable-deref-trait-0.2): New variable.

2 years agognu: Add rust-pem.
Marius Bakke [Sat, 22 Jan 2022 15:39:20 +0000 (16:39 +0100)]
gnu: Add rust-pem.

* gnu/packages/crates-io.scm (rust-pem-1): New variable.

2 years agognu: Add rust-asn1.
Marius Bakke [Sat, 22 Jan 2022 15:36:34 +0000 (16:36 +0100)]
gnu: Add rust-asn1.

* gnu/packages/crates-io.scm (rust-asn1-derive-0.8, rust-asn1-0.8): New
variables.

2 years agognu: rust-half: Update to 1.7.1.
Marius Bakke [Sun, 23 Jan 2022 17:37:28 +0000 (18:37 +0100)]
gnu: rust-half: Update to 1.7.1.

* gnu/packages/crates-io.scm (rust-half-1): Update to 1.7.1.

2 years agognu: rust-base64: Fix criterion criteria.
Marius Bakke [Sun, 23 Jan 2022 13:46:27 +0000 (14:46 +0100)]
gnu: rust-base64: Fix criterion criteria.

This is a follow-up to commit 4e0544f66108a46f66fa400fe2f7fdf6eba72246.

* gnu/packages/crates-io.scm (rust-base64-0.13)[arguments]: Adjust
substitution to match the current version of PYTHON-CRITERION.

2 years agognu: WebKitGTK: Update to 2.34.4 [security fixes].
Leo Famulari [Sun, 23 Jan 2022 06:36:07 +0000 (01:36 -0500)]
gnu: WebKitGTK: Update to 2.34.4 [security fixes].

Fixes CVE-2021-30934, CVE-2021-30936, CVE-2021-30951, CVE-2021-30952,
CVE-2021-30953, CVE-2021-30954, CVE-2021-30984.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.4.

2 years agognu: emacs-multitran: Update to 0.4.14.
Andrew Tropin [Sun, 23 Jan 2022 18:05:41 +0000 (21:05 +0300)]
gnu: emacs-multitran: Update to 0.4.14.

* gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.14.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Update nim to 1.6.2.
(unmatched-parenthesis via Guix-patches via [Sun, 23 Jan 2022 15:22:47 +0000 (15:22 +0000)]
gnu: Update nim to 1.6.2.

* gnu/packages/nim.scm(nim): Update to 1.6.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add emacs-all-the-icons-completion.
Brandon Lucas [Sun, 23 Jan 2022 14:03:54 +0000 (14:03 +0000)]
gnu: Add emacs-all-the-icons-completion.

* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-completion): New
  variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add emacs-cape.
Brandon Lucas [Sun, 23 Jan 2022 14:22:54 +0000 (14:22 +0000)]
gnu: Add emacs-cape.

* gnu/packages/emacs-xyz.scm (emacs-cape): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: emacs-kind-icon: Fix license field.
Nicolas Goaziou [Sun, 23 Jan 2022 17:04:39 +0000 (18:04 +0100)]
gnu: emacs-kind-icon: Fix license field.

* gnu/packages/emacs-xyz.scm (emacs-kind-icon)[license]: Fix license.

2 years agognu: Add emacs-fixed-pitch.
Brandon Lucas [Sun, 23 Jan 2022 13:42:43 +0000 (13:42 +0000)]
gnu: Add emacs-fixed-pitch.

* gnu/packages/emacs-xyz.scm (emacs-fixed-pitch): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add emacs-minimap.
Brandon Lucas [Sun, 23 Jan 2022 13:32:25 +0000 (13:32 +0000)]
gnu: Add emacs-minimap.

* gnu/packages/emacs-xyz.scm (emacs-minimap): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add emacs-kind-icon.
Brandon Lucas [Sun, 23 Jan 2022 13:26:29 +0000 (13:26 +0000)]
gnu: Add emacs-kind-icon.

* gnu/packages/emacs-xyz.scm (emacs-kind-icon): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: qbittorrent: Update to 4.4.0.
Jacob Hrbek [Sun, 23 Jan 2022 13:04:17 +0000 (13:04 +0000)]
gnu: qbittorrent: Update to 4.4.0.

* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: nushell: Update to 0.43.0.
Nicolas Goaziou [Sun, 23 Jan 2022 10:05:43 +0000 (11:05 +0100)]
gnu: nushell: Update to 0.43.0.

* gnu/packages/shells.scm (nushell):
(rust-nu-ansi-term-0.43):
(rust-nu-cli-0.43):
(rust-nu-command-0.43):
(rust-nu-completion-0.43):
(rust-nu-data-0.43):
(rust-nu-engine-0.43):
(rust-nu-errors-0.43):
(rust-nu-parser-0.43):
(rust-nu-path-0.43):
(rust-nu-plugin-0.42):
(rust-nu-plugin-binaryview-0.42):
(rust-nu-plugin-chart-0.42):
(rust-nu-plugin-from-bson-0.43):
(rust-nu-plugin-inc-0.43):
(rust-nu-plugin-match-0.42):
(rust-nu-plugin-query-json-0.43):
(rust-nu-plugin-selector-0.43):
(rust-nu-plugin-textview-0.43):
(rust-nu-plugin-to-bson-0.42):
(rust-nu-plugin-to-sqlite-0.43):
(rust-nu-plugin-xpath-0.43):
(rust-nu-pretty-hex-0.42):
(rust-nu-protocol-0.43):
(rust-nu-serde-0.43):
(rust-nu-stream-0.43):
(rust-nu-table-0.43):
(rust-nu-test-support-0.43):
(rust-nu-value-ext-0.43): Update to 0.43.0.

2 years agognu: Add rust-sysinfo-0.23.
Nicolas Goaziou [Sun, 23 Jan 2022 09:56:23 +0000 (10:56 +0100)]
gnu: Add rust-sysinfo-0.23.

* gnu/packages/crates-io.scm (rust-sysinfo-0.23): New variable.
(rust-sysinfo-0.21): Inherit from above.

2 years agognu: rust-libc-0.2: Update to 0.2.112.
Nicolas Goaziou [Sun, 23 Jan 2022 09:55:21 +0000 (10:55 +0100)]
gnu: rust-libc-0.2: Update to 0.2.112.

* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.112.

2 years agognu: rust-nix-0.22: Fix build.
Nicolas Goaziou [Sun, 23 Jan 2022 16:10:54 +0000 (17:10 +0100)]
gnu: rust-nix-0.22: Fix build.

* gnu/packages/crates-io.scm (rust-nix-0.22)[arguments]<#:cargo-inputs>: Use
rust-bitflags-1.2 instead of rust-bitflags-1.

2 years agognu: Add rust-bitflags-1.2.
Nicolas Goaziou [Sun, 23 Jan 2022 16:10:25 +0000 (17:10 +0100)]
gnu: Add rust-bitflags-1.2.

* gnu/packages/crates-io.scm (rust-bitflags-1.2): New variable.

2 years agognu: ppsspp: Update to 1.12.3.
Liliana Marie Prikler [Sun, 23 Jan 2022 14:30:00 +0000 (15:30 +0100)]
gnu: ppsspp: Update to 1.12.3.

* gnu/packages/emulators.scm (ppsspp): Update to 1.12.3.
[inputs]: Convert to new style.  Add bash.  Remove armips-source, lang and
tests.
[arguments]: Convert to list of g-exps.
<#:phases>: Drop trailing #t.
Directly refer to armips source and pspautotests.
Check for #:tests? flag.
Reenable VFPUSinCos test.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Adjust
to version 1.12.3.

2 years agognu: r-effects: Update to 4.2-1.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:42 +0000 (13:33 +0100)]
gnu: r-effects: Update to 4.2-1.

* gnu/packages/statistics.scm (r-effects): Update to 4.2-1.

2 years agognu: r-clubsandwich: Update to 0.5.5.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:42 +0000 (13:33 +0100)]
gnu: r-clubsandwich: Update to 0.5.5.

* gnu/packages/statistics.scm (r-clubsandwich): Update to 0.5.5.

2 years agognu: r-cardata: Update to 3.0-5.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:42 +0000 (13:33 +0100)]
gnu: r-cardata: Update to 3.0-5.

* gnu/packages/statistics.scm (r-cardata): Update to 3.0-5.

2 years agognu: r-testthat: Update to 3.1.2.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:42 +0000 (13:33 +0100)]
gnu: r-testthat: Update to 3.1.2.

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

2 years agognu: r-spatial: Update to 7.3-15.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:42 +0000 (13:33 +0100)]
gnu: r-spatial: Update to 7.3-15.

* gnu/packages/statistics.scm (r-spatial): Update to 7.3-15.

2 years agognu: r-nnet: Update to 7.3-17.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:41 +0000 (13:33 +0100)]
gnu: r-nnet: Update to 7.3-17.

* gnu/packages/statistics.scm (r-nnet): Update to 7.3-17.

2 years agognu: r-nlme: Update to 3.1-155.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:41 +0000 (13:33 +0100)]
gnu: r-nlme: Update to 3.1-155.

* gnu/packages/statistics.scm (r-nlme): Update to 3.1-155.

2 years agognu: r-foreign: Update to 0.8-82.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:41 +0000 (13:33 +0100)]
gnu: r-foreign: Update to 0.8-82.

* gnu/packages/statistics.scm (r-foreign): Update to 0.8-82.

2 years agognu: r-class: Update to 7.3-20.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:41 +0000 (13:33 +0100)]
gnu: r-class: Update to 7.3-20.

* gnu/packages/statistics.scm (r-class): Update to 7.3-20.

2 years agognu: r-mass: Update to 7.3-55.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:41 +0000 (13:33 +0100)]
gnu: r-mass: Update to 7.3-55.

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

2 years agognu: r-delaporte: Update to 8.0.2.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:41 +0000 (13:33 +0100)]
gnu: r-delaporte: Update to 8.0.2.

* gnu/packages/cran.scm (r-delaporte): Update to 8.0.2.

2 years agognu: r-prereg: Update to 0.6.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:40 +0000 (13:33 +0100)]
gnu: r-prereg: Update to 0.6.0.

* gnu/packages/cran.scm (r-prereg): Update to 0.6.0.

2 years agognu: r-pkgdown: Update to 2.0.2.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:40 +0000 (13:33 +0100)]
gnu: r-pkgdown: Update to 2.0.2.

* gnu/packages/cran.scm (r-pkgdown): Update to 2.0.2.

2 years agognu: r-mlr3tuning: Update to 0.10.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:40 +0000 (13:33 +0100)]
gnu: r-mlr3tuning: Update to 0.10.0.

* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.10.0.
[propagated-inputs]: Remove r-digest.

2 years agognu: r-bbotk: Update to 0.5.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:40 +0000 (13:33 +0100)]
gnu: r-bbotk: Update to 0.5.0.

* gnu/packages/cran.scm (r-bbotk): Update to 0.5.0.

2 years agognu: r-mlr3: Update to 0.13.1.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:39 +0000 (13:33 +0100)]
gnu: r-mlr3: Update to 0.13.1.

* gnu/packages/cran.scm (r-mlr3): Update to 0.13.1.

2 years agognu: r-mlr3misc: Update to 0.10.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:39 +0000 (13:33 +0100)]
gnu: r-mlr3misc: Update to 0.10.0.

* gnu/packages/cran.scm (r-mlr3misc): Update to 0.10.0.

2 years agognu: r-mlr3measures: Update to 0.4.1.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:39 +0000 (13:33 +0100)]
gnu: r-mlr3measures: Update to 0.4.1.

* gnu/packages/cran.scm (r-mlr3measures): Update to 0.4.1.

2 years agognu: r-seurat: Update to 4.1.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:39 +0000 (13:33 +0100)]
gnu: r-seurat: Update to 4.1.0.

* gnu/packages/cran.scm (r-seurat): Update to 4.1.0.

2 years agognu: r-igraph: Update to 1.2.11.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:38 +0000 (13:33 +0100)]
gnu: r-igraph: Update to 1.2.11.

* gnu/packages/cran.scm (r-igraph): Update to 1.2.11.

2 years agognu: r-lightgbm: Update to 3.3.2.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:38 +0000 (13:33 +0100)]
gnu: r-lightgbm: Update to 3.3.2.

* gnu/packages/cran.scm (r-lightgbm): Update to 3.3.2.

2 years agognu: r-posterior: Update to 1.2.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:38 +0000 (13:33 +0100)]
gnu: r-posterior: Update to 1.2.0.

* gnu/packages/cran.scm (r-posterior): Update to 1.2.0.

2 years agognu: r-distributional: Update to 0.3.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:38 +0000 (13:33 +0100)]
gnu: r-distributional: Update to 0.3.0.

* gnu/packages/cran.scm (r-distributional): Update to 0.3.0.

2 years agognu: r-openmx: Update to 2.20.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:38 +0000 (13:33 +0100)]
gnu: r-openmx: Update to 2.20.0.

* gnu/packages/cran.scm (r-openmx): Update to 2.20.0.
[native-inputs]: Add r-knitr.

2 years agognu: r-polycor: Update to 0.8-1.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:37 +0000 (13:33 +0100)]
gnu: r-polycor: Update to 0.8-1.

* gnu/packages/cran.scm (r-polycor): Update to 0.8-1.
[propagated-inputs]: Add r-admisc.

2 years agognu: r-isocodes: Update to 2022.01.10.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:37 +0000 (13:33 +0100)]
gnu: r-isocodes: Update to 2022.01.10.

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

2 years agognu: r-forecast: Update to 8.16.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:37 +0000 (13:33 +0100)]
gnu: r-forecast: Update to 8.16.

* gnu/packages/cran.scm (r-forecast): Update to 8.16.

2 years agognu: r-gdina: Update to 2.8.8.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:37 +0000 (13:33 +0100)]
gnu: r-gdina: Update to 2.8.8.

* gnu/packages/cran.scm (r-gdina): Update to 2.8.8.
[propagated-inputs]: Remove r-nloptr.

2 years agognu: r-subplex: Update to 1.7.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:36 +0000 (13:33 +0100)]
gnu: r-subplex: Update to 1.7.

* gnu/packages/cran.scm (r-subplex): Update to 1.7.

2 years agognu: r-parameters: Update to 0.16.0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:36 +0000 (13:33 +0100)]
gnu: r-parameters: Update to 0.16.0.

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

2 years agognu: r-terra: Update to 1.5-12.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:36 +0000 (13:33 +0100)]
gnu: r-terra: Update to 1.5-12.

* gnu/packages/cran.scm (r-terra): Update to 1.5-12.

2 years agognu: r-sctransform: Update to 0.3.3.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:36 +0000 (13:33 +0100)]
gnu: r-sctransform: Update to 0.3.3.

* gnu/packages/cran.scm (r-sctransform): Update to 0.3.3.
[propagated-inputs]: Add r-dplyr, r-magrittr, and r-rlang.

2 years agognu: r-aplot: Update to 0.1.2.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:35 +0000 (13:33 +0100)]
gnu: r-aplot: Update to 0.1.2.

* gnu/packages/cran.scm (r-aplot): Update to 0.1.2.

2 years agognu: r-ggfun: Update to 0.0.5.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:35 +0000 (13:33 +0100)]
gnu: r-ggfun: Update to 0.0.5.

* gnu/packages/cran.scm (r-ggfun): Update to 0.0.5.

2 years agognu: r-spdep: Update to 1.2-1.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:35 +0000 (13:33 +0100)]
gnu: r-spdep: Update to 1.2-1.

* gnu/packages/cran.scm (r-spdep): Update to 1.2-1.
[source]: Adjust snippet.
[propagated-inputs]: Remove r-coda, r-expm, r-gmodels, r-learnbayes, r-mass,
r-matrix, and r-nlme.

2 years agognu: r-udunits2: Update to 0.13.2.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:35 +0000 (13:33 +0100)]
gnu: r-udunits2: Update to 0.13.2.

* gnu/packages/cran.scm (r-udunits2): Update to 0.13.2.

2 years agognu: r-apcluster: Update to 1.4.9.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:35 +0000 (13:33 +0100)]
gnu: r-apcluster: Update to 1.4.9.

* gnu/packages/cran.scm (r-apcluster): Update to 1.4.9.
[native-inputs]: Add r-knitr.

2 years agognu: r-compositions: Update to 2.0-4.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:34 +0000 (13:33 +0100)]
gnu: r-compositions: Update to 2.0-4.

* gnu/packages/cran.scm (r-compositions): Update to 2.0-4.

2 years agognu: r-cmprsk: Update to 2.2-11.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:34 +0000 (13:33 +0100)]
gnu: r-cmprsk: Update to 2.2-11.

* gnu/packages/cran.scm (r-cmprsk): Update to 2.2-11.

2 years agognu: r-spam: Update to 2.8-0.
Ricardo Wurmus [Sun, 23 Jan 2022 12:33:34 +0000 (13:33 +0100)]
gnu: r-spam: Update to 2.8-0.

* gnu/packages/cran.scm (r-spam): Update to 2.8-0.