aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/batik.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-10-19 13:22:52 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-10-19 13:22:52 +0000
commitd5f89c0b938fdfb82639db70a4a1c135e993ea49 (patch)
treed8be3271586322e31f749d857d340d80a62c2b06 /gnu/packages/batik.scm
parentfcd17fdeac963a0c1a8f8410d061f0b6766aebf4 (diff)
downloadguix-d5f89c0b938fdfb82639db70a4a1c135e993ea49.tar.gz
guix-d5f89c0b938fdfb82639db70a4a1c135e993ea49.zip
gnu: python-boto3: Update to 1.18.64.
* gnu/packages/python-xyz.scm (python-boto3): Update to 1.18.64. [arguments]: Remove trailing #t. [native-inputs]: Add python-pytest.
Diffstat (limited to 'gnu/packages/batik.scm')
0 files changed, 0 insertions, 0 deletions
ces/vpn.scm (<strongswan-configuration>): New record type. (charon-plugins, strongswan-configuration-file) (strongswan-shepherd-service, strongswan-service-type): New variables. * doc/guix.tex (VPN Services): Document them all. Domagoj Stolfa 2021-05-24gnu: services: Add missing wireguard related exports....* gnu/services/vpn.scm: Export 'wireguard-peer-public-key' and 'wireguard-peer-keep-alive'. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Solene Rapenne 2021-04-20services: wireguard: Add keep-alive support....* gnu/services/vpn.scm (<wireguard-peer>): Add 'keep-alive' field. (wireguard-configuration-file): Use it. * doc/guix.texi (VPN Services): Document it. Guillaume Le Vaillant 2021-02-17services: wireguard: New service....* gnu/services/vpn.scm (wireguard-peer, wireguard-configuration): New records. (wireguard-service-type): New variable. * doc/guix.texi (VPN Services): Document it. Mathieu Othacehe 2020-11-18gnu: vpn: Make ca, key and cert optional....* gnu/services/vpn.scm (openvpn-client-configuration) (openvpn-server-configuration): Make ca, key an cert fields optional. * doc/guix.texi (VPN Services): Document the change. Julien Lepiller