aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gxmessage.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-09 20:17:33 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-04-09 21:00:04 +0200
commitc37d46e3625e974b8944491808b03b3a460ac4bb (patch)
treed381c16020403d3b563f8a14b3853ec0de8776e4 /gnu/packages/gxmessage.scm
parent33e6c24e6e13dbfc969534937b540594b1642552 (diff)
downloadguix-c37d46e3625e974b8944491808b03b3a460ac4bb.tar.gz
guix-c37d46e3625e974b8944491808b03b3a460ac4bb.zip
gnu: emacs-citar-org-roam: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): Update to 0.5.1.
Diffstat (limited to 'gnu/packages/gxmessage.scm')
0 files changed, 0 insertions, 0 deletions
. Ensure 'file-sizes' and 'file-hashes' have the right length. (assert-valid-signature, valid-narinfo?): Use the first element of 'narinfo-uris' in error messages. (read-narinfo): Expect "URL", "Compression", "FileSize", and "FileHash" to occur multiple times. (display-narinfo-data): Call 'select-uri' to determine the file size. (%compression-methods): New variable. (supported-compression?, compresses-better?, select-uri): New procedures. (process-substitution): Call 'select-uri' to select the URI and compression. * guix/scripts/weather.scm (report-server-coverage): Account for all the values returned by 'narinfo-file-sizes'. * tests/substitute.scm ("substitute, narinfo with several URLs"): New test. Ludovic Courtès