guix hash, guix download: Support base64 format.
authorLudovic Courtès <ludo@gnu.org>
Mon, 18 May 2020 20:25:13 +0000 (22:25 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 21 May 2020 22:35:24 +0000 (00:35 +0200)
commit0e4e9c8e7655f3e2a9c2615923768d211ac02a3e
tree75c6217501d53071efb8f7a9af1b8b04ae473bd9
parent18ae1ec3ecfe22d55d6cdf595a442afebbc5595a
guix hash, guix download: Support base64 format.

* guix/scripts/download.scm (show-help, %options): Support "base64"
format.
* guix/scripts/hash.scm (show-help, %options): Likewise.
* tests/guix-hash.sh: Test it.
* doc/guix.texi (Invoking guix hash): Document it.
doc/guix.texi
guix/scripts/download.scm
guix/scripts/hash.scm
tests/guix-hash.sh