aboutsummaryrefslogtreecommitdiff
path: root/etc/historical-authorizations
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-13 22:36:57 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-01-13 22:36:57 +0100
commit52c4f11536813bac4cc635b0e95c59affcd4fb7e (patch)
treebe400b01389481f8fc345025dd699d6d3e2f822c /etc/historical-authorizations
parent0be4d0947968168cacffe62e2a6fbfea9bee1683 (diff)
downloadguix-52c4f11536813bac4cc635b0e95c59affcd4fb7e.tar.gz
guix-52c4f11536813bac4cc635b0e95c59affcd4fb7e.zip
gnu: emacs-ebdb: Update to 0.8.17.
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.17.
Diffstat (limited to 'etc/historical-authorizations')
0 files changed, 0 insertions, 0 deletions
xplicitly provided. Maxim Cournoyer 2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer