aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJakob Kirsch <jakob.kirsch@web.de>2024-11-01 21:41:47 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-18 20:24:39 +0000
commit3983f4da9448bff64b1d488497e163137776b2d0 (patch)
treea2a1b8563088a81badd3489bc0a22cf59655e48e /etc
parent391de92713ce8847ce9003291944f8b7ff5dc22d (diff)
downloadguix-3983f4da9448bff64b1d488497e163137776b2d0.tar.gz
guix-3983f4da9448bff64b1d488497e163137776b2d0.zip
gnu: python-websockets: Update to 13.0.
* gnu/packages/python-web.scm (python-websockets): Update to 13.0. Change-Id: I242cc257c779d1dba992e814ba4da68c99daff6e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
links arguments to launch-environment/container. * doc/guix.texi (Invoking guix shell): Document it. * tests/guix-shell.sh: Add a --symlink (negative) test. * tests/guix-environment-container.sh: Add tests. Maxim Cournoyer 2022-09-04store: Open daemon connections with SOCK_CLOEXEC....Previously, 'guix shell' for example would leak the socket that's connected to the daemon. * guix/store.scm (open-unix-domain-socket, open-inet-socket): Pass SOCK_CLOEXEC to 'socket'. * tests/guix-shell.sh: Add test. Ludovic Courtès