Nicolas Graves
aa9d9212eb
gnu: Add postgresql-17.
...
* gnu/packages/databases.scm (postgresql-17): New variable.
(postgresql-16): Redefine with postgresql-17 inheritance (same
derivation as in previous commit).
Change-Id: I1a14dc6835a043138fae2163efd07d068a2c2783
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:33 +09:00
Nicolas Graves
086b94116d
gnu: postgresql-15: Don't inherit source.
...
* gnu/packages/databases.scm (postgresql-15)[source]: Avoid
inheritance where it's not useful.
Change-Id: I6651a9ae6908e6c6a32f9194d4a5bd9400fe8462
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:33 +09:00
Nicolas Graves
95ed6f28a2
gnu: postgresql-16: Update to 16.11.
...
* gnu/packages/databases.scm (postgresql-16): Update to 16.11.
Change-Id: I3056f21680e59e6c5cb52eac25c4799bf5ea2a25
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:33 +09:00
Nicolas Graves
77c6b115e7
gnu: postgresql-15: Update to 15.15.
...
* gnu/packages/databases.scm (postgresql-15): Update to 15.15.
Change-Id: I7d42272498be52aacd699c18f8d9d9e2ba1814ae
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:33 +09:00
Nicolas Graves
b4123117b8
gnu: postgresql-14: Update to 14.20.
...
* gnu/packages/databases.scm (postgresql-14): Update to 14.20.
Change-Id: Ife4298e278573d76e7a38f0f538954d401271835
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:33 +09:00
Nicolas Graves
43f254c7c3
gnu: postgresql-13: Deprecate package.
...
* gnu/packages/databases.scm (postgresql-13): Deprecate package.
Change-Id: If0ba28857fa48d407c8e5318443fc2d9bf7883b6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:32 +09:00
Nicolas Graves
83c969ffb4
gnu: postgresql-13: Update to 13.23.
...
* gnu/packages/databases.scm (postgresql-13): Update to 13.23.
Change-Id: I1bd2251a4285197da0f70281c8a7acd86b1be1c3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-07 23:23:32 +09:00
jgart
219bdc743b
gnu: python-eventlet: Update to 0.40.4.
...
* gnu/packages/python-web.scm (python-eventlet): Update to 0.40.4.
[native-inputs]: Remove python-pypa-build.
Change-Id: I312a183fd87ea2531068d5168e7f96112ded951e
2026-04-07 09:02:43 -04:00
jgart
7f849f7ba2
gnu: trealla: Update to 2.92.17.
...
* gnu/packages/prolog.scm (trealla): Update to 2.92.17.
Change-Id: Ia4514eb64228797f89d32d5b997264a23bed8bde
2026-04-07 08:16:46 -04:00
Romain GARBAGE
8f7e01b698
gnu: openmpi-5: Drop calls to PACKAGE?.
...
See https://codeberg.org/guix/guix/pulls/7609#issuecomment-12558714 .
* gnu/packages/mpi.scm (openmpi-5): Drop calls to PACKAGE?.
Change-Id: I19254aea9e71773cbbdf9719a129f33a0c153e87
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #7609
2026-04-07 13:26:21 +02:00
Romain GARBAGE
ae0a9c93be
gnu: openmpi-5: Explicitly activate PSM2 when present.
...
* gnu/packages/mpi.scm (openmpi-5): Explicitly activate PSM2 when present.
Change-Id: I4516553ddc88c68459ae028488927d37ef8c29af
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2026-04-07 13:26:20 +02:00
Ludovic Courtès
c7cb771cf4
services: nginx: Fix ‘stop’ in cases where a custom config file is passed.
...
Previously, when the ‘file’ field of ‘nginx-configuration’ was true, the PID
file would be unknown; thus, the ‘start’ method would return #t and the ‘stop’
method would eventually fail with a type error because it would receive #t
instead of a process.
This fixes it by changing ‘stop’ to invoke “nginx -s stop” when the service’s
value is not a process.
* gnu/services/web.scm (nginx-shepherd-service): In ‘stop’, change to invoke
“nginx -s stop” when ‘value’ is not a process.
Fixes: guix/guix#7061
Reported-by: Dan Littlewood
Change-Id: I20ff065ecd2c64e5fc98f59c25d91b300bc7b4cd
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #7543
2026-04-07 13:26:20 +02:00
Sergio Pastor Pérez
4ac798a284
gnu: apl: Update to 2.0.1.
...
* gnu/packages/apl.scm (apl): Update to 2.0.1.
[native-inputs]: Add `gettext-minimal', `which', `pkg-config'.
[inputs]: Add `libxcb', `fftw', `gsl', `libpng', `gtk+'.
[phases]: Adjust `fix-configure'.
Change-Id: Ieaa907099a4f328f9bf3bf197cda8d6f6a3b165a
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #7597
2026-04-07 13:26:20 +02:00
Ludovic Courtès
d41a383ef2
svn-download: Add missing module import for SWH fallback.
...
Fixes a regression introduced in ad8d386168 ,
where a call to ‘u8-list->bytevector’ was introduced without the
corresponding (rnrs bytevectors) import.
* guix/svn-download.scm (svn-fetch-builder): In gexp, add missing (rnrs
bytevectors) import.
Change-Id: I38a29d94a4645ff24ef44a84196a6040945776b8
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #7674
2026-04-07 13:26:20 +02:00
Vagrant Cascadian
63db6c8dc7
gnu: guile-bytestructures: Update to 2.0.2.
...
* gnu/packages/guile.scm (guile-bytestructures): Update to 2.0.2.
[source]: Adjust tag used to fetch git commit.
Change-Id: If77d8d6b8171d2f425e2623b93e14838dfee67fa
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #7606
2026-04-07 13:26:20 +02:00
fanquake
da957db871
gnu: cross-base: mingw: use compressed debug sections
...
I can no-longer recreate the mentioned failure.
* gnu/packages/cross-base.scm (cross-binutils-package): Remove the usage
of --enable-compressed-debug-sections=no.
Change-Id: Iff64696a3a9630c026fc72689fc927aa33e26c4b
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
Merges: #985
2026-04-07 13:26:20 +02:00
宋文武
f544124dec
gnu: ibus-skk: Fix build.
...
* gnu/packages/ibus.scm (ibus-skk)[arguments]: Add
"-Wno-error=incompatible-pointer-types" to CFLAGS.
Change-Id: Ic55b0b878edd8ec7d40679468c2c1e89745301d9
2026-04-07 18:39:39 +08:00
宋文武
043fe19e47
gnu: fcitx5-lua: Update to 5.0.16.
...
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.16.
[native-inputs]: Add pkg-config.
Change-Id: I2dff381e854a9a807597fb34a6a2b66cd2cbeb53
2026-04-07 18:39:39 +08:00
宋文武
e831681a3b
gnu: fcitx5-hangul: Update to 5.1.9.
...
* gnu/packages/fcitx5.scm (fcitx5-hangul): Update to 5.1.9.
Change-Id: I487475e8accead397d1e7ecc3c8054866e756290
2026-04-07 18:39:39 +08:00
宋文武
e6371562de
gnu: fcitx5-rime: Update to 5.1.13.
...
* gnu/packages/fcitx5.scm (fcitx5-rime): Update to 5.1.13.
Change-Id: Ie89d5ac9a4ed61bc129a60900c353976361d1180
2026-04-07 18:39:39 +08:00
宋文武
fda6e527fd
gnu: fcitx5-configtool: Update to 5.1.13.
...
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.1.13.
Change-Id: Id93b02796be91fb27735782b3d82afc2ed5d448b
2026-04-07 18:39:39 +08:00
宋文武
5cabdf1b74
gnu: fcitx5-chinese-addons: Update to 5.1.12.
...
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.1.12.
Change-Id: Iee26d57fc5076a8a20ff28d482c258f49bb7ed7a
2026-04-07 18:39:39 +08:00
宋文武
a28c262811
gnu: libime: Update to 1.1.14.
...
* gnu/packages/fcitx5.scm (libime): Update to 1.1.14.
Change-Id: I5395e66137c9e7dff45f66e89cbdbbcac9d84c21
2026-04-07 18:39:39 +08:00
宋文武
74bf7d1d39
gnu: fcitx5-chewing: Update to 5.1.11.
...
* gnu/packages/fcitx5.scm (fcitx5-chewing): Update to 5.1.11.
Change-Id: I63438f5116acaf642151a4a38e1ff41074e965cb
2026-04-07 18:39:39 +08:00
宋文武
d35d2b3320
gnu: fcitx5-unikey: Update to 5.1.10.
...
* gnu/packages/fcitx5.scm (fcitx5-unikey): Update to 5.1.10.
Change-Id: I8926c63dffa7892d561da7d474ad5e7d7369b9cb
2026-04-07 18:39:39 +08:00
宋文武
cae28b97f8
gnu: fcitx5-skk: Update to 5.1.10.
...
* gnu/packages/fcitx5.scm (fcitx5-skk): Update to 5.1.10.
[arguments]<#:configure-flags>: Replace 'SKK_DEFAULT_PATCH' with 'SKK_PATH'.
Change-Id: I957f068c3c5122091c07a64fe5d076ab783845b3
2026-04-07 18:39:39 +08:00
宋文武
820884ec70
gnu: libskk: Update to 1.1.1.
...
* gnu/packages/patches/libskk-fix-invalid-escape.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Unregister it.
* gnu/packages/language.scm (libskk): Update to 1.1.1.
[source]: Remove patch.
[propagated-inputs]: Add glib and libgee.
Change-Id: I696a460f624319f8f314e08b07e3c1de4c7fd191
2026-04-07 18:39:39 +08:00
宋文武
f708c0c563
gnu: fcitx5-anthy: Update to 5.1.10.
...
* gnu/packages/fcitx5.scm (fcitx5-anthy): Update to 5.1.10.
Change-Id: I68c6b4ae99df8116c498f67591538748e713b2e4
2026-04-07 18:39:39 +08:00
宋文武
6ebe8026e9
gnu: fcitx5-qt: Update to 5.1.13.
...
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.1.13.
Change-Id: I04f7ccf0c1d428ada228f3c064e3503a19df4593
2026-04-07 18:39:39 +08:00
宋文武
7c4a25dacc
gnu: fcitx5-gtk: Update to 5.1.6.
...
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.1.6.
Change-Id: I747ce4a7c5ec3dfe67134e95e11c83e8adb35fbb
2026-04-07 18:39:39 +08:00
宋文武
9d5e5ba65e
gnu: fcitx5: Update to 5.1.19.
...
* gnu/packages/fcitx5.scm (fcitx5): Update to 5.1.19.
(source): Add snippet.
[arguments]: Pass '-DUSE_SYSTEM_YOGA=ON' to configure flags.
[inputs]: Remove json-c. Add nlohmann-json and yoga.
Change-Id: Id576490f4fa3e8b965547ef7933891c195981d34
2026-04-07 18:39:38 +08:00
宋文武
ffe9714823
gnu: Add yoga.
...
* gnu/packages/web.scm (yoga): New variable.
Change-Id: I5116d49a7ba7316f1dd52b4fa35cba1d98d7359f
2026-04-07 18:39:38 +08:00
Cayetano Santos
944a0839f8
gnu: emacs-org-modern: Update to 1.13.
...
* gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 1.13.
[arguments]: Disable #:tests?; add ’makeinfo #:phase.
[native-inputs]: Add texinfo.
Change-Id: Iba4b662a0b16769b75ef6176730beb5b54e0f7ca
2026-04-07 12:33:01 +02:00
Cayetano Santos
2228168b3e
gnu: emacs-embark: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 1.2.
Change-Id: I3e6cc2514fd2d505bec29ee3a7b27473836455fc
2026-04-07 12:29:47 +02:00
Cayetano Santos
71ef4a05ad
gnu: emacs-greader: Update to 0.19.0.
...
* gnu/packages/emacs-xyz.scm (emacs-greader): Update to 0.19.0.
[arguments]: Add ’make-info #:phase.
[native-inputs]: Add texinfo.
Change-Id: I50e4dde1b983396dbc1f8ddc06461e556cfa8fcf
2026-04-07 12:22:56 +02:00
Sergey Trofimov
7410c79a1c
gnu: emacs-telega: Update to 0.8.620.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.620.
Merges guix/guix!7574
Change-Id: Iec9cf2081bbada222472b1c1cf26f682914e62c7
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 12:03:22 +02:00
Sergey Trofimov
cd0e8b6962
gnu: tdlib: Update to 1.8.62.
...
* gnu/packages/telegram.scm (tdlib): Update to 1.8.62.
Merges guix/guix!7574
Change-Id: Ifd785181c2b6df4fd4a5313d3c9660ace01d5457
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 12:03:03 +02:00
bdunahu
47fd7f8657
gnu: zathura-cb: Update to 2026.02.03.
...
* gnu/packages/pdf.scm (zathura-cb): Update to 2026.02.03.
[source]: Switch to git-fetch.
[arguments]: Minor style adjustment.
<#:phases>: Remove unnecessary 'patch-plugin-directory phase.
<#:configure-flags>: Specify correct directory to install plugin.
Merges guix/guix!7553
Change-Id: I1d0b6d0b798f69ea5afc9cb46240fee9fd840952
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:22:24 +02:00
bdunahu
85253adcfe
gnu: zathura-djvu: Update to 2026.02.03.
...
* gnu/packages/pdf.scm (zathura-djvu): Update to 2026.02.03.
Merges guix/guix!7553
Change-Id: Id84566b30746fab177787b686823141792e95a95
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:22:15 +02:00
bdunahu
e6848d6fad
gnu: zathura-pdf-mupdf: Update to 2026.02.03.
...
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 2026.02.03.
Merges guix/guix!7553
Change-Id: I987fcf006d08f6e0a25d4ec9dbadca79e44d4461
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:22:07 +02:00
bdunahu
42bc492bf2
gnu: zathura-pdf-poppler: Update to 2026.02.03.
...
* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 2026.02.03.
Merges guix/guix!7553
Change-Id: I89820a35866499c75dc0c32d6812eedecc350700
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:21:56 +02:00
bdunahu
a63407c412
gnu: zathura-ps: Update to 2026.02.03.
...
* gnu/packages/pdf.scm (zathura-ps): Update to 2026.02.03.
Merges guix/guix!7553
Change-Id: I0346b66a6ebe11b266e3f8f0b1d2d1e0ba307968
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:21:47 +02:00
bdunahu
8905dce908
gnu: zathura: Update to 2026.03.27.
...
* gnu/packages/pdf.scm (zathura): Update to 2026.03.27.
[native-inputs]: Remove check.
[inputs]: Add json-glib.
[propagated-inputs]: Add gtk+; delete cairo.
Merges guix/guix!7553
Change-Id: I0da32c6c437a9de88f77d5585e1c8615993d5da4
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
Modified-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:21:30 +02:00
bdunahu
b396b08b7f
gnu: girara: Update to 2026.02.04.
...
* gnu/packages/gtk.scm (girara): Update to 2026.02.04.
[arguments]: Remove unnecessary 'start-xserver phase.
[propagated-inputs]: Remove gtk+ and json-glib.
[native-inputs]: Remove check, gettext-minimal, xorg-server-for-tests,
glib:bin.
[inputs]: Add glib.
Merges guix/guix!7553
Change-Id: I655f5c67e207dde9d9609ee7c91805255c6ed2ee
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
Modified-by: Cayetano Santos <csantosb@inventati.org >
2026-04-07 11:20:55 +02:00
Cayetano Santos
5527b670ca
teams: hpc: Adopt fabric-management module.
...
* etc/teams.scm (hpc)<#:scope>: Add "gnu/packages/fabric-management.scm".
* CODEOWNERS: Regenerate file.
Merges guix/guix!7703
Change-Id: I2f93401ed39f56a39dafbff4a81f95ea3b09d2f0
2026-04-07 10:33:10 +02:00
Herman Rimm
d9a7cdd731
gnu: minizinc: Add Google's OR-Tools as solver.
...
* gnu/packages/maths.scm (minizinc)[inputs]: Add or-tools.
[arguments]<#:phases>{install-solver-configs}:
Install OR-Tools' config.
Change-Id: Ibc301b458487c3465251c1c6d97f5858d7d6d59e
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net >
2026-04-07 17:25:09 +09:00
Tomas Volf
da204c65db
gnu: Add rxvt-unicode-terminfo.
...
* gnu/packages/xdisorg.scm (rxvt-unicode-terminfo): New variable.
Change-Id: I6433bc307b2a8037b3a28ad9ac61350f86737851
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net >
2026-04-07 17:10:00 +09:00
Maxim Cournoyer
ef465f8910
system/nss: Add 'merge' to NSS actions.
...
* gnu/system/nss.scm (lookup-action): Add merge.
Change-Id: I68ef691fe66f295735d82d72fea82adda3552df3
2026-04-07 15:10:10 +09:00
Maxim Cournoyer
9d986b2f03
doc: Fix documentation of the name service switch.
...
The previously referenced `nscd-service' procedure no longer exists.
* doc/guix.texi (Name Service Switch): Adjust to refer to nscd-service-type
and its nscd-configuration configuration record.
Change-Id: Ib2b5ef69facf3489626782ad9dbd927a27c04084
2026-04-07 15:10:10 +09:00
Wilko Meyer
c63b598686
gnu: linux-libre 6.19: Update to 6.19.11.
...
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.11.
(linux-libre-6.19-pristine-source): Update hash.
Change-Id: Ic03485cd4dbeebefa1da51210d670350b33e7e3e
Signed-off-by: Vagrant Cascadian <vagrant@debian.org >
2026-04-06 21:24:35 -07:00