aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-12-19 17:07:17 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-12-19 18:29:46 +0100
commit5f7d9401bc882aeee46e364f1f9c38fd9e50667e (patch)
treeadfac827775872847512b1de63d599d9a8f9a7fa /tests/guix-home.sh
parent8e133b08e480b6739b548ba6eae1fe78e1a61bd4 (diff)
downloadguix-5f7d9401bc882aeee46e364f1f9c38fd9e50667e.tar.gz
guix-5f7d9401bc882aeee46e364f1f9c38fd9e50667e.zip
gnu: r-ggtern: Update to 3.4.1.
* gnu/packages/cran.scm (r-ggtern): Update to 3.4.1.
Diffstat (limited to 'tests/guix-home.sh')
0 files changed, 0 insertions, 0 deletions
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 2019-09-23repl, marionette: 'self-quoting?' matches keywords....* guix/repl.scm (self-quoting?): Add 'keyword?' and 'array?'; remove 'vector?' and 'bytevector?'. * gnu/tests.scm (marionette-shepherd-service) <start>: Likewise. <modules>: Remove (rnrs bytevector). Ludovic Courtès