aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/sdl-pango-sans-serif.patch
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-05-09 12:30:10 -0400
committerLeo Famulari <leo@famulari.name>2021-05-09 12:44:27 -0400
commit069399ee9dbf75b7c89583f03346a63b2cfe4ac6 (patch)
tree6f191532d3b6e4f2ff21dcbd2491c73045d233c2 /gnu/packages/patches/sdl-pango-sans-serif.patch
parent0f2b5f7f733dbc4c66c1e9f8dbb5189ba6f56a80 (diff)
downloadguix-069399ee9dbf75b7c89583f03346a63b2cfe4ac6.tar.gz
guix-069399ee9dbf75b7c89583f03346a63b2cfe4ac6.zip
gnu: certbot, python-acme: Update to 1.15.0.
* gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
Diffstat (limited to 'gnu/packages/patches/sdl-pango-sans-serif.patch')
0 files changed, 0 insertions, 0 deletions
ed Job Execution): Mention 'herd schedule'. Ludovic Courtès 2018-01-21services: herd: 'with-shepherd' no longer leaves an open connection....* gnu/services/herd.scm (with-shepherd): Use 'dynamic-wind' and close CONNECTION at the end. Ludovic Courtès 2017-08-23services: herd: Actions return a list of results....Fixes a regression introduced in 0642838b2e9ab2bd988dccb64b9e1130006347bf. * gnu/services/herd.scm (invoke-action): Explain that we get a list of results. (current-services): Expect a list of result and use the first one. (unload-service, %load-file, eval-there): Likewise. Ludovic Courtès 2017-08-08services: herd: Add a stop-service procedure....* gnu/services/herd.scm (stop-service): New procedure. Christopher Baines 2017-08-08services: herd: Fix matching ok responses from shepherd service....Previously the match expression case for a successful response (where error is #f) required that the result component contained a list with a single element. As far as I see when looking at the responses from the shepherd, this is not normally the case. Therefore, to avoid treating successful responses as errors, make the match requirement more permissive, accepting any value. * gnu/services/herd.scm (invoke-action): Change match condition for ok responses. Christopher Baines 2017-05-03services: herd: Make %shepherd-socket-file a parameter and export it....* gnu/services/herd.scm (%shepherd-socket-file): Make it an exported parameter. (open-connection): Adapt. Mathieu Othacehe 2016-08-31services: herd: Provide <live-service> objects....* gnu/services/herd.scm (<live-service>): New record type. (current-services): Change to return a single value: #f or a list of <live-service>. * guix/scripts/system.scm (call-with-service-upgrade-info): Adjust accordingly. * gnu/tests/base.scm (run-basic-test)["shepherd services"]: Adjust accordingly. Ludovic Courtès