aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-23 21:12:43 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-24 01:19:55 +0100
commit9d1cf6d42cf07c13562d56d024b986745105ce8d (patch)
tree0fba85f9f109d6565c8adc9a6fc30108c030a1f2 /gnu/packages/cran.scm
parent959d908dee8ded34ca4406ae5b40be01a6b86893 (diff)
downloadguix-9d1cf6d42cf07c13562d56d024b986745105ce8d.tar.gz
guix-9d1cf6d42cf07c13562d56d024b986745105ce8d.zip
gnu: ruby-websocket-driver: Update to 0.7.1.
* gnu/packages/ruby.scm (ruby-websocket-driver): Update to 0.7.1.
Diffstat (limited to 'gnu/packages/cran.scm')
0 files changed, 0 insertions, 0 deletions
marionette-shepherd-service): Honour the field. (with-import-modules-and-extensions): Define a combination of 'with-import-modules' and 'with-extensions'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2021-02-19tests: Export %simple-os....* gnu/tests.scm (%simple-os): Export it. Mathieu Othacehe 2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....* guix/utils.scm (<location>, source-properties->location) (location->source-properties, &error-location): Move to... * guix/diagnostics.scm: ... here. * gnu.scm: Adjust imports accordingly. * gnu/machine.scm: Likewise. * gnu/system.scm: Likewise. * gnu/tests.scm: Likewise. * guix/inferior.scm: Likewise. * tests/channels.scm: Likewise. * tests/packages.scm: Likewise. Ludovic Courtès 2020-03-05tests: Add <system-test> gexp compiler....* gnu/tests.scm (compile-system-test): New gexp compiler. Ludovic Courtès 2020-01-23tests: Fix typo in comment....* gnu/tests.scm: Add missing word in commentary. Ludovic Courtès 2019-12-18gexp: Allow character literals in GEXP->SEXP....Fixes <https://bugs.gnu.org/38628>. * tests/gexp.scm ("lower-gexp, character literal"): New test. * guix/gexp.scm (gexp->sexp)[self-quoting?]: Add CHAR? to the tested types. * guix/repl.scm (self-quoting?): Likewise. * gnu/tests.scm (marionette-shepherd-service)[self-quoting?]: Likewise. Marius Bakke