| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/cran.scm (r-rtweet): Update to 1.1.0.
[propagated-inputs]: Add r-httr2.
|
|
|
|
| |
* gnu/packages/cran.scm (r-mlr3learners): Update to 0.5.6.
|
|
|
|
| |
* gnu/packages/cran.scm (r-qtl): Update to 1.58.
|
|
|
|
| |
* gnu/packages/cran.scm (r-tidytext): Update to 0.4.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-forecast): Update to 8.20.
|
|
|
|
| |
* gnu/packages/cran.scm (r-qqconf): Update to 1.3.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-gkmsvm): Update to 0.82.0.
|
|
|
|
| |
* gnu/packages/cran.scm (r-lavaan): Update to 0.6-13.
|
|
|
|
| |
* gnu/packages/cran.scm (r-rncl): Update to 0.8.7.
|
|
|
|
| |
* gnu/packages/cran.scm (r-fmsb): Update to 0.7.5.
|
|
|
|
| |
* gnu/packages/cran.scm (r-rgl): Update to 0.111.6.
|
|
|
|
| |
* gnu/packages/cran.scm (r-ncdf4): Update to 1.21.
|
|
|
|
| |
* gnu/packages/cran.scm (r-afex): Update to 1.2-1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-raster): Update to 3.6-13.
|
|
|
|
| |
* gnu/packages/cran.scm (r-drtmle): Update to 1.1.2.
|
|
|
|
| |
* gnu/packages/cran.scm (r-netrep): Update to 1.2.6.
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-precrec): Update to 0.14.1.
[propagated-inputs]: Add r-rlang.
|
|
|
|
| |
* gnu/packages/cran.scm (r-writexl): Update to 1.4.2.
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-officer): Update to 0.5.1.
[propagated-inputs]: Add r-openssl.
|
|
|
|
|
| |
* gnu/packages/cran.scm (r-billboarder): Update to 0.4.0.
[native-inputs]: Update js-billboard to 3.6.3.
|
|
|
|
| |
* gnu/packages/cran.scm (r-reticulate): Update to 1.27.
|
|
|
|
| |
* gnu/packages/cran.scm (r-rastervis): Update to 0.51.5.
|
|
|
|
| |
* gnu/packages/cran.scm (r-heatmaply): Update to 1.4.2.
|
|
|
|
| |
* gnu/packages/cran.scm (r-expm): Update to 0.999-7.
|
|
|
|
| |
* gnu/packages/cran.scm (r-zlog): Update to 1.0.2.
|
|
|
|
| |
* gnu/packages/cran.scm (r-seriation): Update to 1.4.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-mitml): Update to 0.4-4.
|
|
|
|
| |
* gnu/packages/cran.scm (r-timedate): Update to 4022.108.
|
|
|
|
| |
* gnu/packages/cran.scm (r-lava): Update to 1.7.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-rstpm2): Update to 1.5.9.
|
|
|
|
| |
* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.6.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-collections): Update to 0.3.7.
|
|
|
|
| |
* gnu/packages/cran.scm (r-httr2): New variable.
|
|
|
|
|
| |
* etc/news.scm: Add German translation of entry about
linux-libre 4.9 removal.
|
|
|
|
|
|
|
| |
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15):
Update to 15.0.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/minetest.scm (minetest-mobs-monster): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/minetest.scm (minetest-wielded-light): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* guix/read-print.scm (%special-non-extended-symbols): New variable.
(symbol->display-string): New procedure.
(pretty-print-with-comments): Use it in lieu of 'string->symbol'.
* tests/read-print.scm: Add test.
|
|
|
|
|
|
|
| |
* nix/libutil/hash.cc (parseHash): Show the hash algorithm name and
expected size in the error message.
* tests/derivations.scm ("fixed-output derivation, invalid hash size"):
New test.
|
|
|
|
|
|
|
|
|
|
|
| |
Reported by Stephen Paul Weber <singpolyma@singpolyma.net> at
<https://lists.gnu.org/archive/html/guix-devel/2023-01/msg00035.html>.
* guix/derivations.scm (read-derivation)[outputs->alist]: Treat the
empty hash case as non-fixed-output whether or not the hash algorithm is
the empty string, and preserve the hash algorithm in <derivation-output>.
* tests/derivations.scm ("'download' built-in builder, no fixed-output hash")
("fixed-output-derivation?, no hash", "read-derivation with hash = #f"): New tests.
|
|
|
|
|
| |
* guix/scripts/substitute.scm (find-daemon-option): Arrange to call
'daemon-options' only once.
|
|
|
|
|
|
|
|
| |
This is derived from the article at
<https://hpc.guix.info/blog/2017/11/installing-guix-on-a-cluster/>, with
clarifications and updates.
* doc/guix-cookbook.texi (Installing Guix on a Cluster): New chapter.
|
|
|
|
|
|
| |
* gnu/services/base.scm (<guix-configuration>)[extra-env]: New field.
(guix-shepherd-service): Honor it.
* doc/guix.texi (Base Services): Document it.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-gg3d): New variable.
|
|
|
|
|
|
|
|
|
| |
* gnu/home/services.scm (environment-variable-shell-definitions): Fix
escaping.
* tests/guix-home.sh: Add STRING_WITH_ESCAPES environment variable and test
its value.
Reported-by: elevnkb
|
|
|
|
|
|
|
| |
* gnu/home/services.scm (environment-variable-shell-definitions): Add support
for file-likes and gexps.
* tests/guix-home.sh: Add SHELL environment variable and test its value. Add
BUILDHOSTTIME environment variable.
|
|
|
|
| |
* gnu/packages/web.scm (ikiwiki)[native-inputs, inputs]: Remove labels.
|
|
|
|
|
|
|
|
| |
This fixes a regression from a1f9eba892784069e34338e01237a74b8a3bd8a2 whereby
loading po4a as a library fails.
* gnu/packages/web.scm (ikiwiki)[inputs]: Add PERL-SYNTAX-KEYWORD-TRY and
PERL-XS-PARSE-KEYWORD.
|
|
|
|
|
|
| |
* gnu/packages/patches/python-afdko-suppress-copyright-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/fontutils.scm (python-afdko)[source](patches): New field.
|
|
|
|
| |
* gnu/packages/java.scm (java-ecj-3): Remove variable.
|