1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00
Commit Graph

142815 Commits

Author SHA1 Message Date
Ashish SHUKLA
4335fac525 gnu: wlogout: Fix paths to assets
* gnu/packages/wm.scm (wlogout): [#:phases]
<patch-source-paths>: Substitute paths in style.css.

Change-Id: I128581608e29294cbc4165e9ebd7d1e505e90b4f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-02-12 10:40:37 +01:00
Ludovic Courtès
88846de139 gnu: shepherd: Update to 1.0.2.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.2.

Change-Id: Idcf47383b127de6a39b4d3aba197f78e38b8f248
2025-02-12 10:28:47 +01:00
Ludovic Courtès
ec1ada040d services: log-cleanup: Add Shepherd service documentation.
* gnu/services/admin.scm (log-cleanup-shepherd-services): Add
‘documentation’ field.

Change-Id: Ie24033db668a366474f8307e5e8908fd27c06dda
2025-02-12 10:11:01 +01:00
Morgan Smith
d59a13b640 gnu: Add tree-sitter-sway.
* gnu/packages/tree-sitter.scm (tree-sitter-sway): New variable.

Change-Id: I9fef1bd6ac75bc16aa712e9e5455bb64a66bfc28
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 18:43:39 -08:00
Leo Famulari
f650fc3e15 gnu: linux-libre 6.6: Update to 6.6.76.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.76.
(linux-libre-6.6-pristine-source): Update hash.

Change-Id: I62afa5154c5f1904926cb8bf1cfc3474f6db60a2
2025-02-11 16:57:41 -05:00
Leo Famulari
8b937c3963 gnu: linux-libre: Update to 6.12.13.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.13.
(linux-libre-6.12-pristine-source, deblob-scripts-6.13): Update hashes.

Change-Id: I5dbd5a253e9d33336daf7ec8d66f3d146db52b79
2025-02-11 16:57:41 -05:00
Leo Famulari
adf4efa3a9 gnu: linux-libre 6.13: Update to 6.13.2.
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.2.
(linux-libre-6.13-pristine-source, deblob-scripts-6.13): Update hashes.

Change-Id: I556b7f5e79a58e930c67bd060317814bbbec4341
2025-02-11 16:57:41 -05:00
Evgeny Pisemsky
777cff3194 gnu: Add python-awesomeversion.
* gnu/packages/python-xyz.scm (python-awesomeversion): New variable.

Change-Id: I090abfacf7f73ab14ea1e0347211de2a60675128
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-02-11 21:39:15 +00:00
Roel Janssen
f5aa303cc0 gnu: Add collectl.
* gnu/packages/admin.scm (collectl): New variable.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Reviewed-by: phodina <phodina@protonmail.com>
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
Reviewed-by: Steve George <steve@futurile.net>
Change-Id: I9064f85651f14d7c992d616eaa6cfa1c9b16c993
2025-02-11 21:21:28 +00:00
Greg Hogan
d5d3cb2c15 gnu: xonsh: Fix tests.
The two failing tests are in tests/completers/test_pip_completer, so
rather than exclude the tests instead add the native input.

* gnu/packages/shells.scm (xonsh)[native-inputs]: Add python-pip.

Change-Id: Ide457ffca0e05d03d9d4d3fea36c1d23a2257c27
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 12:46:22 -08:00
Tomas Volf
27ae526fd8 gnu: slirp4netns: Update to 1.3.2.
* gnu/packages/containers.scm (slirp4netns): Update to 1.3.2.

Change-Id: I32f1c0f19b3016b1c42784742b1510cf0d8c04f7
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 12:38:37 -08:00
André Batista
1704197359 gnu: torbrowser: Update to 14.0.5 [security-fixes].
Fixes CVEs 2024-11704, 2025-1009, 2025-1010, 2025-1011, 2025-1012,
2025-1013, 2025-1014, 2025-1016 and 2025-1017.  See
<https://www.mozilla.org/en-US/security/advisories/mfsa2025-09/> for
details.

* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20250203100000.
(%torbrowser-version): Update to 14.0.5.
(%torbrowser-firefox-version): Update to 128.7.0esr-14.0-1-build2.
(torbrowser-translation-base): Update to
93eddbd3888852c09e130d536fb3c9bd7e4e6f57.
(torbrowser-translation-specific): Update to
dd30508387040bf0a1217a1eb9edb80ac21926f2.

Change-Id: Iaf360be2be2c4dc5b5094d170e415ec7aaca282f
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 12:11:37 -08:00
Vagrant Cascadian
d320124771 gnu: grub-minimal, grub-efi: Reduce unused native-inputs.
"qemu" was removed in e9c1ea84fc in the code
though the commit message claims to have removed "qemu-minimal". If that
worked, it may have been broken by switching away from labels in
b9c38f26f1.

* gnu/packages/bootloaders.scm (grub-minimal)[native-inputs]: Remove
qemu-minimal.
(grub-efi)[native-inputs]: Remove qemu-minimal.
2025-02-11 11:45:01 -08:00
André Batista
b30669e15d gnu: mullvadbrowser: Update to 14.0.5 [security fixes].
Fixes CVEs 2024-11704, 2025-1009, 2025-1010, 2025-1011, 2025-1012,
2025-1013, 2025-1014, 2025-1016 and 2025-1017.  See
<https://www.mozilla.org/en-US/security/advisories/mfsa2025-09/> for
details.

* gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to
20250203100000.
(%mullvadbrowser-version): Update to 14.0.5.
(%mullvadbrowser-firefox-version): Update to 128.7.0esr-14.0-1-build2.
(mullvadbrowser-translation-base): Update to
93eddbd3888852c09e130d536fb3c9bd7e4e6f57.

Change-Id: I3932142356fd3e44d9a3220953df8ae236b90537
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 08:49:22 -08:00
Vinicius Monego
ca0dc61a87 gnu: Add python-scitools-iris.
* gnu/packages/geo.scm: Add (gnu packages certs), and (gnu packages
digest).
(python-scitools-iris): New variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I3d7f082bff5364d51c0eb3f045deec7d93a4c61d
2025-02-11 16:04:52 +00:00
Vinicius Monego
f1397f2f49 gnu: Add python-cf-units.
* gnu/packages/geo.scm (python-cf-units): New variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iaa106401da4aa5bc2b9618c9653870118f000c5f
2025-02-11 16:04:52 +00:00
Vinicius Monego
5ff5a2b2cf gnu: Add python-imagehash.
* gnu/packages/python-science.scm (python-imagehash): New variable.

Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ie773b4504d97ac2678e0776a27eb661d909fed47
2025-02-11 16:04:52 +00:00
Sharlatan Hellseher
a7d7a1ec0b gnu: python-regions: Simplify package.
* gnu/packages/astronomy.scm (python-regions) [arguments] <phases>:
Remove 'create-setup.py, 'writable-compiler and build-extensions. Use
custom 'check.

Change-Id: I75ff85cc115e41eb7affd86c10eeea363ded3882
2025-02-11 16:04:51 +00:00
Sharlatan Hellseher
8a07d67ce3 gnu: python-cartopy: Update to 0.24.1.
* gnu/packages/geo.scm (python-cartopy): Update to 0.24.1.
[source] <uri>: Adjust it as PyPI archive name has been changed.
[arguments] <test-flags>: Preserve the most of the tests as they passed
successfully or removed in upstream.  Utilize python-pytest-xdist by
providing "--numprocesses" option.
[propagated-inputs]: Add python-fiona, python-owslib, python-pillow, and
python-pykdtree.
[native-inputs]: Remove python-coveralls and python-pytest-cov. Add
python-setuptools-scm.

Change-Id: I91b82cfe50f569923b782162e447b11cdee45ff0
2025-02-11 16:04:19 +00:00
Ricardo Wurmus
e72b988cfb gnu: r-presto: Update to 1.0.0-1.7636b3d.
* gnu/packages/bioinformatics.scm (r-presto): Update to 1.0.0-1.7636b3d.
[properties]: Fix typo.
[propagated-inputs]: Remove r-deseq2 and r-reshape2; add r-purrr and r-tibble.
[native-inputs]: Add r-knitr.

Change-Id: I1285062405bd42b7f3162a44ccf7b174492e5201
2025-02-11 16:40:05 +01:00
Efraim Flashner
1038c4da36 gnu: greetd: Refer to the correct bash.
This fixes https://issues.guix.gnu.org/76105.

* gnu/packages/admin.scm (greetd)[inputs]: Add bash.

Reported-by: Felix Lechner <felix.lechner@lease-up.com>
Change-Id: I8d7874dda2d20607e5a802ac971b6478f0aea638
2025-02-11 17:15:16 +02:00
Efraim Flashner
3fc24b4a6a gnu: Remove rust-sequoia-gpg-agent-0.4.
* gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.4): Delete variable.

