aboutsummaryrefslogtreecommitdiff
path: root/emacs/guix-init.el
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-05-12 16:36:00 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-05-16 06:10:06 +0300
commit66056126ea15e7186636dcd31b1edf093ed9c72d (patch)
tree6689c903d88617f9563b9bd8514d8af41e8c62b4 /emacs/guix-init.el
parent9c0c77f833b64e5ce46d1b53a4fbbd0b0cb1d0c2 (diff)
downloadguix-66056126ea15e7186636dcd31b1edf093ed9c72d.tar.gz
guix-66056126ea15e7186636dcd31b1edf093ed9c72d.zip
gnu: libmbim: Update to 1.12.4.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.12.4. [home-page]: Use https.
Diffstat (limited to 'emacs/guix-init.el')
0 files changed, 0 insertions, 0 deletions
est'. ("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