aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexandr Vityazev <avityazev@posteo.org>2021-07-01 22:27:24 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-07-02 09:54:22 +0200
commite8b7993417db9b3e99ada0e651268062193b387d (patch)
treed8d2d0a9445d798dd98fb687b0ef0b9d3074873a /scripts
parent21706e1e0a57a6edc90088b55d43cddbc030ce7b (diff)
downloadguix-e8b7993417db9b3e99ada0e651268062193b387d.tar.gz
guix-e8b7993417db9b3e99ada0e651268062193b387d.zip
gnu: emacs-multitran: Update to 0.4.11.
* gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.11. [description]: Add @url markup. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
ffoscope" and a string starting with "/". * tests/challenge.scm (call-mismatch-test): New procedure. ("differing-files"): Rewrite in terms of 'call-mismatch-test'. ("call-with-mismatches"): New test. * doc/guix.texi (Invoking guix challenge): Document it. Ludovic Courtès 2019-12-12challenge: Add "--diff"....* guix/scripts/challenge.scm (dump-port*): New variable. (archive-contents, store-item-contents, narinfo-contents) (differing-files, report-differing-files): New procedures. (summarize-report): Add #:report-differences and call it. (show-help, %options): Add "--diff". (%default-options): Add 'difference-report' key. (report-differing-files): Parameterize CURRENT-TERMINAL-COLUMNS and pass #:report-differences to 'summarize-report'. * guix/tests/http.scm (%local-url): Add optional argument. (call-with-http-server): Fix docstring typo. * tests/challenge.scm (query-path-size, make-narinfo): New procedures. ("differing-files"): New test. * doc/guix.texi (Invoking guix challenge): Document "--diff". Ludovic Courtès