aboutsummaryrefslogtreecommitdiff
path: root/tests/openpgp.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-11-27 18:58:27 -0500
committerLeo Famulari <leo@famulari.name>2024-11-27 19:01:18 -0500
commite1d1fd5ab82ce6a57ab1b9d840a2ecc6674e6fb4 (patch)
tree12ca811d2c609efd2f5b08ab50c52e7f9ef3ae70 /tests/openpgp.scm
parent892cfdeffb2caf963087420e18c15a77d0662a24 (diff)
downloadguix-e1d1fd5ab82ce6a57ab1b9d840a2ecc6674e6fb4.tar.gz
guix-e1d1fd5ab82ce6a57ab1b9d840a2ecc6674e6fb4.zip
gnu: cbonsai: Update to 1.3.1-0.50fe627.
This fixes some minor bugs in the program. * gnu/packages/toys.scm (cbonsai): Update to 1.3.1-0.50fe627. Change-Id: I6f08288d70e496b6cd9a7acba5a19d0a88389872
Diffstat (limited to 'tests/openpgp.scm')
0 files changed, 0 insertions, 0 deletions
ing 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