aboutsummaryrefslogtreecommitdiff
path: root/po/doc
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-01-20 17:09:17 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-01-20 17:19:01 +0100
commit59593db401a777cab644110273c966e1d75d7abf (patch)
tree54e6a00bc93cdefc00a7884bde8bfb59252851ad /po/doc
parentd7e73930c004c902f78cb4b80eba88d3c057c4b8 (diff)
downloadguix-59593db401a777cab644110273c966e1d75d7abf.tar.gz
guix-59593db401a777cab644110273c966e1d75d7abf.zip
gnu: r-insight: Update to 0.12.0.
* gnu/packages/cran.scm (r-insight): Update to 0.12.0.
Diffstat (limited to 'po/doc')
0 files changed, 0 insertions, 0 deletions
gression introduced in 2885c3568edec35086f8feeae5b60259cbea407c. Reported by Mathieu Othacehe. * gnu/machine/ssh.scm (deploy-managed-host)[eval/error-handling]: Return two values in the standard case. Ludovic Courtès 2021-06-01machine: ssh: Gracefully handle failure of the effectful bits....Previously, '&inferior-exception' raised by 'upgrade-shepherd-services' and co. would go through as-is, leaving users with an ugly backtrace. * gnu/machine/ssh.scm (deploy-managed-host): Define 'eval/error-handling' and use it in lieu of EVAL as arguments to 'switch-to-system', 'upgrade-shepherd-services', and 'install-bootloader'. Ludovic Courtès