Change-Id: I8f9ef51c7837b02d20a8d5769128a2188a3dc8ef
2025-02-11 17:02:04 +02:00
Efraim Flashner
2a09dbd109 gnu: Remove rust-sequoia-net-0.28.
* gnu/packages/sequoia.scm (rust-sequoia-net-0.28): Delete variable.

Change-Id: Ia4c59be2f605ccd5b7f1ca9cce955c8c6519da85
2025-02-11 17:02:04 +02:00
Efraim Flashner
cfa24d1496 gnu: sequoia-chameleon-gnupg: Update to 0.12.0.
* gnu/packages/sequoia.scm (sequoia-chameleon-gnupg): Update to 0.12.0.
[source]: Remove snippet.
[arguments]: Remove a skipped test from the cargo-test-flags.
[cargo-inputs]: Replace rust-fd-lock-3 with 4, rust-interprocess-1 with
2, rust-reqwest-0.11 with 0.12, rust-rustqlite-0.29 with 0.31,
rust-sequoia-gpg-agent-0.4 with 0.5, rust-sequoia-net-0.28 with 0.29,
rust-thiserror-1 with 2.
[cargo-development-inputs]: Add rust-pty-process-0.4.  Replace
rust-interprocess-1 with 2, rust-reqwest-0.11 with 0.12.

