~ruther/guix-local

1960f3cb — Sharlatan Hellseher 7 months ago
gnu: ronn-ng: Update to 0.10.1.

* gnu/packages/groff.scm (ronn-ng): Update to 0.10.1.
[arguments] <phases>: Remove 'patch-test.

Change-Id: Id266c4f76e1449d48feac025fd34a759bbd7585c
c97252f9 — Sharlatan Hellseher 7 months ago
gnu: ruby-nokogiri: Update to 1.18.10.

* gnu/packages/ruby-xyz.scm (ruby-nokogiri): Update to 1.18.10.
[source] <patches>: Remove it.

* gnu/packages/patches/ruby-nokogiri.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Deregister patch.

Change-Id: I348869e8195b9f2f0cd24e4716316023a24a8788
601b6377 — Sharlatan Hellseher 7 months ago
gnu: ruby-libxml: Update to 5.0.5.

* gnu/packages/ruby-xyz.scm (ruby-libxml): Update to 5.0.5.
[phases]{skip-failing-tests}: Skip more problematic tests.

Fixes: guix/guix#3152
Change-Id: I58b773a2ea4207a501c22b3de66c6d9c9dc6f027
1e42ab51 — Sharlatan Hellseher 7 months ago
gnu: ruby-libxml: Fix home-page.

Location of the source code has been changed according to
<https://rubygems.org/gems/libxml-ruby>.

* gnu/packages/ruby-xyz.scm (ruby-libxml)[home-page]: Fix it.

Change-Id: Ia9d8a00567c082eaee85527cd2be5cb877174bcb
c03df1da — Sharlatan Hellseher 7 months ago
gnu: ruby-libxml: Refresh package style.

* gnu/packages/ruby-xyz.scm (ruby-libxml): Use G-expressions, adjust
fields position, fix indentation.

Change-Id: I78c6defafece7ee24204f7d849dd7429504747c3
6ce4278a — Janneke Nieuwenhuizen 7 months ago
gnu: dezyne: update to 2.19.0.

* gnu/packages/dezyne.scm (dezyne): Update to 2.19.0.
[inputs]: Add guile-gcrypt.

Change-Id: I25639832bc2c955271b03971f77b348d8074297a
add533fe — Sughosha 7 months ago
gnu: kdeconnect: Move to kde-internet.scm.

* gnu/packages/kde.scm (kdeconnect): Remove variable.
* gnu/packages/kde-internet.scm (kdeconnect): New variable.
* gnu/packages/rust-apps.scm: Replace (gnu packages kde) with (gnu packages
kde-internet).

Change-Id: I98da0a094273b03368f45eb167c4b7af1d0a1d5e
8016187c — Sughosha 7 months ago
gnu: kio-extras: Update to 25.08.1.

* gnu/packages/kde-internet.scm (kio-extras): Update to 25.08.1.
[source]<snippet>: Fix including libproxy.
[arguments]<#:test-exclude>: Exclude "filenamesearchtest", "thumbnailtest" and
"testkioarchive".
<#:phases>: In 'check phase, replace the tests to exclude with the test-exclude
argument.
[inputs]: Add knotifications and libproxy.

Change-Id: I67d40ce2f93b284cc1fe5136a4573225d88ec914
b6a37ccd — Sughosha 7 months ago
gnu: kio-extras: Move to kde-internet.scm.

* gnu/packages/kde.scm (kio-extras): Remove variable.
* gnu/packages/kde-internet.scm (kio-extras): New variable.
* gnu/packages/kde-plasma.scm: Use (gnu packages kde-internet) module.

Change-Id: I54c51ee02e8ab9f7e928ae052ca4e546988a3ea5
8c5fafc0 — Sughosha 7 months ago
gnu: kio-zeroconf: Update to 25.08.1.

* gnu/packages/kde-internet.scm (kio-zeroconf): Update to 25.08.1.

