Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-fftwtools): Update to 0.9-11.
[native-inputs]: Add pkg-config.
|
|
* gnu/packages/cran.scm (r-ouch): Update to 2.15-1.
|
|
* gnu/packages/cran.scm (r-activity): Update to 1.3.1.
|
|
* gnu/packages/cran.scm (r-rgl): Update to 0.105.22.
|
|
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.3.
|
|
* gnu/packages/cran.scm (r-mvabund): Update to 4.1.9.
|
|
* gnu/packages/cran.scm (r-gert): Update to 1.2.0.
|
|
* gnu/packages/cran.scm (r-labelled): Update to 2.8.0.
[propagated-inputs]: Remove r-pillar; add r-stringr.
|
|
* gnu/packages/cran.scm (r-doby): Update to 4.6.9.
|
|
* gnu/packages/cran.scm (r-deriv): Update to 4.1.3.
|
|
* gnu/packages/cran.scm (r-insight): Update to 0.13.1.
|
|
* gnu/packages/cran.scm (r-officer): Update to 0.3.17.
|
|
* gnu/packages/cran.scm (r-rdpack): Update to 2.1.1.
[propagated-inputs]: Remove r-gbrd.
|
|
* gnu/packages/cran.scm (r-rstatix): Update to 0.7.0.
|
|
* gnu/packages/cran.scm (r-ggsignif): Update to 0.6.1.
|
|
* gnu/packages/cran.scm (r-renv): Update to 0.13.0.
|
|
* gnu/packages/cran.scm (r-rastervis): Update to 0.50.
[propagated-inputs]: Add r-terra.
|
|
* gnu/packages/cran.scm (r-promises): Update to 1.2.0.1.
|
|
* gnu/packages/cran.scm (r-rio): Update to 0.5.26.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-tinytex): Update to 0.30.
|
|
* gnu/packages/cran.scm (r-pillar): Update to 1.5.1.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-argparser): Update to 0.7.1.
|
|
* gnu/packages/cran.scm (r-cli): Update to 2.3.1.
|
|
* gnu/packages/cran.scm (r-broom): Update to 0.7.5.
|
|
* gnu/packages/cran.scm (r-ipred): Update to 0.9-10.
|
|
* gnu/packages/cran.scm (r-energy): Update to 1.7-8.
[propagated-inputs]: Add r-gsl.
|
|
* gnu/packages/cran.scm (r-rmpi): Update to 0.6-9.1.
|
|
* gnu/packages/cran.scm (r-proxy): Update to 0.4-25.
|
|
* gnu/packages/cran.scm (r-ggally): Update to 2.1.1.
|
|
* gnu/packages/cran.scm (r-ffbase): Update to 0.13.3.
|
|
* gnu/packages/cran.scm (r-pkgload): Update to 1.2.0.
|
|
* gnu/packages/cran.scm (r-ps): Update to 1.6.0.
|
|
* gnu/packages/cran.scm (r-partykit): Update to 1.2-13.
|
|
* gnu/packages/cran.scm (r-rticles): Update to 0.19.
|
|
* gnu/packages/cran.scm (r-waldo): Update to 0.2.5.
|
|
* gnu/packages/cran.scm (r-cachem): Update to 1.0.4.
|
|
* gnu/packages/bioconductor.scm (r-wgcna): Update to 1.70-3.
|
|
* gnu/packages/cran.scm (r-terra): New variable.
|
|
* gnu/packages/cran.scm (r-ggtext): New variable.
|
|
* gnu/packages/cran.scm (r-gridtext): New variable.
|
|
* gnu/packages/cran.scm (r-palmerpenguins): New variable.
|
|
* gnu/packages/cran.scm (r-rstpm2): New variable.
|
|
* gnu/packages/cran.scm (r-fastghquad): New variable.
|
|
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.11.
|
|
* gnu/packages/image-processing.scm (vtk): Fix build failure.
[source]: Add patch to fix build failure with recent versions of freetype.
* gnu/packages/patches/vtk-fix-freetypetools-build-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/ruby.scm (ruby-pstree): Update to 0.3.0.
|
|
This means there's a useful progress bar when running guix weather.
* guix/scripts/weather.scm (report-server-coverage): Pass
#:make-progress-reporter to lookup-narinfos.
|
|
Rather than always outputting to (current-error-port) in
lookup-narinfos (which is called from within lookup-narinfos/diverse), take a
procedure which should return a progress reporter, and defer any output to
that.
As this is now general purpose code, make the default behaviour to output
nothing. Maintain the current behaviour of the substitute script by moving the
progress reporter implementation there, and passing it in when calling
lookup-narinfos/diverse.
These changes should be generally useful, but I'm particularly looking at
getting guix weather to do progress reporting differently, with this new
flexibility.
* guix/substitutes.scm (fetch-narinfos): Take a procedure to make a
progress-reporter, and use that rather than the hardcoded behaviour.
(lookup-narinfos): Add #:make-progress-reporter keyword argument, and pass
this through to fetch-narinfos.
(lookup-narinfos/diverse): Add a #:make-progress-reporter keyword argument,
and pass this through to lookup-narinfos.
* guix/scripts/substitute.scm (process-query): Pass a progress-reporter to
lookup-narinfos/diverse.
|
|
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.0.
[arguments]: Include "lisp/" directory, and add it to load path before byte-compiling.
|
|
* gnu/packages/task-management.scm (t): Rename to t-todo-manager.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|