Change-Id: I545580e5f9dc249848527dd55f508bd82d4c5651
2025-02-11 17:02:04 +02:00
Efraim Flashner
5639200a33 gnu: rust-sequoia-gpg-agent-0.5: Update to 0.5.1.
* gnu/packages/sequoia.scm (rust-sequoia-gpg-agent-0.5): Update to 0.5.1.
[cargo-inputs]: Replace rust-lalrpop-0.17 with 0.20,
rust-lalrpop-util-0.17 with 0.20.

Change-Id: Ia93ebb2838f4742c3b1249acdd33c02cd218361b
2025-02-11 17:02:04 +02:00
Efraim Flashner
d793b245e5 gnu: Add rust-pty-process-0.4.
* gnu/packages/crates-io.scm (rust-pty-process-0.4): New variable.

Change-Id: I979f7421d0a666f73c415ed4d33811eeac4ff6df
2025-02-11 17:02:04 +02:00
Efraim Flashner
f2032c893a gnu: rust-sequoia-wot-0.13: Update to 0.13.3.
* gnu/packages/sequoia.scm (rust-sequoia-wot-0.13): Update to 0.13.3.
[cargo-inputs]: Replace rust-thiserror-1 with 2.

Change-Id: Ie0cf8c5fe835a5c541e8795c2e937888eac8f807
2025-02-11 17:02:04 +02:00
Efraim Flashner
ffc74b3736 gnu: sequoia-sq: Update to 1.2.0.
* gnu/packages/sequoia.scm (sequoia-sq): Update to 1.2.0.
[cargo-inputs]: Add rust-clap-lex-0.7.  Replace rust-rusqlite-0.31 with
0.32, rust-terminal-size-0.2 with 0.4, rust-textwrap-0.15 with 0.16,
rust-thiserror-1 with 2.
[cargo-development-inputs]: Replace rust-predicates-2 with 3.

Change-Id: I4a86c3f8b5ed0be0e1f28dcd9e8ab7c54750d03a
2025-02-11 17:02:04 +02:00
Rodion Goritskov
4a298bb34b gnu: miniflux: Update to 2.2.5.
* gnu/packages/web.scm (miniflux): Update to 2.2.5.

Change-Id: I1c7a6a25a79b2d287584721bde75c10cda76a595
Signed-off-by: Ian Eure <ian@retrospec.tv>
2025-02-11 06:39:16 -08:00
Jelle Licht
555937448c gnu: r-v8: Fix build with node-lts@22.
The version bump of node-lts from 20 to 22 also bumped the version in the so-file.

