aboutsummaryrefslogtreecommitdiff
path: root/nix/libstore/misc.hh
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-09-02 13:09:39 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-09-06 23:53:47 +0200
commitb01480a866cf842788442f762967bac803b7e8cc (patch)
tree6d16c060342e74d5e49590c906f0fef146685ac8 /nix/libstore/misc.hh
parent1d6d048df9eda22a0544cb034606176c8f8fd5a9 (diff)
downloadguix-b01480a866cf842788442f762967bac803b7e8cc.tar.gz
guix-b01480a866cf842788442f762967bac803b7e8cc.zip
gnu: r-ctrdata: Update to 1.19.2.
* gnu/packages/cran.scm (r-ctrdata): Update to 1.19.2. Change-Id: Ib73a643b49c5ef774622bc50b294cc364a53ffe8
Diffstat (limited to 'nix/libstore/misc.hh')
0 files changed, 0 insertions, 0 deletions
9:37 +0200'>2022-09-26gnu-maintenance: Test latest-html-release....* tests/gnu-maintenance.scm ("latest-html-release, no signature") ("latest-html-release, signature): New tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Maxime Devos 2022-09-17gnu-maintenance: Support // URLs in latest-html-release....This makes "./pre-inst-env guix refresh -u" download the release tarball from the right place -- previously, it downloaded from https://www.libreoffice.org//download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 whereas it should download from https://download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1 instead. * guix/gnu-maintenance.scm (latest-html-release)[url-release]: Adjust computation in the case of an absolute URI-reference without a scheme. * tests/gnu-maintenance.scm ("latest-html-release, scheme-less URIs"): Test it. Signed-off-by: Christopher Baines <mail@cbaines.net> Maxime Devos