aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/pam.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-13 15:28:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-13 19:01:32 +0200
commitdcf05d0560a4c1b44634b6225cf78dbb532b9bd8 (patch)
tree4e99c1cb20c15ea960a3f62dffeff282db757762 /gnu/system/pam.scm
parent65ed6e37336cf1e16d837979b2b12c92ba6138a2 (diff)
downloadguix-dcf05d0560a4c1b44634b6225cf78dbb532b9bd8.tar.gz
guix-dcf05d0560a4c1b44634b6225cf78dbb532b9bd8.zip
gnu: libsecret: Update to 0.20.4.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.4.
Diffstat (limited to 'gnu/system/pam.scm')
0 files changed, 0 insertions, 0 deletions
pan class='msg-tooltip'>* guix/scripts/hash.scm (guix-hash): When 'recursive? is true, use 'open-hash-port' instead of 'open-sha256-port'. * tests/guix-hash.sh: Add test for 'guix hash -r -H sha512'. Ludovic Courtès 2020-09-28tests: Simplify shell exit status negation;...* tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi' Eric 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