Change-Id: Icb1377091112b9bd2643ed8b57f2801ab10f07c2
9173c7a4 — Sughosha 7 months ago
gnu: kio-zeroconf: Move to kde-internet.scm.

* gnu/packages/kde.scm (kio-zeroconf): Remove variable.
* gnu/packages/kde-internet.scm (kio-zeroconf): New variable.

Change-Id: I5d7445a3bf957099a516f0bf7aebd8a908d09103
3a328101 — Ian Eure 7 months ago
gnu: librewolf: Update to 143.0.3-1 [security-fixes].

Contains fixes for:
CVE-2025-11152: Sandbox escape due to integer overflow in the
                Graphics: Canvas2D component
CVE-2025-11153: JIT miscompilation in the JavaScript Engine: JIT
                component

* gnu/packages/librewolf.scm (librewolf): Update to 143.0.3-1.

Change-Id: I312970b64762fc1b998621b7bff546d2b3a4c38a
018d7a81 — Ian Eure 7 months ago
gnu: firefox-l10n: Update to fa1f0928625376050d5b12a37538e264894e6d28.

* gnu/packages/librewolf.scm (firefox-l10n): Update to fa1f0928625376050d5b12a37538e264894e6d28.

Change-Id: I53e657a5090b6b3a77990c544900661921d30d6a
de3e9b8e — John Kehayias 7 months ago
gnu: python-canvasapi: Fix tests.

* gnu/packages/python-web.scm (python-canvasapi)[native-inputs]: Add
python-pytest.

Change-Id: I683d33629a0c8b5bb2ccd06a7f19a0c15b33bac0
d10e50b8 — Sergio Pastor PĂ©rez 7 months ago
gnu: compdb: Fix tests.

* gnu/packages/build-tools.scm (compdb)[arguments] <test-backend>: Use
'unittest.
[native-inputs]: Remove python-wheel.

Change-Id: I0d152fe38b648287b1a2470f1c88ee3a29034b41
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
dadedd0a — Sergey Trofimov 7 months ago
gnu: secretsd: Update to d12eefee.

* gnu/packages/password-utils.scm (secretsd): Update to d12eefee.
[arguments]<#:tests?>: Disable as there are no tests to run.
[inputs]: Remove unused python-xdg.

Change-Id: Ic42d9f06e5f8af6684d61a58b7944e05ae3382ce
Reviewed-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
6a917664 — Sharlatan Hellseher 7 months ago
gnu: packages/astronomy: Sort.

This is the last bit of sorting for this module.

* gnu/packages/astronomy.scm (python-asdf-fits-schemas, python-pyavm)
(python-pysynphot, python-reproject, python-roman-datamodels): Sort
variables alphabetically.

Change-Id: Id63775688483e734300b003e55472e0bcec5a024
ea31e482 — Sharlatan Hellseher 7 months ago
gnu: pythoncapi-compat: Update to 0.0.0-1.ab72af8.

* gnu/packages/python.scm (pythoncapi-compat): Update to
ab72af8b1a9adfccb3578eea8e9b6d5c6449f409 commit.
[source] <version> Use GIT-VERSION.

Change-Id: I3936b9e138e45b5675368e1c1eba51b9176f1374
2a2c873e — Sharlatan Hellseher 7 months ago
gnu: pythoncapi-compat: Move to python.

* gnu/packages/python-xyz.scm (pythoncapi-compat): Move from here ...
* gnu/packages/python.scm: ... to here.

Change-Id: If3ac42200be381f9aafedbf0468e7381daaf2471
851b7f17 — Sharlatan Hellseher 7 months ago
gnu: packages/python-xyz: Sort.

* gnu/packages/python-xyz.scm: (python-zarr, python-zeroc-ice,
python-zeroc-ice-3.6, python-zeroconf, python-zict, python-zipfly,
python-zipstream-new): Sort variables alphabetically.

Change-Id: If110fef5d55964da9d30be71699d92ae93c387d3
Next