aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/rsync.scm
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-12-28 16:30:57 +0100
committerEfraim Flashner <efraim@flashner.co.il>2021-01-03 15:44:28 +0200
commit82c791a3b153dc01cc44521f14564c8a9df74271 (patch)
treee3456c512b28b0f5f648db41a525c78d70431bfa /gnu/services/rsync.scm
parent9ea8616b374ebbd107e6f03027805a3612ed280a (diff)
downloadguix-82c791a3b153dc01cc44521f14564c8a9df74271.tar.gz
guix-82c791a3b153dc01cc44521f14564c8a9df74271.zip
gnu: libxkbcommon: Update to 1.0.3.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 1.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/services/rsync.scm')
0 files changed, 0 insertions, 0 deletions
'>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