aboutsummaryrefslogtreecommitdiff
path: root/tests/http-client.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-22 13:44:54 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-22 13:54:45 +0100
commit55b3f661310c888243cfb3ee8803b060f58fb67a (patch)
tree9715dfd82b90c596dade9d72d27730274fc3afd5 /tests/http-client.scm
parent0af8e69b32a89e94c2468bf9922e2f8378518055 (diff)
downloadguix-55b3f661310c888243cfb3ee8803b060f58fb67a.tar.gz
guix-55b3f661310c888243cfb3ee8803b060f58fb67a.zip
gnu: r-macrophage: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-macrophage): Update to 1.18.0. Change-Id: I51228161aac4cb10470aa2262fdc507a4cb903ec
Diffstat (limited to 'tests/http-client.scm')
0 files changed, 0 insertions, 0 deletions
dce1538d2df6fa2d68abc13ae94e2fa826d124'>publish: Do not sign the URL/Compression/FileSize narinfo fields....This will allow mirror operators to alter these non-normative bits of a narinfo without having to resign narinfos. * guix/scripts/publish.scm (narinfo-string): Remove URL/Compression/FileSize from BASE-INFO. Move them after "Signature". * tests/publish.scm ("/*.narinfo") ("/*.narinfo with properly encoded '+' sign") ("/*.narinfo with lzip + gzip") ("with cache, lzip + gzip"): Adjust accordingly. * tests/substitute.scm ("query narinfo with signature over relevant subset"): New test. Ludovic Courtès