aboutsummaryrefslogtreecommitdiff
path: root/guix/import/json.scm
AgeCommit message (Expand)Author
2023-05-31import: json: Add #:timeout to 'json-fetch'....* guix/import/json.scm (json-fetch): Add #:timeout and pass it to 'http-fetch'. Ludovic Courtès
2022-05-22import: json: Accept '#:http-fetch' in 'json-fetch'....For example, supplying 'http-fetch/cached' would enable caching. * guix/import/json.scm (json-fetch): Add '#:http-fetch' argument. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath