aboutsummaryrefslogtreecommitdiff
path: root/tests/pypi.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-22 13:44:54 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-22 13:54:45 +0100
commit55b3f661310c888243cfb3ee8803b060f58fb67a (patch)
tree9715dfd82b90c596dade9d72d27730274fc3afd5 /tests/pypi.scm
parent0af8e69b32a89e94c2468bf9922e2f8378518055 (diff)
downloadguix-55b3f661310c888243cfb3ee8803b060f58fb67a.tar.gz
guix-55b3f661310c888243cfb3ee8803b060f58fb67a.zip
gnu: r-macrophage: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-macrophage): Update to 1.18.0. Change-Id: I51228161aac4cb10470aa2262fdc507a4cb903ec
Diffstat (limited to 'tests/pypi.scm')
0 files changed, 0 insertions, 0 deletions
r' accepts a list of endpoints since version 0.9.1 of the Shepherd (released in May 2022). * gnu/services/dict.scm (dicod-shepherd-service): Pass 'make-inetd-constructor' a list of endpoints. * gnu/services/messaging.scm (bitlbee-shepherd-service): Likewise. Ludovic Courtès 2023-03-17services: dict: Deprecate 'dicod-service' procedure....* doc/guix.texi (Miscellaneous Services): Remove 'dicod-service' mention. * gnu/services/dict.scm (dicod-service): Deprecate procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2022-11-18services: Add Shepherd 'configuration' action to various services....* gnu/services/avahi.scm (avahi-shepherd-service): Add 'actions' field. * gnu/services/base.scm (nscd-actions): Add call to 'shepherd-configuration-action'. * gnu/services/desktop.scm (upower-shepherd-service): Add 'actions' field. (elogind-shepherd-service): Likewise. * gnu/services/dict.scm (dicod-shepherd-service): Likewise. * gnu/services/networking.scm (openntpd-shepherd-service): Likewise. (tor-shepherd-service): Likewise. * gnu/services/ssh.scm (openssh-shepherd-service): Likewise. * gnu/services/web.scm (nginx-shepherd-service): Likewise. * gnu/services/xorg.scm (gdm-shepherd-service): Likewise. * gnu/tests/base.scm (run-basic-test)["nscd configuration action"]: New test. * doc/guix.texi (Services): Document it. Ludovic Courtès