aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
blob: 4de5b1c0d45c5b5bee7de912d5bb1dd1135a3c67 (about) (plain)
blob size (142KB) exceeds display size limit (100KB).
0-05-22 00:35:24 +0200'>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