Age | Commit message (Collapse) | Author |
|
* gnu/packages/cran.scm (r-httr2): Update to 0.2.3.
|
|
* gnu/packages/cran.scm (r-httpuv): Update to 1.6.11.
|
|
* gnu/packages/cran.scm (r-sys): Update to 3.4.2.
|
|
* gnu/packages/cran.scm (r-ecosolver): Update to 0.5.5.
|
|
* gnu/packages/cran.scm (r-clock): Update to 0.7.0.
[propagated-inputs]: Add r-cli and r-lifecycle.
|
|
* gnu/packages/cran.scm (r-climaemet): Update to 1.1.1.
|
|
* gnu/packages/cran.scm (r-rticles): Update to 0.25.
[propagated-inputs]: Add r-lifecycle.
|
|
* gnu/packages/cran.scm (r-waldo): Update to 0.5.1.
|
|
* gnu/packages/cran.scm (r-castor): Update to 1.7.10.
|
|
* gnu/packages/bioconductor.scm (r-abn): Update to 2.7-5.
[native-inputs]: Add r-r-rsp.
|
|
* gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 1.6.5.
|
|
* gnu/packages/bioconductor.scm (r-valr): Update to 0.6.8.
|
|
* gnu/packages/statistics.scm (r-dt): Update to 0.28.
[source]: Update versions and hashes of datatables extensions.
[arguments]: Minify additional plugin sources.
[native-inputs]: Update plugins sources from 1.12.0 to 1.13.4.
|
|
* gnu/packages/python-xyz.scm (python-zbarlight): New variable.
|
|
* doc/guix-cookbook.texi (Top): Mention Slovak.
|
|
* gnu/packages/linux.scm (btrfs-progs)[arguments]<#:configure-flags>: Fix
typo. Splicing MEMBER return value results in an invalid IF form. The whole
IF should be spliced instead.
Reported-by: mrvdb on #guix.
|
|
* gnu/packages/libunistring.scm (libunistring)[arguments]: Set XFAIL_TESTS
with test-perror2, and test-strerror_r when building to the Hurd.
|
|
* gnu/packages/package-management.scm (nar-herder): Update to 0-20.b27ca4d.
|
|
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-4.fab9d95.
|
|
* gnu/packages/guile-xyz.scm (guile-fibers-next): Update to 1.3.0-1.99fc3e3.
|
|
* doc/guix.texi (System Configuration)[Services]: Replace all () by
'(), and similar quotings.
(Home Configuration)[Home Services]: Likewise.
|
|
* gnu/packages/web-browsers.scm (nyxt): Update to 3.1.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.40.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/finance.scm (bitcoin-core): Update to 25.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/xorg.scm (xpra): Update to 4.4.5.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/busybox.scm (busybox): Update to 1.36.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/dns.scm (smartdns): Update to 42.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/admin.scm (hyfetch): Update to 1.4.8.
[arguments]: Disable tests.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.40.7.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Update to 1.000.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/fonts.scm (font-lxgw-wenkai): Update to 1.300.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.506.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.008.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/games.scm (warzone2100)[arguments]: Convert to list of
G-expressions.
|
|
* gnu/packages/games.scm (warzone2100): Update to 4.3.5.
|
|
* gnu/packages/language.scm (skktools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/home/services/mail.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Mail Home Services): New node.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* doc/guix.texi (Shepherd Services): Update cross-references to
shepherd.info nodes removed in 0.10.0.
|
|
Fixes <https://issues.guix.gnu.org/63717>.
* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
|
|
If a substitute server advertises in its narinfo, for example, both a
/zstd and a /lzip URL but the /zstd URL is unreachable, try the /lzip
URL.
Fixes <https://issues.guix.gnu.org/63634>.
* guix/narinfo.scm (narinfo-preferred-uris): New procedure.
(narinfo-best-uri): Rebase on top of it.
* guix/scripts/substitute.scm (download-nar)[try-fetch]: New procedure.
Use 'narinfo-preferred-uris' and 'try-fetch' to attempt all the URLs of
NARINFO.
* tests/substitute.scm (request-substitution): Remove 'parameterize'.
Delete DESTINATION.
("substitute, preferred nar URL is 404, other is 200"): New test.
|
|
This allows us to get rid of the "eval root" actions, which in turn
would lead to confusing "Evaluating user expression" messages.
Fixes <https://issues.guix.gnu.org/55857>.
* gnu/services/herd.scm (resolve-transients): In 'values', avoid
'eval-there' call when UNRESOLVED is empty.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.113.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.30.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.4.
(linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
|
|
GNU lib's stack-overflow tests fail.
* gnu/packages/commencement.scm (m4-boot0)[arguments]: Set #:tests? to #false
for the Hurd.
|
|
* gnu/packages/node-xyz.scm (node-global-gradle-clean): New variable.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.77.
|
|
* gnu/packages/linux.scm (eudev)[arguments]: Convert to list of G-Expressions.
[native-inputs]: Drop labels.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/gnuzilla.scm (%icedove-version): Update to 102.11.2.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
|
Follow-up for 6192acf8b77948384e75650ae79dfbaadb26bc37.
* gnu/packages/telegram.scm: Add copyright line for Saku.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
|