aboutsummaryrefslogtreecommitdiff
path: root/tests/swh.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@reproducible-builds.org>2022-04-08 15:23:13 -0700
committerVagrant Cascadian <vagrant@debian.org>2022-04-08 15:32:34 -0700
commita720c900ccf94489b1c7d2fe2a2095cb1b458f27 (patch)
treef468f031e4b3ff4f332de8f54bedba836ade082b /tests/swh.scm
parent55b5ad2eeb88af6a5598fe6bcecf0066152b7513 (diff)
downloadguix-a720c900ccf94489b1c7d2fe2a2095cb1b458f27.tar.gz
guix-a720c900ccf94489b1c7d2fe2a2095cb1b458f27.zip
gnu: reprotest: Update to 0.7.20.
* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.20.
Diffstat (limited to 'tests/swh.scm')
0 files changed, 0 insertions, 0 deletions
Bavier 2020-05-22guix 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. Ludovic Courtès 2020-05-22guix hash, guix download: Add '--hash'....* guix/scripts/download.scm (%default-options): Add 'hash-algorithm'. (show-help, %options): Add "--hash". (guix-download): Honor it. * guix/scripts/hash.scm (%default-options): Add 'hash-algorithm'. (show-help, %options): Add "--hash". (guix-hash): Honor it. * tests/guix-hash.sh: Test '-H sha512'. * doc/guix.texi (Invoking guix download): Document it. (Invoking guix hash): Document it. Ludovic Courtès