* gnu/packages/cran.scm (r-v8)[#:phases]<find-v8>: Look for libnode-so.127 as
provided by node-lts.

Change-Id: I4586e5775e7e55bbe6406c8d9bf78b4c64d91c0c
2025-02-11 14:02:51 +01:00
Jelle Licht
5f21dd296a gnu: node-lts: Update to 22.12.0.
* gnu/packages/node.scm (node-lts): Update to 22.12.0.
[#:phases]<delete-problematic-tests>: Delete tests that fail due to the build
container. Delete tests that require a DNS resolver.
[inputs]: Replace c-ares by c-ares-for-node-lts.
Replace icu4c by icu4c-73.
[native-inputs]: Replace c-ares by c-ares-for-node-lts.
Replace icu4c by icu4c-73.

Change-Id: I8cbc790bd82c55b48f8917e6405b37569b29dc1c
2025-02-11 14:02:51 +01:00
Jelle Licht
1bb7866667 gnu: llhttp-bootstrap: Update to 9.2.1.
* gnu/packages/patches/llhttp-ponyfill-object-fromentries.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/node.scm (llhttp-bootstrap): Update to 9.2.1.
[source]: Use patch.
2025-02-11 14:02:51 +01:00
Jelle Licht
0a5d825876 gnu: libuv-for-node-lts: Update to 1.49.1.
* gnu/packages/libevent.scm (libuv-for-node-lts): Update to 1.49.1.

Change-Id: I8acf2fb174fffa90f7c3271088d0476c682df904
2025-02-11 14:02:51 +01:00
Jelle Licht
e59a625388 gnu: Add c-ares-for-node-lts.
* gnu/packages/adns.scm (c-ares-for-node-lts): New variable.

Change-Id: I547272f3fa3419a7659bf5b2d91a3e917c20d434
2025-02-11 14:02:51 +01:00
Andy Tai
a10dda503b gnu: ddrescue: Update to 1.29.
* gnu/packages/disk.scm (ddrescue): Update to 1.29.

Change-Id: I90e1425282372c00cce2b999b22aace52ac232ec
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:08:06 +08:00
Andy Tai
0afdf1dd0e gnu: freeipmi: Update to 1.6.15.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.15.

Change-Id: I021df535ff7840a8d19c1586408d3d5e683ba551
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:07:15 +08:00
Andy Tai
9857d48c20 gnu: mailutils: Update to 3.18.
* gnu/packages/mail.scm (mailutils): Update to 3.18.

Change-Id: I94cec0e8d033ef2b6cc30b6574d26becfe4005aa
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:06:01 +08:00
Igor Goryachev
4412a245cc gnu: erlang: Update to 27.2.2.
* gnu/packages/erlang.scm (erlang): Update to 27.2.2.

Change-Id: I7de1441b45f40b8248bfecd92e2a2d9ca67c6a62
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:02:42 +08:00
André Batista
72f77b43ba gnu: tor: Update to 0.4.8.14.
* gnu/packages/tor.scm (tor): Update to 0.4.8.14.

Change-Id: I40fbe5b019c03f420b51932e32838bc0a7cf823d
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:02:01 +08:00
André Batista
533eca65d0 gnu: lighttpd: Update to 1.4.77.
* gnu/packages/web.scm (lighttpd): Update to 1.4.77.

Change-Id: Ic8c48e47ab6de04c545baa13f32d8d8153bf1a7a
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:01:23 +08:00
Andy Tai
840d795204 gnu: guile-g-golf: Update to 0.8.0.
* gnu/packages/guile-xyz.scm (guile-g-golf): Update to 0.8.0.
[native-inputs]: Remove clutter.

Change-Id: I625528c7c59c085f1eb6250cae472643501822e0
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 20:01:12 +08:00
Timo Wilken
124484e898 gnu: yt-dlp: Update to 2025.01.26.
* gnu/packages/video.scm (yt-dlp): Update to 2025.01.26.

Change-Id: I4fd551fbc95fb6c1d108753ac210a3bc94daa359
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 19:56:36 +08:00
Nguyễn Gia Phong
988f21068a gnu: aflplusplus: Update to 4.31c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.31c.

Change-Id: Iae9d04ee4ae648bac3ca56c24c99b16e894f9c76
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-02-11 19:54:03 +08:00
宋文武
4595aab4a6 gnu: fcitx5-rime: Update to 5.1.10.
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.10.

Change-Id: Ieb40d3abb3dbdaf5066d60b5548b7c164051258c
2025-02-11 19:47:33 +08:00
宋文武
4fed18a3dd gnu: fcitx5-configtool: Update to 5.1.8.
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.8.

Change-Id: I5cdcae2b7c184597c64243dd86e6c7ff632907bf
2025-02-11 19:47:32 +08:00
宋文武
235ee54a81 gnu: fcitx5-chinese-addons: Update to 5.1.8.
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.8.
[inputs]: Remove libpthread-stubs, qtbase-5, qtdeclarative-5, qtwebchannel-5
and qtwebchannel-5.  Add qtbase and qtwebchannel.

Change-Id: I21f15d4aff9ab47c1548a993dd6cd8240db37440
2025-02-11 19:47:31 +08:00
宋文武
3af83d2af7 gnu: fcitx5-chewing: Update to 5.1.7.
* gnu/packages/fcitx5.scm (fcitx5-chewing): Update to 5.1.7.

Change-Id: Ia3b9a152a2a6ea09199401c850c53aac113ba025
2025-02-11 19:47:30 +08:00
宋文武
7846ae59e3 gnu: fcitx5-anthy: Update to 5.1.6.
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.6.

Change-Id: Ie6eadf7311653e058ed30d3db54cf4d82850bf2d
2025-02-11 19:47:28 +08:00
宋文武
a39c9a5282 gnu: fcitx5-qt: Update to 5.1.9.
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.9.

Change-Id: I1dd6633deaac1f9369b6d7f4840b95d42fc2efb0
2025-02-11 19:47:27 +08:00
宋文武
82acbf3fe2 gnu: fcitx5-gtk: Update to 5.1.3.
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.3.

Change-Id: Ib0168e090eb32aa593f3ec08763493d7f0d1aecc
2025-02-11 19:47:26 +08:00