aboutsummaryrefslogtreecommitdiff
path: root/tests/gem.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2022-07-06 20:06:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-07-11 13:03:32 +0300
commitc9ceb301c696c0c032ce6ee3a2c5f57ca78b0fc4 (patch)
tree45f77ad9098a0d350ece876d51304a41cea63b6b /tests/gem.scm
parent588c73f196c78cb5ff15eea630abf035a2db928a (diff)
downloadguix-c9ceb301c696c0c032ce6ee3a2c5f57ca78b0fc4.tar.gz
guix-c9ceb301c696c0c032ce6ee3a2c5f57ca78b0fc4.zip
gnu: julia-weakrefstrings: Update to 1.4.0.
* gnu/packages/julia-xyz.scm (julia-weakrefstrings): Update to 1.4.0. [propagated-inputs]: Add julia-inlinestrings. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'tests/gem.scm')
0 files changed, 0 insertions, 0 deletions
ise * gnu/system/examples/vm-image.tmpl: Likewise * gnu/system/examples/yggdrasil.tmpl: Likewise * gnu/system/hurd.scm: Likewise * gnu/system/images/hurd.scm: Likewise * gnu/system/images/novena.scm: Likewise * gnu/system/images/pine64.scm: Likewise * gnu/system/images/pinebook-pro.scm: Likewise * gnu/system/images/rock64.scm: Likewise * gnu/system/install.scm: Likewise * gnu/system/vm.scm: Likewise * gnu/tests.scm: Likewise * gnu/tests/ganeti.scm: Likewise * gnu/tests/install.scm: Likewise * gnu/tests/nfs.scm: Likewise * gnu/tests/telephony.scm: Likewise * tests/boot-parameters.scm: Likewise * tests/system.scm: Likewise Maxim Cournoyer 2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....For some time, OpenSSH's option 'PermitRootLogin' has deprecated the ambiguous argument 'without-password' with 'prohibit-password'. * doc/guix.texi (Network Services): Replace 'without-password by 'prohibit-password. * gnu/machine/digital-ocean.scm (guix-infect): Change system configuration to use 'prohibit-password. * gnu/services/ssh.scm (openssh-configuration): Change comment to use 'prohibit-password. (openssh-config-file): Add support for 'prohibit-password to 'permit-root-login'. Warn about deprecated 'without-password usage. * gnu/tests/ganeti.scm (%ganeti-os): Replace 'without-password by 'prohibit-password. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Brice Waegeneire