Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-rbibutils): Update to 2.1.
|
|
* gnu/packages/cran.scm (r-renv): Update to 0.13.2.
|
|
* gnu/packages/cran.scm (r-rastervis): Update to 0.50.1.
|
|
* gnu/packages/cran.scm (r-arules): Update to 1.6-7.
|
|
* gnu/packages/cran.scm (r-sapa): Update to 2.0-3.
|
|
* gnu/packages/cran.scm (r-tinytex): Update to 0.31.
|
|
* gnu/packages/cran.scm (r-vctrs): Update to 0.3.7.
[propagated-inputs]: Remove r-digest.
|
|
* gnu/packages/cran.scm (r-processx): Update to 3.5.1.
|
|
* gnu/packages/cran.scm (r-cli): Update to 2.4.0.
[propagated-inputs]: Remove r-assertthat.
|
|
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.6.
|
|
* gnu/packages/cran.scm (r-broom): Update to 0.7.6.
|
|
* gnu/packages/cran.scm (r-psych): Update to 2.1.3.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-callr): Update to 3.6.0.
|
|
* gnu/packages/cran.scm (r-reprex): Update to 2.0.0.
[propagated-inputs]: Add r-rstudioapi.
|
|
* gnu/packages/cran.scm (r-oenb): Update to 0.0.2.
|
|
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.9.
|
|
* gnu/packages/cran.scm (r-diffobj): Update to 0.3.4.
|
|
* gnu/packages/cran.scm (r-workflowsets): New variable.
|
|
* gnu/packages/cran.scm (r-seurat): Update to 4.0.1.
[arguments]: Remove.
[propagated-inputs]: Replace r-spatstat with r-spatstat-core and
r-spatstat-geom.
|
|
* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.1.
|
|
* gnu/packages/dns.scm (nsd): Update to 4.3.6.
|
|
* gnu/packages/games.scm (solarus): Update to 1.6.5.
(solarus-quest-editor)[source]: Update hash.
[arguments]: Remove obsolete 'fix-qt-build phase.
|
|
|
|
* .guix-authorizations: Remove biscuolo.
|
|
* .guix-authorizations: Remove wingo.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.
|
|
* gnu/packages/upnp.scm (libupnp): Update to 1.14.5.
|
|
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15.
|
|
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.3.
|
|
* .guix-authorizations: Remove sleep_walker.
|
|
* .guix-authorizations: Remove rhelling.
|
|
* .guix-authorizations: Remove lsl88.
|
|
* .guix-authorizations: Remove benwoodcroft.
|
|
* .guix-authorizations: Remove alexvong1995.
|
|
* gnu/packages/tex.scm: New variable.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210407.
|
|
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-7.1b35a77.
|
|
* gnu/packages/cpp.scm (entt): New variable.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
|
|
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-6.ec0be96.
|
|
* gnu/packages/admin.scm (di): Update to 4.50.
|
|
* gnu/packages/video.scm (mpv): Update to 0.33.1.
|
|
* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.2.
|
|
* gnu/packages/web.scm (stunnel): Update to 5.59.
|
|
* gnu/packages/admin.scm (cfm): New public variable.
|
|
* gnu/packages/ocaml.scm (camlidl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/mail.scm (serialize-free-form-args): Change destination and
return a string containing the formated text.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This feedback should help us improve updaters.
* guix/lint.scm (check-for-updates): Return a warning when PACKAGE lacks
an updater or when the updater returns #f.
|
|
* guix/upstream.scm (package-latest-release): Try UPDATERS until one of
them returns an upstream source. This is useful for packages with
several matching updaters, such a zlib ('sourceforge' and
'generic-html').
|
|
This updater currently covers 2.4% of the packages.
* guix/gnu-maintenance.scm (latest-sourceforge-release): New procedure.
(%sourceforge-updater): New variable.
* doc/guix.texi (Invoking guix refresh): Document it.
|