aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/weather.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 15:20:18 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commit7bf8de12927813a26b7062bb43e463f7c761cede (patch)
tree382b434a63f6306948f2c250237460144e0051e3 /gnu/packages/weather.scm
parent3cdf7d8fbcb39273230ed0e253395965b6f7f375 (diff)
downloadguix-7bf8de12927813a26b7062bb43e463f7c761cede.tar.gz
guix-7bf8de12927813a26b7062bb43e463f7c761cede.zip
gnu: qca: Update to 2.3.7.
* gnu/packages/kde.scm (qca): Update to 2.3.7.
Diffstat (limited to 'gnu/packages/weather.scm')
0 files changed, 0 insertions, 0 deletions
022-09-26 23:29: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