aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-05-24 12:02:16 -0400
committerLeo Famulari <leo@famulari.name>2021-05-24 13:51:47 -0400
commit443d3c6a00df0c5417360457cdab82982a7cffa9 (patch)
treee8b9cbc86374cb36ee36aaee1096045ba17c0dd8 /guix.scm
parent2e3c8a5371fc134e0aa366c2ff6ff365f032eab8 (diff)
downloadguix-443d3c6a00df0c5417360457cdab82982a7cffa9.tar.gz
guix-443d3c6a00df0c5417360457cdab82982a7cffa9.zip
gnu: linux-libre 5.4: Update to 5.4.121.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.121. (linux-libre-5.4-pristine-source): Update hash.
Diffstat (limited to 'guix.scm')
0 files changed, 0 insertions, 0 deletions
word 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