aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnucash.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 12:15:15 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 12:27:15 +0100
commitcdab2dcfead7c4f9251e171859cfc650a8dbc6d8 (patch)
treef320930e9506373d5eadfd1a18755f5515c4e638 /gnu/packages/gnucash.scm
parente8e78c4966c35de621ce09cb8525fe107b9c804b (diff)
downloadguix-cdab2dcfead7c4f9251e171859cfc650a8dbc6d8.tar.gz
guix-cdab2dcfead7c4f9251e171859cfc650a8dbc6d8.zip
gnu: r-organismdbi: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-organismdbi): Update to 1.24.0. [propagated-inputs]: Remove r-biocinstaller; add r-biocmanager.
Diffstat (limited to 'gnu/packages/gnucash.scm')
0 files changed, 0 insertions, 0 deletions
span>Ludovic Courtès 2019-12-07services: Add 'provenance-service-type'....* gnu/services.scm (object->pretty-string) (channel->code, channel->sexp, provenance-file) (provenance-entry): New procedures. (provenance-service-type): New variable. * gnu/system.scm (operating-system-with-provenance): New procedure. * doc/guix.texi (Service Reference): Document 'provenance-service-type'. Ludovic Courtès 2019-11-09services: 'fold-services' memoizes service values....Previously 'fold-services' could end up traversing the same services in the graph several times, which is what this change addresses. The hit rate on the 'add-data-to-store' cache goves from 9% to 8% on "guix system build desktop.tmpl -nd", and the number of lookups in that cache goes from 4458 to 4383. * gnu/services.scm (fold-services): Turn 'loop' into a monadic procedure in %STATE-MONAD and use it to memoize values of visited services. Ludovic Courtès 2019-08-14remote: Remove '--system' argument....* gnu/services.scm (activation-script): Return a <program-file> rather than a <scheme-file>. * gnu/deploy.scm (guix-deploy): Remove handling for '--system'. (show-help): Remove documentation for '--system'. (%default-options): Remove default setting for 'system'. Jakob L. Kreuze 2019-05-10services: 'gc-root-service-type' now has a default value....* gnu/services.scm (gc-root-service-type)[default-value]: New field. Ludovic Courtès