Age | Commit message (Collapse) | Author |
|
* 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>
|
|
Error introduced in 07f77812c44aa3b7a6b963613b783da56110d2f0.
* gnu/packages/xorg.scm (xvfb-run)[license]: Fix syntax.
|
|
* gnu/packages/guile.scm (guile-next): Rewrite as a 3.0.x snapshot.
|
|
* gnu/packages/xorg.scm (xvfb-run)[license]: Add gpl2+.
|
|
* gnu/packages/admin.scm (s-tui): Update to 1.1.1.
|
|
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.01-1.
|
|
* gnu/packages/electronics.scm (sigrok-cli): Update to 0.7.2.
|
|
* gnu/packages/compression.scm (lrzip): Update to 0.641.
|
|
* gnu/packages/fcitx5.scm (libime): Update to 1.0.4.
|
|
* gnu/packages/c.scm (libfastjson): Update to 0.99.9.
|
|
* gnu/packages/admin.scm (progress): Update to 0.16.
|
|
* gnu/packages/xorg.scm (xvfb-run): New public variable.
|
|
* gnu/packages/emulators.scm (ppsspp): Update to 1.11.3.
|
|
* gnu/packages/admin.scm (solaar)[home-page]: Correct.
|
|
* gnu/packages/admin.scm (solaar): Update to 1.0.5.
|
|
The package failed to build with texinfo-6.7.
* gnu/packages/music.scm (solfege)[native-inputs]: Replace texinfo with
texinfo-5.
|
|
* gnu/packages/python-xyz.scm (python-logwrap): Update to 8.2.0.post0.
[arguments]: Disable tests. Replace 'check phase.
[propagated-inputs]: Remove python-six, python-typing.
[native-inputs]: Remove unzip, python-pytest-cov, python-pytest-runner.
Add python-setuptools-scm, python-toml, python-wheel.
[home-page]: Update to new upstream URI.
|
|
* gnu/packages/algebra.scm (symengine)[native-inputs]: Remove llvm.
[arguments]: Adjust accordingly.
|
|
* gnu/packages/geo.scm (xygrib)[source]: Adjust snippet to add missing
include header.
|
|
* gnu/packages/bioinformatics.scm (trim-galore): Update to 0.6.6.
|
|
* gnu/packages/bioinformatics.scm (bbmap): Update to 38.90.
|
|
Because this package is a transitive input to many rust packages, Cuirass is
spending lots of time failing to build it on ci.guix.gnu.org. This change will
hopefully help with that issue.
* gnu/packages/rust.scm (rust-1.26)[supported-systems]: Remove aarch64-linux.
|