gnu: Update pjproject to 2.15.1.
Change-Id: I78d5e7fd0b7151c758e2d2b6b8e21a10aff52cc3
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: Update dhtnet to 0.0.1-5.f925f52.
Change-Id: Ida7d213811c0f9910bbdd2724d27c1dc07356083
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: Update opendht to 3.5.4.
Change-Id: I97e4f4339209d6acba51aac1576198a8197b62cb
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: Update asio to 1.36.0.
Change-Id: I7bc3de8f3a057bfebfe0caea8fc1335f0103addd
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
news: Add 'pt_BR' translation.
* etc/news.scm: Add Portuguese translation of fundraising campaign news.
Change-Id: I4b7f4d69da493257cd7eddfd719faf101cd73275
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
gnu: pypy2: Link against libffi.so, not libffi.a.
* gnu/packages/pypy.scm (pypy2)
[#:phases] {use-libffi.so}: New phase.
[inputs]: Replace libffi-pic with libffi.
* gnu/packages/libffi.scm (libffi-pic): Delete hidden package.
Change-Id: I778789c18dadef71b4bef5fae27ed29ac4ac01dd
gnu: pypy3: Bootstrap via pypy2.
* gnu/packages/pypy.scm (pypy3): Inherit from pypy2. Delete duplicate fields.
[#:phases] {build}: Use pypy2 instead of python2.
[native-inputs] {python2}: Replace with pypy2. Through the inherited pypy2
native inputs: remove python2-pycparser; add python2-cffi; remove gzip and
tar.
[inputs]: Through the pypy2 inherited inputs, remove glibc.
Change-Id: Ie9761056711aa6df002a1bff3aa98a9dcf90a738
gnu: Add pypy2.
* gnu/packages/pypy.scm (pypy2): New variable.
Change-Id: Ie13e63b037f6bb515683502310a3c1be748252cc
gnu: libblockdev: Patch more commands.
* gnu/packages/disk.scm (libblockdev):
[arguments]<#:phases>{patch-paths}: Patch mkswap and swaplabel commands.
Change-Id: I8da2feccc4dd02d198ccee05f8ea8551c3165e28
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Reviewed-by: Noé Lopez <noelopez@free.fr>
gnu: libftdi: Add udev rules.
* gnu/packages/libftdi.scm (libftdi)[arguments]<#:phases>: Add
install-udev-rules.
[description]: Add instructions.
Change-Id: I173e01ac3b2e03382167d47601e8efb3de76f9a5
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
gnu: keepass: Improve style.
* gnu/packages/password-utils.scm (keepass)[arguments]: Use
G-Expressions.
Change-Id: Ibeb979af4a34a934abe8728906ebe54069fcf5a1
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
gnu: bitcoin-core: Update to 30.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 30.0.
[arguments]: Relocate after [build-system].
<#:configure-flags>: Remove -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=TRUE and
-DWITH_BDB=ON. Add -DENABLE_IPC=OFF.
<#:phases>: Remove the 'make-qt-deterministic phase and the 'check phase
replacement.
[native-inputs]: Remove qttools-5. Add qttools.
[inputs]: Remove bdb-4.8, qtbase-5. Add qtbase.
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: icecat: Update to 140.4.0-gnu1 [security fixes].
Includes fixes for CVE-2025-11708, CVE-2025-11709, CVE-2025-11710,
CVE-2025-11711, CVE-2025-11712, CVE-2025-11713, CVE-2025-11714, and
CVE-2025-11715.
* gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update.
(icecat-source): Update 'gnuzilla-commit' and hashes.
(icecat-140.3-source): New variable.
(icedove-source): Use 'icecat-140.3-source'.
gnu: Remove python-pyhull.
* gnu/packages/python-xyz.scm (python-pyhull): Delete variable.
Fixes: guix/guix#2886
Change-Id: I4ad2e4dd31c9606bdb4b95fb0feba643e43887b0
gnu: valkey-8: Update to 8.1.4.
* gnu/packages/databases.scm (valkey-8): Update to 8.1.4.
Change-Id: Ied4262343078a36dfc4871861a1adf4cc7edcb18
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: valkey-7: Update to 7.2.11.
* gnu/packages/databases.scm (valkey-7): Update to 7.2.11.
Change-Id: I732e7641f4097e1b49d968a62eb69f12e8306970
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guix: Fix guix-minimal install phase.
* doc/local.mk (sub_commands_mans): Add guix-copy conditionally.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
machine: hetzner: Fix install OS.
Debian no longer ships guix package.
* gnu/machine/hetzner.scm (hetzner-machine-rescue-install-os): Use
guix-install.sh.
Change-Id: I8344d5877057181235c233d9f6f745507af30b85
Signed-off-by: Ludovic Courtès <ludo@gnu.org>