aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-06-05 08:49:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-06-05 09:12:43 +0200
commit94b4e64fd0bc509498b01dfedb221822bebeac07 (patch)
treec788b761640128a67b12a0ec10bd7836be5ff34c /gnu/machine
parent76fc8a53b21bc50017784d76ad06a449b832ab56 (diff)
downloadguix-94b4e64fd0bc509498b01dfedb221822bebeac07.tar.gz
guix-94b4e64fd0bc509498b01dfedb221822bebeac07.zip
gnu: r-impute: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-impute): Update to 1.66.0.
Diffstat (limited to 'gnu/machine')
0 files changed, 0 insertions, 0 deletions
system): Move punctuation outside of quotes. * guix/scripts/home.scm (process-action): Remove trailing space before newline. * guix/scripts/system.scm (show-help): Fix typo. * guix/scripts/environment.scm (with-store/maybe): Fix typo. Julien Lepiller 2022-09-26machine: ssh: Parameterize '%current-system' early on....Fixes <https://issues.guix.gnu.org/58084>. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>. Previously, "sanity checks" and other operations would happen in a context where '%current-system' has its default value. Thus, running 'guix deploy' on x86_64-linux machine for an aarch64-linux one would lead things like '%base-initrd-modules' to see "x86_64-linux" as the '%current-system' value, in turn making the wrong choices. * gnu/machine/ssh.scm (check-deployment-sanity)[assertions]: Wrap in 'parameterize'. (deploy-managed-host): Likewise for the 'mlet' body. Ludovic Courtès 2022-09-04Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN....* gnu/machine/digital-ocean.scm (maybe-raise-missing-api-key-error): Fix misspelling of GUIX_DIGITAL_OCEAN_TOKEN. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Matthew James Kraai