aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/builtins.cc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:25:36 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-23 17:55:05 +0100
commit62290cd45d0baeb71d7e9254137c7cecdd4ecc38 (patch)
tree6ac8701cbf2991d9d6d5157edba5be38447bb0ec /nix/libstore/builtins.cc
parentaec92d0be43ccb50735a1916fc8be63520b44bd8 (diff)
downloadguix-62290cd45d0baeb71d7e9254137c7cecdd4ecc38.tar.gz
guix-62290cd45d0baeb71d7e9254137c7cecdd4ecc38.zip
gnu: libsvm: Use HTTPS home page.
* gnu/packages/machine-learning.scm (libsvm)[home-page]: Use HTTPS.
Diffstat (limited to 'nix/libstore/builtins.cc')
0 files changed, 0 insertions, 0 deletions
vail'>...* 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